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
### private software suite for windows 10 x64 | |
# - managed and updated by chocolatey (GUI) | |
# - base set for me (hw-dev) that can be easily adapted | |
# - avoids desktop icons, update-services, unwanted bloatware | |
### HOWTO: run script in (admin) powershell with user-scripts enabled | |
# - allow scripts: set-executionpolicy unrestricted | |
# - disable scripts (later): set-executionpolicy restricted | |
### Pre-Choco-Setup |