[Windows] Force clear, flush and refresh DNS cache

Every time you access to the Internet, DNS client make to store many DNS record. Caching these resolutions can speeds up your web activities.
But, while you changed your DNS server address, caching continues activities and you access to wrong address. What is my solutions?
This solutions for fixed it on Windows XP, Windows 7 and Windows 8
1. Flush Windows DNS Cache:
ipconfig /flushdns
2. Display DNS Cache
ipconfig /displaydns
3. Turn off or turn on DNS Cache
net stop dnscache
net start dnscache
4. Disable DNS Cache
Goto Run/services.msc and disable DNS client service, DNS lookup may take longer.