/chocolatey

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

How can I install?

Just copy and paste on CMD as Administrator

Install basic softwares on Windows

Desktop version

My own chocolatey script for desktop

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/franciscosens/chocolatey/master/chocolatey-desktop.ps1'))"

Laptop version

My own chocolatey script for laptop

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/franciscosens/chocolatey/master/chocolatey-laptop.ps1'))"