This uses the inbuilt compilers in Windows 10 - there are three VB.NET compilers and three C# compilers - just copy each text file into the same folder and double click the batch file to make the program.
Starting Programs in Special Ways
- CreateJobObject.exe and CreateJobObjectTimeout starts a program (such as a batch file). That program and any programs started by that program will be terminated as a group.
- WaitForInputIdle.exe Starts a graphical program and returns when when any of its windows is waiting for user input.
- KeepDisplayOn - Runs a program preventing sleeping or the display turning off while the program runs
- RunAsAdminConsole.exe elevates a existing console or runs a command leaving the console elevated. The program prompts for credentials.
- RunAsAdmin - Run a program elevated. The program prompts for credentials
No comments:
Post a Comment