You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ps-win-updates/Disable-WindowsUpdate.ps1
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ Function Disable-WindowsUpdate {
9
9
.PARAMETERUpdateOperation
10
10
NotMandatory - update operation to perform, the available options are '/D', '/E', and '/D /P' (default). '/D' disables updates, '/E' enables updates, and '/D /P' disables updates permanently. Default is '/D /P'.
11
11
.PARAMETERWudUrl
12
-
NotMandatory - specifies the URL of the Windows Update Disabler tool to download. Default is "https://www.sordum.org/files/downloads.php?st-windows-update-blocker".
12
+
NotMandatory - specifies the URL of the Windows Update Disabler tool to download.
13
13
.PARAMETERRemoveWUB
14
14
NotMandatory - whether to remove Windows Update Disable tool after disabling Windows Updates.
15
15
.PARAMETERRestart
16
16
NotMandatory - indicates whether to restart the computer after applying the update operation.
0 commit comments