Skip to content

Instantly share code, notes, and snippets.

@BhanukaUOM
Last active October 18, 2020 06:03
Show Gist options
  • Save BhanukaUOM/742bd56353a124aa90d4a6773cff8456 to your computer and use it in GitHub Desktop.
Save BhanukaUOM/742bd56353a124aa90d4a6773cff8456 to your computer and use it in GitHub Desktop.
<powershell>
Set-MpPreference -DisableRealtimeMonitoring $true
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y microsoft-edge notepadplusplus git nodejs-lts vscode filezilla vlc python winrar putty keepass xdm jq wget openoffice raidrive
</powershell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment