If you experience frequent issues with DNS caching under Microsoft Windows , you can disable client-side DNS caching with either of these two commands:
1. net stop dnscache
2. sc servername stop dnscache
This will disable DNS caching until the next reboot. To make the change permanent, use the Service Controller tool or the Services tool to set the DNS Client service startup type to Disabled.