Need to disable this message

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Need to disable this message

Post by CableDude »

"Would you like to make Internet Explorer your default browser?"

I need to disable this message for ALL USERS. that sign into a PC.

Windows 7, Windows Vista Business, Internet Explorer 9.
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

MORNING WOOD Lumber Company
Guinness for Strength!!!
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Kind sir,

I will review this again. I do believe that I did stumble on that link yesterday. I was hoping to find something on each individual PC that would allow me to turn this off.

Unfortunately, I don't have access to the domain. :(
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

Hmm....dunno how to enforce it to any/all users on a local workstation without being driven from the DC....because that group policy is applied under the "User Configuration" container...so it applies to the "Users" object of the domain.
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Philip
SG VIP
Posts: 11703
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

If you don't want to use group policy... Individually, on each PC you can untick: IE Settings > Internet Options > Programs > uncheck "Tell me if IE is the default browser"

You can also use regedit, I believe the key is:
HKCU\Software\Microsoft\Internet Explorer\Main\Check_Associations (REG_SZ, set to "no")

You should be able to export the key to a registry file and just merge it on other PCs.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Philip wrote:If you don't want to use group policy... Individually, on each PC you can untick: IE Settings > Internet Options > Programs > uncheck "Tell me if IE is the default browser"

You can also use regedit, I believe the key is:
HKCU\Software\Microsoft\Internet Explorer\Main\Check_Associations (REG_SZ, set to "no")

You should be able to export the key to a registry file and just merge it on other PCs.
Boss,

Appreciate your assistance. Unfortunately, the untick option does not work for ALL USERS. I was hoping the registry modification would work across all users, but it did not.

I am going to look at YOSC's link again over the weekend and remote into the machine to take a look. What is weird is that there is a Group policy entry that works for IE 8, but it does not have the same effect on IE 9.
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Best action: uninstall IE9, or just rename iexplore.exe to iexplore.exe.old and those messages will go away for good.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
RaisinCain
Posts: 1941
Joined: Fri Jun 05, 2009 7:11 pm

Post by RaisinCain »

Any reason that the users aren't using Firefox or Chrome? If the user doesn't have admin rights they obviously won't be able to change the setting.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

PC's are on a domain, available to the "public" lets say. If I could make Firefox the default for ALL USERS I would consider that route.

Looks like I am going to have to modify the default profile. Just wish there was an easier way to do it in Win 7
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

I recall Google having some GPO tools and special MSI installers to push and control via group policy (in their chrome section of business apps...special Chrome downloads for network setup)....but since you don't have access to that...can't think of a way. For config/users, the domain policy trumps anything you attempt locally. not sure about Firefox..haven't had any interest in that for years so never looked.

Seems like the limits they put on your access to admin tools really cripples your job and ability to efficiently manage your portion of the network, seems like you've had enough stumbling blocks due to that to be able to make a case for getting some access. Or at least make a request to someone that has that level of access.
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Philip
SG VIP
Posts: 11703
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

In regedit... Other users are under "HKEY_USERS" instead of "HKEY_CURRENT_USER". You can access them if you have admin rights. For it to affect all users, you can try to write the key to HKEY_USERS\.DEFAULT , or to HKEY_LOCAL_MACHINE, but I'm not sure if it will work with roaming profiles.
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Using Set Program Access and Defaults

You can set the default browser using the feature, "Set Program Access and Defaults" on Windows 2000 and XP. On Windows Vista and above, this feature is renamed "Set Program Access and Computer Defaults" and can be used to change the default for all users of the computer, if you are logged into Windows as an administrator. On Windows 7 & 8 it will be Default Programs.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

I went with the copying of profiles way of doing things.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

YeOldeStonecat wrote:Seems like the limits they put on your access to admin tools really cripples your job and ability to efficiently manage your portion of the network, seems like you've had enough stumbling blocks due to that to be able to make a case for getting some access. Or at least make a request to someone that has that level of access.
As usual, you are right.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

17 out of 18 computers worked with enable "disable default browser check" in gpedit before updating.
Post Reply