Internet Explorer

Forum Windows 2000/NT : Windows 2000/NT General Discussion - Internet Explorer

TomsGuide.com: Over 800,000 questions and answers to address all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

Sorry if this is posted in the wrong group..

I'm looking for a way to control the behaviour of a machine and IE within
it.

Situation is this:

We have some Win 2000 computers set up for the public to use just for the
Internet. Currently they are subject to a hard lockdown via GP to stop
people messing.
We have a Home page stored on the local machine which gives the user a
'Welcome' screen and various options in four languages on how to use the
machines etc. with various links localised for their language google.de,
google.fr, google.com etc etc.

What I like to do is this:
1. Stop people from closing Internet Explorer down.
2. Get IE to go back to its Home page after a set period of inactivity so it
is ready for the next user with the 'Welcome' screen up. I'm guessing that
the best way to do this would be somehow via Scheduled Tasks?

Any help and suggestion would be greatly appreciated!

Best regards,
Jimbo

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

On Thu, 4 Aug 2005 12:41:13 +0100, "user" <a> wrote:

>Sorry if this is posted in the wrong group..
>
>I'm looking for a way to control the behaviour of a machine and IE within
>it.
>
>Situation is this:
>
>We have some Win 2000 computers set up for the public to use just for the
>Internet. Currently they are subject to a hard lockdown via GP to stop
>people messing.
>We have a Home page stored on the local machine which gives the user a
>'Welcome' screen and various options in four languages on how to use the
>machines etc. with various links localised for their language google.de,
>google.fr, google.com etc etc.
>
>What I like to do is this:
>1. Stop people from closing Internet Explorer down.
>2. Get IE to go back to its Home page after a set period of inactivity so it
>is ready for the next user with the 'Welcome' screen up. I'm guessing that
>the best way to do this would be somehow via Scheduled Tasks?
>
>Any help and suggestion would be greatly appreciated!
>
>Best regards,
>Jimbo
>
To redirect back to your Welcome page after 1 minute of inactivity, assuming your Welcome page is http://welcome.mydomain.com

<meta http-equiv="refresh" content="60;url=http://welcome.mydomain.com/">

Add this to every page.

Reply to Anonymous

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

On Thu, 4 Aug 2005 12:41:13 +0100, "user" <a> wrote:

>Sorry if this is posted in the wrong group..
>
>I'm looking for a way to control the behaviour of a machine and IE within
>it.
>
>Situation is this:
>
>We have some Win 2000 computers set up for the public to use just for the
>Internet. Currently they are subject to a hard lockdown via GP to stop
>people messing.
>We have a Home page stored on the local machine which gives the user a
>'Welcome' screen and various options in four languages on how to use the
>machines etc. with various links localised for their language google.de,
>google.fr, google.com etc etc.
>
>What I like to do is this:
>1. Stop people from closing Internet Explorer down.
>2. Get IE to go back to its Home page after a set period of inactivity so it
>is ready for the next user with the 'Welcome' screen up. I'm guessing that
>the best way to do this would be somehow via Scheduled Tasks?
>
>Any help and suggestion would be greatly appreciated!
>
>Best regards,
>Jimbo
>
To redirect back to your Welcome page after 1 minute of inactivity, assuming your Welcome page is http://welcome.mydomain.com

<meta http-equiv="refresh" content="60;url=http://welcome.mydomain.com/">

Add this to every page.

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

Thanks for the reply but that would only work on the pages I control. If a
user navigated out to Google and left it on that page, thats where it would
stay. I would like the machine to wait a specified idle time, say 15
minutes, then go to the Home page even if Google (or any other webpage) is
up.



"Jerold Schulman" <Jerry@jsiinc.com> wrote in message
news:sb94f1h8h69f1e1vb7c55085ingv082l4r@4ax.com...
> On Thu, 4 Aug 2005 12:41:13 +0100, "user" <a> wrote:
>
>>Sorry if this is posted in the wrong group..
>>
>>I'm looking for a way to control the behaviour of a machine and IE within
>>it.
>>
>>Situation is this:
>>
>>We have some Win 2000 computers set up for the public to use just for the
>>Internet. Currently they are subject to a hard lockdown via GP to stop
>>people messing.
>>We have a Home page stored on the local machine which gives the user a
>>'Welcome' screen and various options in four languages on how to use the
>>machines etc. with various links localised for their language google.de,
>>google.fr, google.com etc etc.
>>
>>What I like to do is this:
>>1. Stop people from closing Internet Explorer down.
>>2. Get IE to go back to its Home page after a set period of inactivity so
>>it
>>is ready for the next user with the 'Welcome' screen up. I'm guessing that
>>the best way to do this would be somehow via Scheduled Tasks?
>>
>>Any help and suggestion would be greatly appreciated!
>>
>>Best regards,
>>Jimbo
>>
> To redirect back to your Welcome page after 1 minute of inactivity,
> assuming your Welcome page is http://welcome.mydomain.com
>
> <meta http-equiv="refresh" content="60;url=http://welcome.mydomain.com/">
>
> Add this to every page.
>
>

Reply to user

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

Little bit of a hokey setup, but this could get it to work:

Set up the screensaver as logoff.scr, activating after 15 minutes
Enable auto-admin log on
Place a shortcut to iexplore.exe in the Startup group

hth... Ken


"user" <a> wrote in message news:OI4QbNdmFHA.3960@TK2MSFTNGP12.phx.gbl...
> Thanks for the reply but that would only work on the pages I control. If a
> user navigated out to Google and left it on that page, thats where it
> would stay. I would like the machine to wait a specified idle time, say
> 15 minutes, then go to the Home page even if Google (or any other webpage)
> is up.
>
>
>
> "Jerold Schulman" <Jerry@jsiinc.com> wrote in message
> news:sb94f1h8h69f1e1vb7c55085ingv082l4r@4ax.com...
>> On Thu, 4 Aug 2005 12:41:13 +0100, "user" <a> wrote:
>>
>>>Sorry if this is posted in the wrong group..
>>>
>>>I'm looking for a way to control the behaviour of a machine and IE within
>>>it.
>>>
>>>Situation is this:
>>>
>>>We have some Win 2000 computers set up for the public to use just for the
>>>Internet. Currently they are subject to a hard lockdown via GP to stop
>>>people messing.
>>>We have a Home page stored on the local machine which gives the user a
>>>'Welcome' screen and various options in four languages on how to use the
>>>machines etc. with various links localised for their language google.de,
>>>google.fr, google.com etc etc.
>>>
>>>What I like to do is this:
>>>1. Stop people from closing Internet Explorer down.
>>>2. Get IE to go back to its Home page after a set period of inactivity so
>>>it
>>>is ready for the next user with the 'Welcome' screen up. I'm guessing
>>>that
>>>the best way to do this would be somehow via Scheduled Tasks?
>>>
>>>Any help and suggestion would be greatly appreciated!
>>>
>>>Best regards,
>>>Jimbo
>>>
>> To redirect back to your Welcome page after 1 minute of inactivity,
>> assuming your Welcome page is http://welcome.mydomain.com
>>
>> <meta http-equiv="refresh" content="60;url=http://welcome.mydomain.com/">
>>
>> Add this to every page.
>>
>>
>
>

Reply to Anonymous

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

We could not find a way to do what you wanted with any standard tools. But
we started using a product called Public Web Browser over two years ago to
do what you need. You can find it here
http://www.teamsoftwaresolutions.com/. It is only $100/year for a site
license.


"user" <a> wrote in message news:eSponlOmFHA.3304@tk2msftngp13.phx.gbl...
> Sorry if this is posted in the wrong group..
>
> I'm looking for a way to control the behaviour of a machine and IE within
> it.
>
> Situation is this:
>
> We have some Win 2000 computers set up for the public to use just for the
> Internet. Currently they are subject to a hard lockdown via GP to stop
> people messing.
> We have a Home page stored on the local machine which gives the user a
> 'Welcome' screen and various options in four languages on how to use the
> machines etc. with various links localised for their language google.de,
> google.fr, google.com etc etc.
>
> What I like to do is this:
> 1. Stop people from closing Internet Explorer down.
> 2. Get IE to go back to its Home page after a set period of inactivity so
> it is ready for the next user with the 'Welcome' screen up. I'm guessing
> that the best way to do this would be somehow via Scheduled Tasks?
>
> Any help and suggestion would be greatly appreciated!
>
> Best regards,
> Jimbo
>

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.win2000.group_policy (More info?)

 

Cool!

"Jim Dodge" <big_jim_dodge@hotmail.com> wrote in message
news:uqWMWIpmFHA.3256@tk2msftngp13.phx.gbl...
> We could not find a way to do what you wanted with any standard tools.
> But we started using a product called Public Web Browser over two years
> ago to do what you need. You can find it here
> http://www.teamsoftwaresolutions.com/. It is only $100/year for a site
> license.
>
>
> "user" <a> wrote in message news:eSponlOmFHA.3304@tk2msftngp13.phx.gbl...
>> Sorry if this is posted in the wrong group..
>>
>> I'm looking for a way to control the behaviour of a machine and IE within
>> it.
>>
>> Situation is this:
>>
>> We have some Win 2000 computers set up for the public to use just for the
>> Internet. Currently they are subject to a hard lockdown via GP to stop
>> people messing.
>> We have a Home page stored on the local machine which gives the user a
>> 'Welcome' screen and various options in four languages on how to use the
>> machines etc. with various links localised for their language google.de,
>> google.fr, google.com etc etc.
>>
>> What I like to do is this:
>> 1. Stop people from closing Internet Explorer down.
>> 2. Get IE to go back to its Home page after a set period of inactivity so
>> it is ready for the next user with the 'Welcome' screen up. I'm guessing
>> that the best way to do this would be somehow via Scheduled Tasks?
>>
>> Any help and suggestion would be greatly appreciated!
>>
>> Best regards,
>> Jimbo
>>
>
>

Reply to user
Tom's Guide > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Internet Explorer
Go to:

There are 11 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Google ads