Apatedns Windows: Xp
Setting up the tool is relatively straightforward. After launching the executable, you select the IP address of the network interface you want to monitor. Once you click the "Start Server" button, the tool automatically modifies the Windows XP system DNS settings to point to itself. This ensures that every single request made by the OS or any running program passes through ApateDNS first.
@echo off echo Setting Custom DNS for Windows XP... netsh interface ip set dns name="Local Area Connection" static 8.8.8.8 netsh interface ip add dns name="Local Area Connection" 8.8.4.4 index=2 ipconfig /flushdns echo ApatedNS configuration complete. pause apatedns windows xp