瀏覽代碼

Update Windows10SysPrepDebloater.ps1

#> is in the wrong place and creates an error 

Missing closing '}' in statement block or type definition.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingEndCurlyBrace
Simon Lee 6 年之前
父節點
當前提交
b071e06f77
共有 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