Skip to content

Instantly share code, notes, and snippets.

View orgua's full-sized avatar
💭
I may be slow to respond.

Ingmar Inʒo Splitt orgua

💭
I may be slow to respond.
View GitHub Profile
### 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