Is there a way to disable the ability to change the homepage setting? We would like to set all homepages in our firm to one address, and not have people subsquently change it to whatever they like. All users are Administrators in Windows XP with IE6. Thanks in advance!
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Disabling Home Page change (IE6/Windows XP)
Home » Forums » AskWoody support » Questions: Browsers and desktop software » Internet Explorer and Edge » Disabling Home Page change (IE6/Windows XP)
- This topic has 11 replies, 4 voices, and was last updated 21 years, 9 months ago.
Viewing 1 reply threadAuthorReplies-
WScthomas
AskWoody Lounger -
WSR2
AskWoody Lounger -
WSjscher2000
AskWoody Lounger
-
-
WScthomas
AskWoody Lounger -
WSR2
AskWoody LoungerAugust 14, 2003 at 1:46 pm #702287Yes and no. The “policy restriction” values are NOT there by default — you have to add them.
But, as Jefferson points out, a savy user can easily get around your best efforts to block them. Obviously, if YOU can modify the registry, so can all the other “Administrator” users.
I think XP’s regedt32 allows you to selectively lock keys — and that might be your solution to making this stick. (I don’t use XP, so this is only a guess.)
-
WSunkamunka
AskWoody LoungerAugust 14, 2003 at 2:08 pm #702291As suggested by jscher2000, a start-up script like the following should accomplish what you seek. Make sure that you verify the registry key – as it is based on a Win2K installation. Users may well get tired of having to reset the Home Page every time they log on.
Sub RegistryWrite(KeyName, ValueName, ValueData, ValueType) ValueType = UCase(ValueType) If ValueType "REG_DWORD" and ValueType "REG_BINARY" then ValueType = "REG_SZ" Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite KeyName & "" & ValueName, ValueData, ValueType End Sub Call RegistryWrite("HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain", _ "Start Page","[your URL goes here]","")
HTH
-
WScthomas
AskWoody LoungerAugust 14, 2003 at 2:21 pm #702295Thank you, unkamunka, for your suggestions. However, the goal is for the user to not be able to change their homepage from what we set it to. Of course, if they figure out how to hack the registry, they can switch it, but I doubt that’s going to happen.
I’ve successfully created the new key under HKEY_CURRENT_USER, and it’s working (ie, my ability to change my homepage is non-existent–it’s all greyed out). However, creating the exact same key under HKEY_LOCAL_MACHINE does absolutely nothing (which I’ve tested by logging in as someone else to my computer). So, for our IT department to apply this to all 200+ workstations, we’d have to login as each individual user, which would require getting passwords, etc. Hoping we don’t have to do that.
Any idea why it works for the current user, but not local machine? Thanks again for all of your help!
-
WSunkamunka
AskWoody LoungerAugust 14, 2003 at 3:38 pm #702329The suggestion that jscher2000 and I were making was that this script became part of the log-in verification procedure – set-up on the server so that it ran every day as someone logged in. Thus, if someone did hack the registry – or change the Control Panel applet – they would have to do it every day after they had logged on. There was never any question of having to log on at 2000000+ machines.
Provided you can set up the script for the new key, it may be just as well to run that at log on anyway.
If the key was a per machine setting, then an Admin could be disabled from having their own page. Whether that is why the registry key doesn’t work under HKLM is another question.
-
WScthomas
AskWoody Lounger -
WSR2
AskWoody LoungerAugust 14, 2003 at 7:01 pm #702372AH… but ideally you want the script to change BOTH the “HomePage” value and the “Start Page” — that way the user has to modify the registry twice!
(To avoid confusion, note that unk’s code does not change the HomePage DWORD — it changes the Start Page String value.)
Again, a really savy user will just make their own script (or .reg file) that can override this — but now you are dealing with someone you will likely never be able to ‘control’!
-
WSjscher2000
AskWoody LoungerAugust 14, 2003 at 8:50 pm #702405Sorry, I guess I was a bit vague on how to use the VBScript. I’m assuming that Novell doesn’t literally support this syntax, but the user’s box should have cscript.exe in the default path and should be able to run it the same was one would shell a batch file at startup (of course, this is NT syntax):
start /wait cscript servernetlogonSetHomePage.vbs //NoLogo
-
-
-
-
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
1 hour, 46 minutes ago -
Location, location, location
by
Susan Bradley
2 hours, 14 minutes ago -
Cannot get a task to run a restore point
by
CWBillow
3 hours, 11 minutes ago -
What is wrong with simple approach? (Awaiting moderation)
by
WSSpoke36
7 hours, 23 minutes ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
10 hours, 44 minutes ago -
June 2025 Office non-Security Updates
by
PKCano
13 hours, 57 minutes ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
6 hours, 37 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
13 hours, 53 minutes ago -
How start headers and page numbers on page 3?
by
Davidhs
1 day ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
2 hours, 59 minutes ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
1 day, 8 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
1 day, 9 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
22 hours, 41 minutes ago -
Firefox 139
by
Charlie
15 hours, 16 minutes ago -
Who knows what?
by
Will Fastie
5 hours, 37 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
1 day, 9 hours ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
1 day, 4 hours ago -
Misbehaving devices
by
Susan Bradley
5 hours, 26 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
2 days, 15 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
13 hours ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
2 days, 14 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
1 day, 13 hours ago -
Edge Seems To Be Gaining Weight
by
bbearren
2 days, 4 hours ago -
Rufus is available from the MSFT Store
by
PL1
2 days, 12 hours ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
3 days, 15 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
1 day, 15 hours ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
1 day, 13 hours ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
3 days, 11 hours ago -
Office gets current release
by
Susan Bradley
3 days, 13 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
5 days, 3 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.