View Source

  • Thread starter Thread starter Sandy
  • Start date Start date
S

Sandy

Is there a .NET or registry command that can be used
to "turn off" the "View Source" menu option in browsers
accessing a site?
 
Sandy,
Create the below Registry entry:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet
Explorer\Restrictions]
"NoViewSource"=dword:00000001

Note: the above affects the current user, the below affects *all* users.

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet
Explorer\Restrictions]
"NoViewSource"=dword:00000001
_______________________________________
Mike Burgess http://www.mvps.org/winhelp2002/
Blocking Spyware, Adware, Parasites, Hijackers, Trojans, with a HOSTS file
http://www.mvps.org/winhelp2002/hosts.htm [updated 8-26-03]
Please post replies to this Newsgroup, email address is invalid
 
Back
Top