diff --git a/install-choco-and-new-laptop-software.ps1 b/install-choco-and-new-laptop-software.ps1 new file mode 100644 index 0000000..1186e4b --- /dev/null +++ b/install-choco-and-new-laptop-software.ps1 @@ -0,0 +1,3 @@ +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')) + +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')) \ No newline at end of file diff --git a/new-laptop.ps1 b/new-laptop.ps1 index f67d7e6..5fe648f 100644 --- a/new-laptop.ps1 +++ b/new-laptop.ps1 @@ -1,5 +1,7 @@ choco feature enable -n=allowGlobalConfirmation +choco install hwinfo +choco install crystaldiskinfo choco install gcompris