(Msg. 1) Posted: Sun Feb 10, 2008 8:47 am
Post subject: Hide IE History Archived from groups: microsoft>public>win2000>group_policy (more info?)
Is there a way in windows 2000 GP to hide/disable the viewing if Internet
Explorer 6 history.
It seems I can disable everything besides this and the search feature.
I've diabled the butons but cannot find a way to limit access thru either a
CTRL-H or under view-Explorer Bar-etc it IE itself.
I've even enabled the 'Remove tip of the day' option yet it is present under
the Explorer Bar and does bring up the tip of the day when selected.
As a temporary fix.
I thought I saw a history cache option someplace and thought I would set it
to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
under the Internet Options in IE's general tab, then disable access to that
tab, but activity from the current day is still present.
My concern is this is a computer used for public internet access and it is
not always restart and to respect the privacy of the last user it would be
nice to hide this information.
Thanks,
(Msg. 2) Posted: Sun Feb 10, 2008 9:15 pm
Post subject: Re: Hide IE History [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
okon3 schrieb:
> Is there a way in windows 2000 GP to hide/disable the viewing if Internet
> Explorer 6 history.
> It seems I can disable everything besides this and the search feature.
> I've diabled the butons but cannot find a way to limit access thru either a
> CTRL-H or under view-Explorer Bar-etc it IE itself.
> I've even enabled the 'Remove tip of the day' option yet it is present under
> the Explorer Bar and does bring up the tip of the day when selected.
> As a temporary fix.
> I thought I saw a history cache option someplace and thought I would set it
> to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
> under the Internet Options in IE's general tab, then disable access to that
> tab, but activity from the current day is still present.
There's a custom ADM template on gruppenrichtlinien.de - a german Group
Policy portal. It would delete the history on user logoff:
CLASS USER
CATEGORY "Custom IE settings"
POLICY "Delete user history on logoff"
KEYNAME "Software\Microsoft\Internet Explorer\Main"
VALUENAME "Save_Session_History_On_Exit"
VALUEON "no" VALUEOFF "yes"
END POLICY
END CATEGORY
cheers,
Florian
--
Microsoft MVP - Windows Server - Group Policy.
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
(Msg. 3) Posted: Sun Feb 10, 2008 9:15 pm
Post subject: Re: Hide IE History [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks for your reply,but I'm looking for a way to leave the computer logged
on all day.
So someone could simply walk away and by closing the current window, the
history would also go away. Not only as a convenience but a reality. I
watched three people use it on Friday and they simply closed the browser
window and walked away.
That's where I thought eliminating the ability to get to the history would
solve the issue.
Thanks again for your time.
"Florian Frommherz [MVP]" wrote:
> okon3 schrieb:
> > Is there a way in windows 2000 GP to hide/disable the viewing if Internet
> > Explorer 6 history.
> > It seems I can disable everything besides this and the search feature.
> > I've diabled the butons but cannot find a way to limit access thru either a
> > CTRL-H or under view-Explorer Bar-etc it IE itself.
> > I've even enabled the 'Remove tip of the day' option yet it is present under
> > the Explorer Bar and does bring up the tip of the day when selected.
> > As a temporary fix.
> > I thought I saw a history cache option someplace and thought I would set it
> > to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
> > under the Internet Options in IE's general tab, then disable access to that
> > tab, but activity from the current day is still present.
>
> There's a custom ADM template on gruppenrichtlinien.de - a german Group
> Policy portal. It would delete the history on user logoff:
>
> CLASS USER
>
> CATEGORY "Custom IE settings"
>
> POLICY "Delete user history on logoff"
> KEYNAME "Software\Microsoft\Internet Explorer\Main"
> VALUENAME "Save_Session_History_On_Exit"
> VALUEON "no" VALUEOFF "yes"
> END POLICY
> END CATEGORY
>
> cheers,
>
> Florian
> --
> Microsoft MVP - Windows Server - Group Policy.
> eMail: prename [at] frickelsoft [dot] net.
> blog: http://www.frickelsoft.net/blog. >
(Msg. 4) Posted: Mon Feb 11, 2008 8:32 am
Post subject: Re: Hide IE History [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Feb 10, 10:58 pm, okon3 <ok... DeleteThis @discussions.microsoft.com> wrote:
> Thanks for your reply,but I'm looking for a way to leave the computer logged
> on all day.
> So someone could simply walk away and by closing the current window, the
> history would also go away. Not only as a convenience but a reality. I
> watched three people use it on Friday and they simply closed the browser
> window and walked away.
> That's where I thought eliminating the ability to get to the history would
> solve the issue.
> Thanks again for your time.
>
> "Florian Frommherz [MVP]" wrote:
> > okon3 schrieb:
> > > Is there a way in windows 2000 GP to hide/disable the viewing if Internet
> > > Explorer 6 history.
> > > It seems I can disable everything besides this and the search feature.
> > > I've diabled the butons but cannot find a way to limit access thru either a
> > > CTRL-H or under view-Explorer Bar-etc it IE itself.
> > > I've even enabled the 'Remove tip of the day' option yet it is present under
> > > the Explorer Bar and does bring up the tip of the day when selected.
> > > As a temporary fix.
> > > I thought I saw a history cache option someplace and thought I would set it
> > > to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
> > > under the Internet Options in IE's general tab, then disable access to that
> > > tab, but activity from the current day is still present.
>
> > There's a custom ADM template on gruppenrichtlinien.de - a german Group
> > Policy portal. It would delete the history on user logoff:
>
> > CLASS USER
>
> > CATEGORY "Custom IE settings"
>
> > POLICY "Delete user history on logoff"
> > KEYNAME "Software\Microsoft\Internet Explorer\Main"
> > VALUENAME "Save_Session_History_On_Exit"
> > VALUEON "no" VALUEOFF "yes"
> > END POLICY
> > END CATEGORY
>
> > cheers,
>
> > Florian
> > --
> > Microsoft MVP - Windows Server - Group Policy.
> > eMail: prename [at] frickelsoft [dot] net.
> > blog:http://www.frickelsoft.net/blog.
How about creating a scheduled task that runs every 60 minutes that
deletes the appropriate folder/files? If your PCs are in a Domain, you
could push this out as a GPO.
(Msg. 5) Posted: Mon Feb 11, 2008 9:37 am
Post subject: Re: Hide IE History [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
That too is an idea, I was just hoping that with all this magical power of
group policy and with all the other restrictions you can place on a PC that
this would be one.
Especially in the days of privacy, but I guess 2000 was developed before
this was much of an issue.
I really do appreciate all of the suggestions!
Thanks,
Tom
"Al" wrote:
> On Feb 10, 10:58 pm, okon3 <ok....DeleteThis@discussions.microsoft.com> wrote:
> > Thanks for your reply,but I'm looking for a way to leave the computer logged
> > on all day.
> > So someone could simply walk away and by closing the current window, the
> > history would also go away. Not only as a convenience but a reality. I
> > watched three people use it on Friday and they simply closed the browser
> > window and walked away.
> > That's where I thought eliminating the ability to get to the history would
> > solve the issue.
> > Thanks again for your time.
> >
> > "Florian Frommherz [MVP]" wrote:
> > > okon3 schrieb:
> > > > Is there a way in windows 2000 GP to hide/disable the viewing if Internet
> > > > Explorer 6 history.
> > > > It seems I can disable everything besides this and the search feature.
> > > > I've diabled the butons but cannot find a way to limit access thru either a
> > > > CTRL-H or under view-Explorer Bar-etc it IE itself.
> > > > I've even enabled the 'Remove tip of the day' option yet it is present under
> > > > the Explorer Bar and does bring up the tip of the day when selected.
> > > > As a temporary fix.
> > > > I thought I saw a history cache option someplace and thought I would set it
> > > > to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
> > > > under the Internet Options in IE's general tab, then disable access to that
> > > > tab, but activity from the current day is still present.
> >
> > > There's a custom ADM template on gruppenrichtlinien.de - a german Group
> > > Policy portal. It would delete the history on user logoff:
> >
> > > CLASS USER
> >
> > > CATEGORY "Custom IE settings"
> >
> > > POLICY "Delete user history on logoff"
> > > KEYNAME "Software\Microsoft\Internet Explorer\Main"
> > > VALUENAME "Save_Session_History_On_Exit"
> > > VALUEON "no" VALUEOFF "yes"
> > > END POLICY
> > > END CATEGORY
> >
> > > cheers,
> >
> > > Florian
> > > --
> > > Microsoft MVP - Windows Server - Group Policy.
> > > eMail: prename [at] frickelsoft [dot] net.
> > > blog:http://www.frickelsoft.net/blog.
>
> How about creating a scheduled task that runs every 60 minutes that
> deletes the appropriate folder/files? If your PCs are in a Domain, you
> could push this out as a GPO.
>
> Al
>
(Msg. 6) Posted: Thu Feb 21, 2008 8:34 am
Post subject: Re: Hide IE History [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Feb 11, 12:37 pm, okon3 <ok... RemoveThis @discussions.microsoft.com> wrote:
> That too is an idea, I was just hoping that with all this magical power of
> group policy and with all the other restrictions you can place on a PC that
> this would be one.
> Especially in the days of privacy, but I guess 2000 was developed before
> this was much of an issue.
> I really do appreciate all of the suggestions!
> Thanks,
> Tom
>
>
>
> "Al" wrote:
> > On Feb 10, 10:58 pm, okon3 <ok... RemoveThis @discussions.microsoft.com> wrote:
> > > Thanks for your reply,but I'm looking for a way to leave the computer logged
> > > on all day.
> > > So someone could simply walk away and by closing the current window, the
> > > history would also go away. Not only as a convenience but a reality.. I
> > > watched three people use it on Friday and they simply closed the browser
> > > window and walked away.
> > > That's where I thought eliminating the ability to get to the history would
> > > solve the issue.
> > > Thanks again for your time.
>
> > > "Florian Frommherz [MVP]" wrote:
> > > > okon3 schrieb:
> > > > > Is there a way in windows 2000 GP to hide/disable the viewing if Internet
> > > > > Explorer 6 history.
> > > > > It seems I can disable everything besides this and the search feature.
> > > > > I've diabled the butons but cannot find a way to limit access thru either a
> > > > > CTRL-H or under view-Explorer Bar-etc it IE itself.
> > > > > I've even enabled the 'Remove tip of the day' option yet it is present under
> > > > > the Explorer Bar and does bring up the tip of the day when selected.
> > > > > As a temporary fix.
> > > > > I thought I saw a history cache option someplace and thought I would set it
> > > > > to 0(zero) in GP, but now I cannot find that. So for now I've set it to 0
> > > > > under the Internet Options in IE's general tab, then disable access to that
> > > > > tab, but activity from the current day is still present.
>
> > > > There's a custom ADM template on gruppenrichtlinien.de - a german Group
> > > > Policy portal. It would delete the history on user logoff:
>
> > > > CLASS USER
>
> > > > CATEGORY "Custom IE settings"
>
> > > > POLICY "Delete user history on logoff"
> > > > KEYNAME "Software\Microsoft\Internet Explorer\Main"
> > > > VALUENAME "Save_Session_History_On_Exit"
> > > > VALUEON "no" VALUEOFF "yes"
> > > > END POLICY
> > > > END CATEGORY
>
> > > > cheers,
>
> > > > Florian
> > > > --
> > > > Microsoft MVP - Windows Server - Group Policy.
> > > > eMail: prename [at] frickelsoft [dot] net.
> > > > blog:http://www.frickelsoft.net/blog.
>
> > How about creating a scheduled task that runs every 60 minutes that
> > deletes the appropriate folder/files? If your PCs are in a Domain, you
> > could push this out as a GPO.
>
> > Al- Hide quoted text -
>
> - Show quoted text -
I'm also searching for the same solution... Any leads on a possible
registry hack?
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum