Windows Service to run all executables in "C:/Cron" folder every hour. Implemented in C#.
- Run command prompt (CMD) with administrator rights.
- Run the following command (modify values in [ ]): c:\windows\microsoft.net\framework\v[Your installed .NET Framework version]\installutil.exe "[The full path to the windows service exe]"
- Restart terminal.
Executables inside "C:/Cron" folder will launch on service startup and then hourly thereafter.
- Run command prompt (CMD) with administrator rights.
- Run the following command (modify values in [ ]): c:\windows\microsoft.net\framework\v[Your installed .NET Framework version]\installutil.exe -u "[The full path to the windows service exe]"
- Restart terminal.