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