Skip to content

Commit

Permalink
Add Windows specific commands sliit-foss#14
Browse files Browse the repository at this point in the history
  • Loading branch information
itspavara committed Jun 28, 2024
1 parent dd57174 commit 252abc2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions windowscmd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#this command allow run unasign command in current powershell session
Set-ExecutionPolicy Bypass -Scope Process -Force


#this command set security protacol and download powershell script for download chocolety
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))


#command for check chocolatey vertion
chocho -v


#command for install nodejs using chocolety
choco install nodejs.install

0 comments on commit 252abc2

Please sign in to comment.