This commit is contained in:
Eliezer Croitoru 2023-11-09 02:46:59 +02:00
parent ee5fc6ae4d
commit b8c868e448
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -1,5 +1,7 @@
choco feature enable -n=allowGlobalConfirmation choco feature enable -n=allowGlobalConfirmation
choco install hwinfo
choco install crystaldiskinfo
choco install gcompris choco install gcompris