Pause/Continue Services through a batch file:-
---------------------------------------------
@echo off
echo pause Remote Desktop Services
Net pause TermService
echo continue Remote Desktop Services
Net continueTermService
pause
Copy it in notepad and save as .bat file
---------------------------------------------
@echo off
echo pause Remote Desktop Services
Net pause TermService
echo continue Remote Desktop Services
Net continueTermService
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment