shell integration by user account

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
sfwood
Posts: 125
Joined: 10 Jan 2012 21:07

shell integration by user account

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

highend
Posts: 14955
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: shell integration by user account

Post 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]

One of my scripts helped you out? Please donate via Paypal

sfwood
Posts: 125
Joined: 10 Jan 2012 21:07

Re: shell integration by user account

Post by sfwood »

Cool. Working. Thanks.
I even almost understand what that all means ;)

Post Reply