Re-registers with WINS through a batch file :-
--------------------------------------------
@echo off
echo Re-registers with WINS
nbtstat -RR
pause
Copy it in notepad and save as .bat file
--------------------------------------------
@echo off
echo Re-registers with WINS
nbtstat -RR
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment