Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

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'))

#disable bitlocker on drive C

manage-bde c: -off

choco feature enable -n allowGlobalConfirmation

choco install 7zip

choco install microsoft-teams

You might also like