vote up 0 vote down star

I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting their web browser history but actually just copy it off to another folder. The new folder would use the date and time deletion was attempted as its naming convention. This would be used in place of a parental control program and as far as the user knows they have deleted the browser history.

flag
1  
I sure hope not... – jheddings Nov 4 at 2:50
8  
Major ethical fail. – Robert Harvey Nov 4 at 2:50
1  
How is that an ethics issue? What if the machine is owned by a company and corporate guidelines prevented non-work browsing. Do you think the police should notify crims when they're being staked out? Given the mention of parental control, this is obviously for children and, given that most kids are actually smarter than their oldies with computers, parents need all the help they can get :-) – paxdiablo Nov 4 at 2:59
1  
In a corporate environment, there is no expectation of privacy, and employees are usually told monitoring takes place; that is part of the deterrence. For children there is no expectation of privacy either, but misleading them about that tells them that this kind of subversive behavior is OK as an adult, which it is not. – Robert Harvey Nov 4 at 3:05

3 Answers

vote up 0 vote down check

There is no supported way of doing this. There are no hooks. The Delete Browsing History feature does not have any extensibility points.

The right way to monitor is using a proxy (as mentioned in other answers). Alternatively, you could redirect the cache folder to a network share and have the network server make backups of it as often as you want. Or you could write a local script to do something similar.

Or just use the built-in IE parental controls.

Or, if you really want to, since IE just calls a helper method in inetcpl.cpl, you could detour the ClearMyTracksByProcess method exported by inetcpl.cpl and fake the UI while doing whatever you wanted to. But I really don't recommend doing that. Actually that would probably work quite well, aside from being really evil.

link|flag
vote up 6 vote down

Never write a program that reports a result that's different from what actually happened.

It's far more effective to just tell the user that they are being monitored.

link|flag
haha unless you want to breed viruses. – o.k.w Nov 4 at 2:58
Like I was saying... – Robert Harvey Nov 4 at 2:59
vote up 0 vote down

I'd recommend using OpenDNS instead and enable the logging feature. (However - I would feel that this is only fair if the end user(s) are notified that logging is occuring)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.