I've created a .bat file that backups my files, but I want to create another .bat file that can run my first program as administrator on schedule (without using task scheduler). I don't want to use the task scheduler because it doesn't run the program as an administrator.
Asked
Active
Viewed 417 times
1 Answers
0
Check the box that says it should run with highest privileges and it will run with administrative privileges. You could use the at command but either way it would mean you'd have to have a cmd constantly open.
Seth
- 9,000
- 1
- 19
- 34