4
This commit is contained in:
parent
ee5fc6ae4d
commit
b8c868e448
3
install-choco-and-new-laptop-software.ps1
Normal file
3
install-choco-and-new-laptop-software.ps1
Normal 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'))
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user