Skip to content

Instantly share code, notes, and snippets.

@kylewest
Created October 13, 2014 21:39
Show Gist options
  • Save kylewest/d06c32c5de376cee7721 to your computer and use it in GitHub Desktop.
Save kylewest/d06c32c5de376cee7721 to your computer and use it in GitHub Desktop.
Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps -DisableUsePowerShellOnWinX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment