- Allow sudoer able to run services without password
- Add a .bat file to Schedule Tasks
@echo off
bash.exe -c "sudo service ssh start"
bash.exe -c "sudo service crond start"
@echo off
bash.exe -c "sudo service ssh start"
bash.exe -c "sudo service crond start"