There's been a 'solution' to my 'problem' all along:
ipconfig /release && ipconfig /renew
This will release the IP and renew the IP once the previous command completes.
This will also work if you have to do something like restart a spooler
net stop spooler && net start spooler
Or any other services that you have to stop start rather than just restart.
This will also work if you have to do something like restart a spooler
net stop spooler && net start spooler
Or any other services that you have to stop start rather than just restart.
No comments:
Post a Comment