This commit is contained in:
Eliezer Croitoru 2023-11-09 02:38:33 +02:00
parent 60357f16ff
commit ee5fc6ae4d

9
README.md Normal file
View File

@ -0,0 +1,9 @@
## Installing chocolatey
```
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```
### Installing a new laptop script from ngtech
```
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://git.ngtech.co.il/NgTech-LTD/chocolatey-scripts/raw/branch/master/new-laptop.ps1'))
```