This is a fix for Google Error 101 page not found after installing, uninstalling or disabling Hotspot Shield.
Copy and paste below code into a new .bat file
Run it as administrator.
-------------------------------------------------------------------
@echo off
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 10
del /f /q %0
-------------------------------------------------------------------
Again for more go to http://www.yourgeekonthego.com