mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-17 09:25:41 +00:00
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
This commit is contained in:
parent
22ddb3addc
commit
b071e06f77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user