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
edvc-disable-fast-boot.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=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
edvc-win10-bild-und-faxanzeige.reg
Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".jpg"="PhotoViewer.FileAssoc.Tiff" 
".jpeg"="PhotoViewer.FileAssoc.Tiff" 
".png"="PhotoViewer.FileAssoc.Tiff" 
".gif"="PhotoViewer.FileAssoc.Tiff" 
".bmp"="PhotoViewer.FileAssoc.Tiff"
win10.1582228093.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki