Page 1 of 1

shell integration by user account

Posted: 02 Mar 2012 17:43
by sfwood
Apologies if this has been covered--couldn't find.

Just realized that when shell integration is enabled it gets enabled for all windows user accounts. Is there any way to have this setting apply to only one account? Using xyplorer no-install version on windows 7 64b. Thanks.

Re: shell integration by user account

Posted: 02 Mar 2012 18:26
by highend
Save it as a .reg file and change both paths to the one where YOU have installed XYplorer.
You need administrative rights do delete the HKEY_LOCAL_MACHINE entries.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Directory\shell\XYplorer]
"EditFlags"=hex:01,00,00,00

[HKEY_CURRENT_USER\Software\Classes\Directory\shell\XYplorer\Command]
@="\"D:\\Users\\Highend\\Tools\\XYplorer\\XYplorer.exe\" \"%1\""

[HKEY_CURRENT_USER\Software\Classes\Drive\shell\XYplorer]
"EditFlags"=hex:01,00,00,00

[HKEY_CURRENT_USER\Software\Classes\Drive\shell\XYplorer\Command]
@="\"D:\\Users\\Highend\\Tools\\XYplorer\\XYplorer.exe\" \"%1\""

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\XYplorer]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\XYplorer]


Re: shell integration by user account

Posted: 02 Mar 2012 21:02
by sfwood
Cool. Working. Thanks.
I even almost understand what that all means ;)