Go Back   Cyber Tech Help Support Forums > Software > Internet / Browsers

Notices

Reply
 
Topic Tools
  #1  
Old October 29th, 2003, 10:42 PM
mquinlivan mquinlivan is offline
New Member
 
Join Date: Oct 2003
Age: 30
Posts: 4
Lock down homepage setting in IE

Hi All

I am a sysadmin at a school. I wish to restrict users from being able to set the home page in IE, so I blocked access to the Tools|Internet Options menu item with our lockdown software (called HandsOff). Now, although they cannot change this manually, if they happen to browse to a page that prompts if you want to change your home page to this page, and they click Yes, it changes the default home page.

My first question is:
Is there any way to lock this down fully? (eg registry setting?) I was using IE5.5, and recently upgraded it to IE6 SP1, and applied MS Oct 03 cumulative patch for IE, so perhaps this may fix it.

Second question is:
How can I test that this works. That is, what is the HTML source used for prompting a user if they want to set the home page to the current page? I will then create a page with this in it and see if it changes IE's hompage

Thanx in advance
MQ
Reply With Quote
  #2  
Old October 30th, 2003, 12:27 AM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,023
Blog Entries: 1
Spybot seems to deny permission for sites to change the homepage

It's in the immunize section
http://security.kolla.de/

Here is an IE onclick script
Code:
<script type="text/javascript" language="javascript1.2">
<!--
/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com)
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.cybertechhelp.com"
var bookmarktitle="Cyber Tech Help"

function addbookmark() {
  if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// -->


</script>
</head>

<body>
<a href="javascript:" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.google.co.uk');"> 
Click here to make this your default homepage.</a>
__________________
Cheers,
Degs

Please post back with your results
CTH Terms of Use

CTH Subscriptions :: Adaware Guide :: HijackThis
Reply With Quote
  #3  
Old October 30th, 2003, 12:28 AM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,023
Blog Entries: 1
btw,
java_script_
should be javascript

remove the two underscores
it's changed because of board security
__________________
Cheers,
Degs

Please post back with your results
CTH Terms of Use

CTH Subscriptions :: Adaware Guide :: HijackThis

Last edited by degsy; October 30th, 2003 at 12:30 AM.
Reply With Quote
  #4  
Old October 30th, 2003, 01:02 AM
degsy's Avatar
degsy degsy is offline
Cyber Tech Help Moderator
 
Join Date: Jul 2001
Location: North-East, UK
Posts: 22,023
Blog Entries: 1
you can also set it manually via

HKEY_CURRENT_USER\Software\Policies\Microsoft\Inte rnet Explorer\Control Panel
and setting the homepage value to 1
__________________
Cheers,
Degs

Please post back with your results
CTH Terms of Use

CTH Subscriptions :: Adaware Guide :: HijackThis
Reply With Quote
  #5  
Old November 1st, 2003, 09:15 PM
Steven.Bentley Steven.Bentley is offline
CTH Subscriber
 
Join Date: Nov 2000
Location: West Yorkshire, UK
Age: 29
Posts: 3,840
You could create a .reg file that sets the browser homepage and have that run at login time, and it will overwrite whatever setting the use has made - even better if you can have that run from a server, then should you want to change the URL you can do it globally in one go.

You might want to look into Active Directory if you have a lot of machines, the Group Policy Objects system really is very good, I was able to change the home page URL of all of our student PCs (I work at a uni) to our online enrollment site when required via a GPO.
__________________
Don't forget to post back with the results
Reply With Quote
  #6  
Old November 5th, 2003, 12:34 AM
mquinlivan mquinlivan is offline
New Member
 
Join Date: Oct 2003
Age: 30
Posts: 4
Thumbs up

Thanks degsy, that registery key works!!

Steven, im not sure if I can use Active directory, etc,as I have old Win95, 98 machines....


Thanks all for yourhelpand sorry about the late reply, ive been away a couple of days

MQ
Reply With Quote
Reply

Bookmarks

Topic Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:42 AM.

[ RSS ]