Correct GWX folder name in
This commit is contained in:
parent
285c07ecb5
commit
cb41a40d7a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $sheduledTasks=(
|
|||
|
||||
$gwx_dirs=(
|
||||
"$env:windir\system32\GWX",
|
||||
"$env:windir\SysWOW64\GW"
|
||||
"$env:windir\SysWOW64\GWX"
|
||||
)
|
||||
|
||||
# You need to modify this variable whith administrator group name
|
||||
|
|
Reference in a new issue