Changed scripts

This commit is contained in:
Gramzon
2025-01-13 16:02:43 +01:00
parent aab627947c
commit 76f1e79161
6 changed files with 179 additions and 4 deletions
+3
View File
@@ -25,3 +25,6 @@ foreach ($driver in $drivers) {
}
Write-Output "All drivers have been updated."
#install 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'))