Advertisement
Caddac

Chocolatey New PC

Jul 2nd, 2023 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Run Get-ExecutionPolicy. If it returns Restricted, run:
  2.  
  3. Set-ExecutionPolicy Bypass -Scope Process.
  4.  
  5.  
  6. To install:
  7.  
  8. Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  9.  
  10.  
  11. NewPC Package
  12. choco install googlechrome firefox sumatrapdf steam discord malwarebytes notepadplusplus vlc handbrake teamviewer windirstat 7zip shutup10 hwinfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement