- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- Re: BATCH file for changing “automatic configurati...
Operating System - Microsoft
1819761
Members
2953
Online
109606
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011 09:30 PM
01-24-2011 09:30 PM
BATCH file for changing “automatic configuration script” on IE.
Hello experts,
My requirement is changing "automatic configuration script" on IE via BATCH file. Almost I got the solution, but when I change the settings via BATCH file it's not reflecting for the IE page which I have opened and active already, the new settings are reflecting only for the new pages.
Someone please explain how to get this enabled for the opened page also.
Below is the code for changing "automatic configuration script" and removing it.
-------------------------------------------------------------
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "http://xyz/abc.pac" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "" /f
also, explain how can I disable it, instead of making it clear.
Thanks in advance. Points will be shared without fail :).
My requirement is changing "automatic configuration script" on IE via BATCH file. Almost I got the solution, but when I change the settings via BATCH file it's not reflecting for the IE page which I have opened and active already, the new settings are reflecting only for the new pages.
Someone please explain how to get this enabled for the opened page also.
Below is the code for changing "automatic configuration script" and removing it.
-------------------------------------------------------------
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "http://xyz/abc.pac" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "" /f
also, explain how can I disable it, instead of making it clear.
Thanks in advance. Points will be shared without fail :).
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2011 07:12 AM
02-01-2011 07:12 AM
Re: BATCH file for changing “automatic configuration script” on IE.
This is a normal behaviour and it's by design.
There's nothing you can do to change IE settings at runtime for open pages:
IE reads the registry at startup of the program or for new instances.
I have some experience in managing IE settings via batch or VBSCRIPT.
The only thing you can do is to detect open pages and reload a new window with tat url. This can be done via vbscript.
HTH. Bye
There's nothing you can do to change IE settings at runtime for open pages:
IE reads the registry at startup of the program or for new instances.
I have some experience in managing IE settings via batch or VBSCRIPT.
The only thing you can do is to detect open pages and reload a new window with tat url. This can be done via vbscript.
HTH. Bye
Diego C.
MS MCSA Server 2003
HP Accredited Integration Specialist
MS MCSA Server 2003
HP Accredited Integration Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2011 10:23 PM
02-03-2011 10:23 PM
Re: BATCH file for changing “automatic configuration script” on IE.
Thank you so much for the reply. But as you said, there is no other way for the pages which are opened already. It will be very difficult to close all the open page and reopen it again.
R u sure that, we can't do anything for the open pages to take effect of new changes?
R u sure that, we can't do anything for the open pages to take effect of new changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2011 04:18 AM
05-02-2011 04:18 AM
Re: BATCH file for changing “automatic configuration script” on IE.
I think its not applicable for already opened file. It will get changed after Reloading.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP