Skip to content

Instantly share code, notes, and snippets.

@paulbovbel
paulbovbel / Windows Setup
Last active April 20, 2023 00:55
Windows Setup
# Run in a powershell with admin priveleges
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco feature enable -n=useRememberedArgumentsForUpgrades
choco install -y choco-upgrade-all-at --params "'/DAILY:yes /TIME:04:00 /ABORTTIME:08:00'"
choco install -y 7zip
choco install -y adobereader