Skip to content

Instantly share code, notes, and snippets.

@NeskireDK
Last active January 8, 2020 23:27
Show Gist options
  • Save NeskireDK/4a8d85da24291291c1585da70be6f96d to your computer and use it in GitHub Desktop.
Save NeskireDK/4a8d85da24291291c1585da70be6f96d to your computer and use it in GitHub Desktop.
boxstarter gist personal
# Description: Boxstarter Script
# Author: André E <neskire@live.dk>
# Last Updated: 2020-01-09
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
# OR
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots
#
# Learn more: http://boxstarter.org/Learn/WebLauncher
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Disable-UAC
cinst steam
cinst GoogleChrome
cinst Discord
cinst logitechgaming
cinst borderlessgaming
cinst epicgameslauncher
cinst uplay
cinst 7zip
choco install msiafterburner
choco install hwinfo
choco install gigabyte-appcenter -Version='19.0704.1'
Enable-MicrosoftUpdate
# Install-WindowsUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment