Hackosis is an Open Blog. You Can Participate.

  • 03
  • Jan

I wrote earlier today about how to circumvent the blocking of Internet Explorer by using Microsoft HTML Help. Lets turn in the opposite direction and look at ways we can block Internet Explorer.
Internet Explorer
Not only does this work in Internet Explorer, it works with any program.

The following method has been tested on Windows 2000/XP/2003. If you have Vista, and are willing to test this method, please let me know if it works..

One way would be to use a Software Restriction Policy through Group Policy, either locally or through the domain level. However, this does not work on XP Home Edition.

All Group Policies are essentially registry entries. So, what I did was apply the Software Restriction Policy and copy out the registry entry.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths\{fc768d98-109c-4ac5-8e23-76e7576365bc}]
"LastModified"=hex(b):d2,2e,d8,5d,f9,3c,c8,01
"Description"=""
"SaferFlags"=dword:00000000
"ItemData"="C:\\Program Files\\Internet Explorer\\iexplore.exe"

NOTE: The third line above runs outside of the div. If you are having trouble copying and pasting you need to download the zip file.

Copy and paste the text above into a file named ie.reg, save it, and double click the file to apply the setting manually. Reboot, try to run Internet Explorer and you will notice a nice message:

Internet Explorer Blocked

This doesn’t prevent the Microsoft HTML Help hack, but a proxy setting for Internet Explorer will.

You might ask, “Why would I want to do this?” — because running Internet Explorer is dangerous to your system, that’s why. Also, like stated above, this method can be used to block any program, just modify the path to the executable.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Related Posts


Tags: , , ,

Like this post? Subscibe to the RSS feed.


13 Comments

  1. Kevin Says:

    This could come in handy. Thanks!

    But hypothetically, if I block IE completely and use a non-existent proxy, how would one go about using Windows Update? Setting proxy options in IE seems to affect the ietab addon for Firefox as well. What’s your take on this?

  2. Block IE « Troubleshooting PC Problems Says:

    [...] Posted on January 4, 2008 by PakNik Want to block IE? Why? According to Shane, of Hackosis, “You might ask, “Why would I want to do this?” — because running Internet Explorer is [...]

  3. Shane Says:

    Hrm, I am not sure if the automatic updates services would use the proxy or not.

    One way would be autopatcher:

    http://www.autopatcher.com/

  4. Sam Braidley Says:

    Once again I have created an freeware application that can block the use of Internet Explorer (or any other program) go to http://www.zenox.net/software and download AppBlocker XP.

  5. Kevin Says:

    Ah, I was thinking about manual Windows Update (the user goes to the WU site to get the updates). But the automatic updates service and things like Autopatcher will be fine. Thanks for the reply.

  6. Блокируем IE : rasuvaeff™ Says:

    [...] следующий текст (его оригинал представлен на этой [...]

  7. HOW TO: Lock Down Firefox | Hackosis Says:

    [...] could go perfect in combination with blocking Internet Explorer through the registry. Tags: Firefox, Security Like this post? Subscibe to the Hackosis RSS [...]

  8. Lingam Says:

    I need to block downloading files from internet

  9. Windows: Block Downloading of Files in Internet Explorer | Hackosis Says:

    [...] recent comment requested how to disable downloading of files through Internet [...]

  10. Kishan Says:

    how can i re enable once if i block the internet explorer in registry

  11. Shane Says:

    To re-enable IE simply delete the

    fc768d98-109c-4ac5-8e23-76e7576365bc

    key.

  12. Jairus Says:

    OK, so what if I want to do the same thing, but to block Firefox instead?

  13. Shane Says:

    Try this:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\0\Paths\{fc768d98-109c-4ac5-8e23-76e7576365bc}]
    “LastModified”=hex(b):d2,2e,d8,5d,f9,3c,c8,01
    “Description”=”"
    “SaferFlags”=dword:00000000
    “ItemData”=”C:\\Program Files\\Mozilla Firefox\\firefox.exe”

    Be aware that this number “fc768d98-109c-4ac5-8e23-76e7576365bc” must change if you submit multiple entries into the registry.

Leave a Comment