Benutzer-Werkzeuge

Webseiten-Werkzeuge


win10

Dies ist eine alte Version des Dokuments!


disable passport for work/pin

edvc-disable-pin.ps1
$RegistryPath = "HKLM:\Software\Policies\Microsoft"
$RegistryKey = "PassportForWork"
$Name = "Enabled"
 
$value = "0"
 
New-Item -Path $RegistryPath -Name $RegistryKey -ErrorAction Ignore
New-ItemProperty -Path $RegistryPath\$RegistryKey -Name $name -Value $value -PropertyType DWORD -Force | Out-Null
edvc-disable-pin.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PassportForWork]
"Enabled"=dword:00000000
win10.1580574105.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki