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
- The above bat file code copy into notepad and save as
.bat - Copy the created bat file with above code.
- 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