Windows HOSTS File
- by jdp
I have a network of computers and a server. I often need to edit the hosts file of all the computers to add a new entry or to change one.
e.g.
192.168.1.101 temporary-internal-site
How can I get all the machines (all windows) to 'import' or use a hosts file on a server in addition to the normal one. This means that I can just edit this one file with the new entry and all the machines will check it.
Feel free to ask questions if you don't understand.