Skip to content

Instantly share code, notes, and snippets.

@markotsoi
Last active September 11, 2018 23:55
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 markotsoi/33af73442788a5d91b9d27b7800729fd to your computer and use it in GitHub Desktop.
Save markotsoi/33af73442788a5d91b9d27b7800729fd to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy Unrestricted
if (Test-PendingReboot) { Invoke-Reboot }
cinst vscode
cinst 7zip.install
choco install firacode
cinst cmder
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder
Disable-UAC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment