Demulshooter UAC Bypass
Instructions on one method of bypassing the UAC prompt without lowering security settings.
In Start Menu Search type "Task Scheduler" and hit Enter to open the Task Scheduler. In taskbar select Action > Create Task.. In General Tab: Name the task, Check "Run with highest privileges"
To allow non-admin users to bypass the UAC check "Run whether user is logged on or not" In Actions Tab: Click "New..." Action: Start a program. Browse for your DemulShooter install. Add demulshooter arguments for game. UAC NewAction.jpg In Settings Tab: Be sure that "Allow task to be run on demand" is checked UAC SettingsTab.jpg Click "Ok" To call on the task in a bat file use: schtasks /run /TN "TASKNAME" Or to call on the task in an AHK use: run, schtasks /run /TN "TASKNAME"