Created
August 12, 2018 09:37
-
-
Save davidst/c5539b235306cfd700d2b050a0a989c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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