Register installer script after disabling UAG
This commit is contained in:
parent
8268fdd29d
commit
9ad16b14fc
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ $null = New-Module {
|
||||||
switch (Get-OneShotTask) {
|
switch (Get-OneShotTask) {
|
||||||
([OneShotTask]::DisableUAC) {
|
([OneShotTask]::DisableUAC) {
|
||||||
Disable-UAC;
|
Disable-UAC;
|
||||||
|
Register-Setup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue