Start/Stop Services through a batch file:-
-----------------------------------------------
@echo off
echo start Remote Desktop Services
Net start TermService
echo stop Remote Desktop Services
Net stopTermService
pause
Copy it in notepad and save as .bat file
-----------------------------------------------
@echo off
echo start Remote Desktop Services
Net start TermService
echo stop Remote Desktop Services
Net stopTermService
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment