Skip to content

Instantly share code, notes, and snippets.

@warthurton
Created February 20, 2017 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warthurton/5d6b7b263c78d3a3e5a563ffe7137118 to your computer and use it in GitHub Desktop.
Save warthurton/5d6b7b263c78d3a3e5a563ffe7137118 to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-WindowsExplorerOptions -EnableOpenFileExplorerToQuickAccess
Set-WindowsExplorerOptions -DisableShowFrequentFoldersInQuickAccess -DisableShowRecentFilesInQuickAccess
Set-WindowsExplorerOptions -EnableExpandToOpenFolder -DisableShowProtectedOSFiles
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
Set-StartScreenOptions -DisableSearchEverywhereInAppsView
Set-TaskbarOptions -Size Small -Lock -Combine Full
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps
Enable-RemoteDesktop
Disable-GameBarTips
Disable-BingSearch
Disable-InternetExplorerESC
choco feature enable -n=allowGlobalConfirmation
choco install notepad2-mod
choco install 7zip 7zip.portable
choco install sysinternals
choco install powershell
choco install clink
choco install sudo which
choco install curl wget openssh
refreshenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment