Skip to content

Instantly share code, notes, and snippets.

@davidst
Created August 12, 2018 09:37
Show Gist options
  • Save davidst/c5539b235306cfd700d2b050a0a989c8 to your computer and use it in GitHub Desktop.
Save davidst/c5539b235306cfd700d2b050a0a989c8 to your computer and use it in GitHub Desktop.
# Windows configuration
Disable-InternetExplorerESC
Disable-UAC
Enable-RemoteDesktop
Set-WindowsExplorerOptions -DisableShowHiddenFilesFoldersDrives -DisableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Update-ExecutionPolicy Unrestricted
choco feature enable -n=allowGlobalConfirmation
# Install programs
choco install 7zip.install
choco install ccleaner
choco install crystaldiskinfo
choco install f.lux
choco install Firefox
choco install GoogleChrome
choco install javaruntime
choco install kodi
choco install lockhunter
choco install malwarebytes
choco install notepadplusplus.install
choco install paint.net
choco install Office365ProPlus
choco install qbittorrent
choco install slack
choco install spacesniffer
choco install strokesplus
choco install teamviewer
choco install vlc
choco feature disable -n=allowGlobalConfirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment