Преглед на файлове

Update Windows10SysPrepDebloater.ps1

you had one extra bracket on line 48, preventing it from running.
seanlundin преди 6 години
родител
ревизия
1ebd897297
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      Windows10SysPrepDebloater.ps1

+ 1 - 2
Windows10SysPrepDebloater.ps1

@@ -44,8 +44,7 @@ Function Begin-SysPrep {
         Stop-Service InstallService
         Write-Verbose -Message ('Setting InstallService Startup to Disabled')
         & sc config InstallService start=disabled
-    }
-}
+ }
 
 
 Function Start-Debloat {