0% found this document useful (0 votes)
10 views1 page

Chocolatey Installation Script Guide

The document contains a script for setting up a Windows environment using Chocolatey, a package manager. It installs various software applications including Visual Studio Code, Git, PyCharm, WinRAR, and others. Additionally, it configures the execution policy and enables global confirmation for installations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

Chocolatey Installation Script Guide

The document contains a script for setting up a Windows environment using Chocolatey, a package manager. It installs various software applications including Visual Studio Code, Git, PyCharm, WinRAR, and others. Additionally, it configures the execution policy and enables global confirmation for installations.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Set-ExecutionPolicy Bypass -Scope Process -Force;

[[Link]]::SecurityProtocol =
[[Link]]::SecurityProtocol -bor 3072; iex ((New-Object
[Link]).DownloadString('[Link]
install.ps1'))
choco feature enable -n allowGlobalConfirmation
choco install vscode
choco install git
choco install pycharm
choco install winrar
choco install filezilla
choco install bitwarden
choco install treesizefree
choco install everything
choco install whatsapp --version 2.2306.9
choco install vmware-workstation-player
choco install vmware-tools
choco install coretemp
choco install zoom
choco install discord
choco install python
choco install missionplanner

You might also like