Last active
October 2, 2022 18:33
-
-
Save tackelua/5587b354e8b6ca35388816f8d42000be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-NetFirewallRule -DisplayName "Gith Inbound" -Direction Inbound -LocalPort 3000-9999 -Protocol TCP -Action Allow | |
New-NetFirewallRule -DisplayName "Gith Outbound" -Direction Outbound -LocalPort 3000-9999 -Protocol TCP -Action Allow | |
@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 chocolateygui -fy | |
choco install googlechrome -fy | |
choco install git -fy | |
choco install vscode -fy | |
choco install nvm -fy | |
choco install smartgit -fy | |
nvm install 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment