This file contains 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
########## | |
# Win 10 / Server 2016 / Server 2019 Initial Setup Script - Default preset | |
# Author: Disassembler <[email protected]> | |
# Version: v3.8, 2019-09-11 | |
# Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
########## | |
### Require administrator privileges ### | |
RequireAdmin |
This file contains 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
choco install notepadplusplus -y | |
choco install 7zip -y | |
choco install googlechrome -y | |
choco install google-drive-file-stream -y | |
choco install greenshot -y | |
choco install office365business -y | |
choco install 8x8virtualoffice --ignore-checksums -y | |
choco install filezilla -y | |
choco install firefox -y | |
choco install adobereader -y |