Auto Disable Proxy Settings in AD Migrated Machine

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


Updates:

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Post a Comment

Previous Post Next Post

Most Visited

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Search Content of www.potools.blogspot.com @