Disable Proxy Settings of AD Migrated Machine

In AD Migrated Machine Google, Gmail, Google drive and Bloggers are not accessible due to the Proxy settings enabled in the domain user. We can access the above mentioned site without interruption if proxy setting is disabled.
The below bat file will disable the proxy settings automatically when windows startup

Disable Bat file 

@ECHO OFF
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f

  1. The above bat file code copy into notepad and save as .bat
  2. Copy the created bat file  with above code.
  3. Paste the copied file in Startup folder to execute on windows startup.

Download .bat file