File.Run() has a parameter for the current working directory in which the program is run. File.RunAtReboot() does not.
I need to run a program after a reboot with a specific working directory. How do I do this?
I need to run a program after a reboot with a specific working directory. How do I do this?