aboutsummaryrefslogtreecommitdiffstats
path: root/site/download/gorilazadah.ps1
diff options
context:
space:
mode:
authorCristian Cezar Moisés <[email protected]>2024-02-18 06:36:15 +0000
committerGitHub <[email protected]>2024-02-18 06:36:15 +0000
commitac2d73a8675d1fffc547b32fc108035d86f60b5d (patch)
tree817f6e0f43a22813d4db664061fe042d55912421 /site/download/gorilazadah.ps1
parent58212f9ad69609bde3a4871e227704f6de7e510b (diff)
Delete site directory
Diffstat (limited to 'site/download/gorilazadah.ps1')
-rw-r--r--site/download/gorilazadah.ps18
1 files changed, 0 insertions, 8 deletions
diff --git a/site/download/gorilazadah.ps1 b/site/download/gorilazadah.ps1
deleted file mode 100644
index 99acbf4..0000000
--- a/site/download/gorilazadah.ps1
+++ /dev/null
@@ -1,8 +0,0 @@
-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