Recent content by ina

  1. I

    Windows 7 Run elevation program on limited account

    I have a program that run at startup. It need administrator privileges / elevation. Running the program on admin account, no problem. Running the program on limited/guest account, I have to fill the password. From admin account, how do I allow my program can run without password prompt? The...
  2. I

    Windows 7 Schtasks - Import XML

    I am making a program. I want to import XML file to schtasks.exe, I have to set the path of the program. Here's the part of XML code : <Exec> <Command>"C:\MyPath\program.exe"</Command> <Arguments>/copy</Arguments> </Exec> In my opinion, I have to set the path as variable, so...
Back
Top Bottom