Tatva-Artha

meaning of "it"

Archive for the ‘vista’ tag

Hosts file on Windows Vista

without comments

Getting hosts file (for DNS resolution) to work on Windows vista could be aggravating because of all the security and access control that it has in place. In my case, I couldn’t get it to honor the entries in my hosts file. Commonly proposed solutions modifying UAC, and flushing DNS cache didn’t work for me.

Today I found this. stopping/restarting dns cache service worked. Not sure how this is different from flushing-dns but it worked for me.

> net stop dnscache

> net start dnscache

Written by Sharad

June 4th, 2009 at 2:47 pm

Posted in All,Technology

Tagged with , ,

Updating hosts file on Windows Vista

without comments

I had hard time to get Windows Vista to recognize my changes to hosts file… until now.

Stopping the DNS cache service did the trick:

net stop dnscache

Enjoy!

Written by admin

May 28th, 2009 at 8:24 pm

Posted in All,Technology

Tagged with , ,