$WINDOWS.~BT name was incorrect
This commit is contained in:
parent
e8c9e5196b
commit
74045b5f83
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
$kbIDs=(
|
$kbIDs=(
|
||||||
"KB2902907",
|
"KB2902907",
|
||||||
"KB2953664",
|
"KB2952664", #Compatibility test for Win7
|
||||||
"KB2976978", #telemetry for Win8/8.1
|
"KB2976978", #telemetry for Win8/8.1
|
||||||
"KB2990214", #Get Windows 10 for Win7 without sp1
|
"KB2990214", #Get Windows 10 for Win7 without sp1
|
||||||
"KB2952664", #Get Windows 10 assistant
|
"KB2952664", #Get Windows 10 assistant
|
||||||
|
@ -35,7 +35,7 @@ $sheduledTasks=(
|
||||||
$gwx_dirs=(
|
$gwx_dirs=(
|
||||||
"$env:windir\system32\GWX",
|
"$env:windir\system32\GWX",
|
||||||
"$env:windir\SysWOW64\GWX",
|
"$env:windir\SysWOW64\GWX",
|
||||||
"C:\`$WINDOWS-~BT"
|
"C:\`$WINDOWS.~BT"
|
||||||
)
|
)
|
||||||
|
|
||||||
# You need to modify this variable whith administrator group name
|
# You need to modify this variable whith administrator group name
|
||||||
|
|
Reference in a new issue