DEV Community

Alican Kılıç
Alican Kılıç

Posted on

Chocolatey Autoinstall Windows

Packages Search

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

choco feature enable -n allowGlobalConfirmation

choco install vscode -fy

choco install 7zip -fy

choco install nodejs-lts -fy

choco install yarn -fy

.bat formated.

Run adminastator autoinstall packages.

You coffee drink.

He makes the installation

Thanks you for reading.

Top comments (0)