aboutsummaryrefslogtreecommitdiffstats
path: root/site/download/gorilazadah.ps1
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:28:49 +0000
committerGitHub <[email protected]>2024-02-18 06:28:49 +0000
commit4f5ad6a7af15a43e1469e994618e24c623177359 (patch)
tree90d29a270758a899a07fce1935103eb48663587f /site/download/gorilazadah.ps1
parent80eabade58e7d95c26b55b7b2dccc10092521f7d (diff)
Add files via upload
Diffstat (limited to 'site/download/gorilazadah.ps1')
-rw-r--r--site/download/gorilazadah.ps18
1 files changed, 8 insertions, 0 deletions
diff --git a/site/download/gorilazadah.ps1 b/site/download/gorilazadah.ps1
new file mode 100644
index 0000000..99acbf4
--- /dev/null
+++ b/site/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