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
cortana bing suche aus (quelle: heise):
- edvc-cortana-aus.reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "AllowCortana"=dword:00000000 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search] "BingSearchEnabled"=dword:00000000 "CortanaConsent"=dword:00000000
win10.1580943504.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
