diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index ea542f70c..5df4b57fa 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -144,6 +144,7 @@ $null = New-Module { switch (Get-OneShotTask) { ([OneShotTask]::DisableUAC) { Disable-UAC; + Register-Setup; } } };