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
Removed WMI based workflow from disable service
Also changes how disabling Windows Update Medic Service works in
order to prevent false error messages.
Copy file name to clipboardExpand all lines: packages/scaffold/scripts/functions.psm1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,17 +123,17 @@ function Disable-Service(
123
123
[String]$ComputerName="$(hostname)"
124
124
) {
125
125
# See https://social.technet.microsoft.com/Forums/lync/en-US/abde2699-0d5a-49ad-bfda-e87d903dd865/disable-windows-update-via-powershell?forum=winserverpowershell
0 commit comments