Go to file
Eliezer Croitoru d3e15d00df readme update
2023-11-14 15:54:22 +02:00
install-choco-and-new-laptop-software.ps1 4 2023-11-09 02:46:59 +02:00
install.ps1 1 2023-11-09 02:09:47 +02:00
new-laptop.ps1 5 2023-11-09 04:56:00 +02:00
README.md readme update 2023-11-14 15:54:22 +02:00
school-1.ps1 Added school-1 2023-11-14 15:53:09 +02:00

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'))

Installing chocolatey and software for a new laptop

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/install-choco-and-new-laptop-software.ps1'))

Installing chocolatey and software for a school 1

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/install-choco-and-new-laptop-software.ps1'))