Jump to content

[Help] - Need the reg key controlling the "expand when I hover&qu


straytoasters

Recommended Posts


Looks like it is this:

[HKEY_USERS\S-1-5-21-1085031214-1292428093-527237240-374229\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Start_AutoCascade"=dword:00000001

Its a true/false thing and you need to reboot the shell after the change...to do that I use:

Set WshShell = Nothing

On Error GoTo 0

For Each Process in GetObject("winmgmts:"). _

ExecQuery ("select * from Win32_Process where name='explorer.exe'")

Process.terminate(0)

Next

As a .vbs. This could be really bad code as I am not a VBS person and in all honesty I just thieved this from somwhere I dont remember.

Straytoasters

I know I dont have to say it but just to be clear your exact key may be different but you should still have a "Start_AutoCascade". And if you search for that you will get several return (I searched google suggest (http://www.google.com/webhp?complete=1&hl=en), but whatever.

Straytoasters

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...