From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- download/gorilazadah.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 download/gorilazadah.ps1 (limited to 'download/gorilazadah.ps1') diff --git a/download/gorilazadah.ps1 b/download/gorilazadah.ps1 new file mode 100644 index 0000000..99acbf4 --- /dev/null +++ b/download/gorilazadah.ps1 @@ -0,0 +1,8 @@ +Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) +choco feature enable -n=allowGlobalConfirmation +choco feature enable -n useFipsCompliantChecksums +choco upgrade all +choco install pswindowsupdate +Add-WUServiceManager -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d -Confirm:$false +Install-WindowsUpdate -MicrosoftUpdate -AcceptAll +Get-WuInstall -AcceptAll -IgnoreReboot -- cgit v1.2.3