Shutdown Computers Over The Network:-
------------------------------ -----------------
@echo off
Shutdown -s -m \\ IP Address
Copy it in notepad and save as .bat file.
Note : In that pc sharing should be enable then only these cmd will work.
------------------------------
@echo off
Shutdown -s -m \\ IP Address
Copy it in notepad and save as .bat file.
Note : In that pc sharing should be enable then only these cmd will work.
No comments:
Post a Comment