Recent content by turbofiero

  1. turbofiero

    [SOLVED] How to automatically run programs on startup with admin privileges on standard account?

    this is incorrect. you can run your program from a batch file containing this place the path underneath the line within quotes, then throw the batch file in your startup folder @echo off :: BatchGotAdmin ::------------------------------------- REM --> Check for permissions >nul 2>&1...