You can try:
- Resetting your network adapter
- Removing any custom proxy settings that were automatically set by HotSpot Shield
1. Resetting your network adapter:
Netsh commands for resetting your network adapter in Windows 8
The following is a list of the Netsh commands you can use at a Command Prompt with administrator privileges to reset your network adapter in Windows 8.
netsh advfirewall reset
Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. In a Group Policy object, this command returns all settings to not configured and deletes all connection security and firewall rules.
netsh branchcache reset
Resets the BranchCache service. Flushes the local cache. Every configuration parameter of BranchCache will be reset to its default value.
netsh int ip reset
Resets TCP/IP and related components to a clean state.
netsh int ipv6 reset
Resets IPv6 configuration state.
netsh winsock reset
Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.
Reference: Resetting your network adapter in Windows 8
2. Removing any custom proxy settings that were automatically set by HotSpot Shield
Based on the type of browser you are using, do the following to make sure there are no proxy settings on the browser:
If you are using Internet Explorer go to:
Tools -> Internet Options -> Connections Tab -> LAN settings
- Make sure none of the check boxes are selected on this screen
If you are using Chrome go to:
- Chrome menu ->
Settings -> Show Advanced Settings... -> Change Proxy Settings... -> LAN Settings'
- Make sure none of the check boxes are selected on this screen
Note: This will change the Internet Explorer setting which is the same setting used by Chrome.
If you are using Firefox go to:
Tools -> Options > Advanced -> Network tab -> Settings... in the Connection section -> select No Proxy OR select Use system proxy settings if the Internet Explorer settings were changed as mentioned above.
Please see video for the same.