Re-registers with DNS through a batch file :-
----------------------------------------------
@echo off
echo Re-registers with DNS
ipconfig /registerdns
pause
Copy it in notepad and save as .bat file
----------------------------------------------
@echo off
echo Re-registers with DNS
ipconfig /registerdns
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment