Jump to content

Recommended Posts

Posted

Good Morning Everyone

 

I am having an issue disabling single click on our windows 7 image I have tried the below with no avail any other ideas? Thanks

 

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState

 

It is a binary value. example: 240000003328000000000000000000000000000001000000120000000000000022000000

 

6th pair 28 which 40 in dex = 32 + 8

 

if the 32 mapping bit is 1 then it is double click

 

if the 32 mapping bit is 0 then it is single click.

Posted

Get and use something like regshot ( to take a before and after snapshot and it should allow you to compare any changes ) to see whats changes its making and should see what its doing to make the changes take effect ( hopefully )

 

http://code.google.com/p/regshot/

 

http://sourceforge.net/projects/regshot/

 

Use the normal way of changing the setting ( presumably as per the below link )

 

http://www.technipages.com/enabledisable-single-clicking-feature.html

  • Thanks 1
Posted
SevenForums and the other link have not worked.

 

Thank you anyway...

 

Anymore for anymore

 

Reading the forum ( sevenforums ) it says to either set ClassicShell to 0 or to delete the key. Presume you tried deleting the classicshell reg key as well ?

  • Thanks 1
Posted

Eventually find one registry key did the trick.

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState

 

It is a binary value. example: 240000003328000000000000000000000000000001000000120000000000000022000000

 

6th pair 28 which 40 in dex = 32 + 8

 

if the 32 mapping bit is 1 then it is double click

 

if the 32 mapping bit is 0 then it is single click. (based on my test)

 

 

 

Back to this orginal point how would it need to look for a double click this value?

Posted (edited)
Eventually find one registry key did the trick.

 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState

 

I can't see or find ShellState in that area of the registry

Edited by mac_shinobi

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



×
×
  • Create New...