Jump to content

Have WinRAR not integrate to SHELL


BoardBabe

Recommended Posts


Have this in a .REG file, which you apply both before *AND* after winrar setup:

[HKEY_CURRENT_USER\Software\WinRAR\Setup] 
"ShellExt"=dword:00000000
"CascadedMenu"=dword:00000000
"MenuIcons"=dword:00000000

That should be all that is needed for this task, I suppose.

The above code will force winrar to not have any icons in start-menu\programs, and no entries in the right-click (neither direct nor cascaded).

Link to comment
Share on other sites

Your answer is right above. You need to have this registry tweak:

[HKEY_CURRENT_USER\Software\WinRAR\Setup] 
"ShellExt"=dword:00000001
"CascadedMenu"=dword:00000001
"MenuIcons"=dword:00000001

Remember, that being a current_user tweak, this .REG needs to be applied at T-12 (through cmdlines.txt).

Do tell whether this did what you wanted.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...