Skip to content

Instantly share code, notes, and snippets.

View nthewara's full-sized avatar
😎

Nirmal Thewarathanthri nthewara

😎
View GitHub Profile
#Set Execusion Policy
Set-ExecutionPolicy AllSigned
#Install Choco
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
#Global Confirmation
choco feature enable -n allowGlobalConfirmation
#CoreApps