Browse Source

do not remove quick access from explorer by default

pull/34/head
Alex Hirsch 9 years ago
parent
commit
9a623f9582
  1. 10
      scripts/optimize-user-interface.ps1

10
scripts/optimize-user-interface.ps1

@ -20,11 +20,11 @@ sp "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "LaunchTo
# Explorer will throw an error if quick acess is removed and default view has # Explorer will throw an error if quick acess is removed and default view has
# not been changed to This PC. # not been changed to This PC.
echo "Removing Quick Access from explorer" #echo "Removing Quick Access from explorer"
Takeown-Registry("HKEY_CLASSES_ROOT\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder") #Takeown-Registry("HKEY_CLASSES_ROOT\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder")
New-PSDrive -PSProvider "Registry" -Root "HKEY_CLASSES_ROOT" -Name "HKCR" #New-PSDrive -PSProvider "Registry" -Root "HKEY_CLASSES_ROOT" -Name "HKCR"
sp "HKCR:\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder" "Attributes" 0xa0600000 #sp "HKCR:\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder" "Attributes" 0xa0600000
Remove-PSDrive "HKCR" #Remove-PSDrive "HKCR"
echo "Removing user folders under This PC" echo "Removing user folders under This PC"
# Remove Desktop from This PC # Remove Desktop from This PC

Loading…
Cancel
Save