Fix build failure in wintriallab

jowjDev
Micah R Ledbetter 8 years ago
parent a6c6e3f019
commit 7f8150aca6

@ -891,6 +891,7 @@ function Set-UserOptions {
if ($EnableQuickEdit) { Set-ItemProperty -path $consoleKey -name QuickEdit -value 1 }
$internetExplorerKey = "HKCU:\Software\Policies\Microsoft\Internet Explorer\Main"
mkdir -Force $internetExplorerKey
if ($DisableIEFirstRunCustomize) { Set-ItemProperty -path $internetExplorerKey -name DisableFirstRunCustomize -value 1 }
}

Loading…
Cancel
Save