Browse Source

Fix explorer not showing up after aniversary update

close #58
pull/67/head
Alex Hirsch 8 years ago
parent
commit
e15701e5a2
  1. 2
      scripts/optimize-user-interface.ps1

2
scripts/optimize-user-interface.ps1

@ -41,7 +41,7 @@ sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "HideFile
sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "HideDrivesWithNoMedia" 0
echo "Setting default explorer view to This PC"
sp "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "LaunchTo" 0
sp "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "LaunchTo" 1
# Explorer will throw an error if quick acess is removed and default view has
# not been changed to This PC.

Loading…
Cancel
Save