
How to install and open File Server Resource Manager in Windows Server 2019, 2022.How to install IIS in Windows Server 2019, 2022.How to enable audio output device on Windows Server 20.How to create another user on Windows Server 2019/2022.How to open a port in Windows Server Firewall.How to Use RDP – Best Remote Desktop for Windows, Mac, & Linux.
NET Framework 3.5 on Windows Server 2019, 2022
How to change password on Windows Server 2012, 2019, 2022. How to turn off automatic Windows updates on Windows Server 2012, 2019. Packages are removed similarly to how they are installed. You can also include multiple packages in one command to minimize waiting: choco install visualstudiocode fiddler googlechrome -y To install a package, open an administrative command prompt or PowerShell session and type the following command: choco install -yĬhocolatey will also install any dependencies automatically. Some common server and development packages available through Chocolatey include: There are hundreds of packages that you can browse on the Chocolatey website or by running: choco list Open an administrative PowerShell prompt (right-click Start -> Windows PowerShell (administrator)) and type the following command: Set-ExecutionPolicy Bypass -Scope Process -Force ::SecurityProtocol = ::SecurityProtocol -bor 3072 iex ((New-Object ).DownloadString('')) Open an administrative command prompt (right-click Start -> Command Prompt (administrator)) and type the following command: -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "::SecurityProtocol = 3072 iex ((New-Object ).DownloadString(''))" & SET "PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin" After installation, you may need to log out and back in to set your new environment. Install Chocolatey with either CMD or PowerShell. Chocolatey's simple and familiar syntax is easy to learn and can save heaps of time when setting up a new environment. You can quickly and easily deploy software packages and tools to a new Windows machine in just a few steps. Chocolatey is a package manager that makes administering software and dependencies easy on Windows.