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

Merge pull request #100 from smoonlee/patch-1

Update Windows10SysPrepDebloater.ps1
Richard Newton преди 6 години
родител
ревизия
8f95557ee0
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Windows10SysPrepDebloater.ps1

+ 2 - 1
Windows10SysPrepDebloater.ps1

@@ -25,7 +25,8 @@ Function Begin-SysPrep {
         #Stop WindowsStore Installer Service and set to Disabled
         Write-Verbose -Message ('Stopping InstallService')
         Stop-Service InstallService 
- } #>
+        #>
+ } 
 
 #Creates a PSDrive to be able to access the 'HKCR' tree
 New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT