Skip to content

Instantly share code, notes, and snippets.

@jlucktay
Created February 18, 2015 00:28
Show Gist options
  • Save jlucktay/fa57f1eaf23ca604fd68 to your computer and use it in GitHub Desktop.
Save jlucktay/fa57f1eaf23ca604fd68 to your computer and use it in GitHub Desktop.
Boxstarter - Core setup
Set-CornerNavigationOptions -EnableUsePowerShellOnWinX
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowHiddenFilesFoldersDrives
Enable-PSRemoting -Force
Enable-RemoteDesktop
Update-ExecutionPolicy RemoteSigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment