Updating the Hosts file using Ntlite ?

KaptanJackSparrow

Active Member
I was wondering if there was a script or a cleaver way of doing it ? I can't really think of anything that's too elegant

This actually probably would be a nice thing to have built into Ntlite as I can see a lot of people wanting to do this. ;);)
 
Last edited:
Drop it here:
sources\$OEM$\$$\System32\drivers\etc


If that doesn't work, drop it here:
sources\$OEM$\$$\Setup\Scripts\System32\drivers\etc

And add to Post-Setup:
xcopy System32 /e /c /i /y %windir%\System32
 
Will Test thank you.


This works, thank you. I assume
sources\$OEM$\$$\ Would drop files and or folders into the %homedrive%

??
 
Last edited:
Back
Top