Skip to content

Instantly share code, notes, and snippets.

@markotsoi
Last active July 21, 2021 03:45
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/5b9172241422f9c69dde8474b91b5bc5 to your computer and use it in GitHub Desktop.
Save markotsoi/5b9172241422f9c69dde8474b91b5bc5 to your computer and use it in GitHub Desktop.
Update-ExecutionPolicy Unrestricted
if (Test-PendingReboot) { Invoke-Reboot }
cinst vscode
cinst git-lfs
cinst 7zip.install
cinst winmerge
cinst git-credential-manager-for-windows
cinst webpi
choco install firacode
cinst cmder
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
@markotsoi
Copy link
Author

To use:

Install-BoxstarterPackage -PackageName https://gist.github.com/markotsoi/5b9172241422f9c69dde8474b91b5bc5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment