XYplorer.reg Not inporting to registery

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
DFisher
Posts: 12
Joined: 30 Dec 2009 21:44

XYplorer.reg Not inporting to registery

Post by DFisher »

Trying to make XYplorer my default, When I double click the reg file I created it dont do anything but open the notepad. I have everything backed up, & also a recovery CD in case things dont go well as I dont play much with the registry. Here Is the dos script I made.
Should I choose merge :?: Thanks



Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell]
@="XYplorer"

[HKEY_CLASSES_ROOT\Drive\shell\XYplorer]
@="Open in XYplorer"

[HKEY_CLASSES_ROOT\Drive\shell\XYplorer\command]
@="\"E:\\XYplorer\\XYplorer.exe\" %1"

[HKEY_CLASSES_ROOT\Directory\shell]
@="XYplorer"

[HKEY_CLASSES_ROOT\Directory\shell\XYplorer]
@="Open in XYplorer"

[HKEY_CLASSES_ROOT\Directory\shell\XYplorer\command]
@="\"E:\\XYplorer\\XYplorer.exe\" %1"

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: XYplorer.reg Not inporting to registery

Post by admin »

Try to right-click the *.reg file. There should be a command to import it.

DFisher
Posts: 12
Joined: 30 Dec 2009 21:44

Re: XYplorer.reg Not inporting to registery

Post by DFisher »

There is a command MERGE
There is no IMPORT
What Will MERGE DO :?:

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: XYplorer.reg Not inporting to registery

Post by zer0 »

DFisher wrote:There is a command MERGE
There is no IMPORT
What Will MERGE DO :?:
It will merge that REG file into the registry. In other words, import :wink:
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

DFisher
Posts: 12
Joined: 30 Dec 2009 21:44

Re: XYplorer.reg Not inporting to registery

Post by DFisher »

Nothing,,,,, All it does is just open the file in note book. ???

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: XYplorer.reg Not inporting to registery

Post by zer0 »

DFisher wrote:Nothing,,,,,All it does is just open the file in note book. ???
Hmm. Try using the following script to do the job:

Code: Select all

run "%windir%\regedit.exe C:\YOUR_FILE.reg";
Don't forget to substitute the correct name and location of your REG file.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

DFisher
Posts: 12
Joined: 30 Dec 2009 21:44

Re: XYplorer.reg Not inporting to registery

Post by DFisher »

That Worked :D
Thank you very much for taking the time to help Me !!

frenchsquared
Posts: 7
Joined: 02 Jan 2010 20:32

Re: XYplorer.reg Not inporting to registery

Post by frenchsquared »

Tried everything mentioned above.

The hack is being added to the registry however it is not changing explore.

I am running Windows 7 64bit

Thanks

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: XYplorer.reg Not inporting to registery

Post by nas8e9 »

frenchsquared wrote:Tried everything mentioned above.

The hack is being added to the registry however it is not changing explore.

I am running Windows 7 64bit

Thanks
I'm guessing here, but could you try double-clicking the .reg-file in Windows Explorer instead of XYplorer? The (well, my) theory is that 64-bit Windows handles reads and writes by a 32-bit app like XYplorer differently than from a 64-bit app (like Windows Explorer), possibly including registry file importing.

Minimax
Posts: 93
Joined: 12 Dec 2009 15:56
Location: Switzerland

Re: XYplorer.reg Not inporting to registery

Post by Minimax »

Welcome frenchsquared!

I just added the keys into the registry with administrator rights on Vista x64. I Double-clicked in XYplorer on my xyplorer.reg file.
Everything is working fine here afterwards.

Alternatively you may import the content directly via regedit. Make sure that no HIPS or UAC dialog is preventing you from editing the registry.

Content of my *.reg file:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell] 
@="XYplorer" 

[HKEY_CLASSES_ROOT\Drive\shell\XYplorer] 
@="Open in XYplorer" 

[HKEY_CLASSES_ROOT\Drive\shell\XYplorer\command] 
@="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1" 

[HKEY_CLASSES_ROOT\Directory\shell] 
@="XYplorer" 

[HKEY_CLASSES_ROOT\Directory\shell\XYplorer] 
@="Open in XYplorer" 

[HKEY_CLASSES_ROOT\Directory\shell\XYplorer\command] 
@="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1"

frenchsquared
Posts: 7
Joined: 02 Jan 2010 20:32

Re: XYplorer.reg Not inporting to registery

Post by frenchsquared »

I didnt have any trouble getting windows to load the registry key. However everything still opens in the normal explorer.

Im running Windows 7, UAC is disabled. It clearly says registry updated.

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: XYplorer.reg Not inporting to registery

Post by nas8e9 »

frenchsquared wrote:I didnt have any trouble getting windows to load the registry key. However everything still opens in the normal explorer.

Im running Windows 7, UAC is disabled. It clearly says registry updated.
Sorry to ask again, but did you double-click the .reg file in XYplorer or in Windows Explorer?

frenchsquared
Posts: 7
Joined: 02 Jan 2010 20:32

Re: XYplorer.reg Not inporting to registery

Post by frenchsquared »

I ran %windir%\regedit.exe C:\xyplorer.reg

frenchsquared
Posts: 7
Joined: 02 Jan 2010 20:32

Re: XYplorer.reg Not inporting to registery

Post by frenchsquared »

I also just tried double clicking in explore and in xyplore.
same results. keys successfully added to the registry.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell] @="XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer] @="Open in XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer\command] @="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1"
[HKEY_CLASSES_ROOT\Directory\shell] @="XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer] @="Open in XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer\command] @="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1"

Minimax
Posts: 93
Joined: 12 Dec 2009 15:56
Location: Switzerland

Re: XYplorer.reg Not inporting to registery

Post by Minimax »

To make it clear. Do you see the entry in the context menu?
To see the attached files, you need to log into the forum.

Post Reply