From c45a25531bb8a1e990a6bcb3fa3b45da972a1221 Mon Sep 17 00:00:00 2001 From: Eliezer Croitoru Date: Thu, 9 Nov 2023 02:48:34 +0200 Subject: [PATCH] 5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3260671..f3717cb 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage ### 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')) + ``` \ No newline at end of file