how to set mouse click folder option ?

  • Thread starter Thread starter glv
  • Start date Start date
G

glv

Hi,
is anyone knows how to set in TD the folder option "click item as
follows -> single click to open a item" ?

(normaly you open explorer.exe->tools->Folder Options).

Thanks in advance

glv
 
IIRC, that setting is part of the following registry binary entry:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer], "ShellState".
35th bit but I am not positive.
Basically, you want to flip the following bit in the value:
xx xx xx xx 3x .....
to
xx xx xx xx 1x .....


Try to pre-set the value in TD. If it doesn't work (gets reset during FBA) then you would need to set this up at the first user
logon. Easy to automate with Autologon.
 
Back
Top