From 84991efc2113f42bc60dabfa823c9e5c883f0e93 Mon Sep 17 00:00:00 2001 From: pythoninthegrass Date: Tue, 9 Aug 2016 01:27:00 -0700 Subject: [PATCH] Typo --- scripts/optimize-user-interface.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/optimize-user-interface.ps1 b/scripts/optimize-user-interface.ps1 index 3804f95..08d8744 100644 --- a/scripts/optimize-user-interface.ps1 +++ b/scripts/optimize-user-interface.ps1 @@ -43,7 +43,7 @@ sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "HideDriv echo "Setting default explorer view to This PC" sp "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "LaunchTo" 0 -# Explorer will throw an error if quick acess is removed and default view has +# Explorer will throw an error if quick access is removed and default view has # not been changed to This PC. #echo "Removing Quick Access from explorer" #Takeown-Registry("HKEY_CLASSES_ROOT\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder")