diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 9b4e054..4fc534e 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -15,6 +15,7 @@ This script acts as the primary host for the UI, connecting the user interface with the underlying build and logic modules. #> +#Requires -RunAsAdministrator [CmdletBinding()] [System.STAThread()]