Skip to content

Instantly share code, notes, and snippets.

@markotsoi
Last active April 25, 2019 06:35
Show Gist options
  • Save markotsoi/dcde9025adcb33b8b3499291a74c1cca to your computer and use it in GitHub Desktop.
Save markotsoi/dcde9025adcb33b8b3499291a74c1cca to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy Unrestricted
if (Test-PendingReboot) { Invoke-Reboot }
cinst notepadplusplus.install
cinst vscode
cinst git-lfs
cinst 7zip.install
cinst winmerge
cinst sourcetree
cinst dotPeek
cinst rdcman
cinst git-credential-manager-for-windows
cinst webpi
cinst firefox
choco install firacode
cinst cmder
cinst nodejs
cinst yarn
cinst ASPNET -source webpi
cinst ASPNET45 -source webpi
cinst IISManagementConsole -source webpi
cinst ASPNET_REGIIS -source webpi
cinst ARRv3_0 -source webpi
cinst BasicAuthentication -source webpi
cinst WindowsAuthentication -source webpi
cinst WebSockets -source webpi
cinst DefaultDocument -source webpi
cinst RequestFiltering -source webpi
cinst StaticContent -source webpi
cinst StaticContentCompression -source webpi
cinst DynamicContentCompression -source webpi
cinst HTTPRedirection -source webpi
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