How to run a .reg file?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
notfed
Level 1
Level 1
Posts: 6
Joined: Wed Aug 31, 2011 10:41 pm

How to run a .reg file?

Post by notfed »

Hi,

I need to run a .reg file.

In windows, I think I'd just double click on it. If I try to run it in wine, it says it's not a valid executable. How do I run it?
Bruno Jesus

How to run a .reg file?

Post by Bruno Jesus »

On Sat, Sep 3, 2011 at 23:14, notfed <[email protected]> wrote:
Hi,

I need to run a .reg file.

In windows, I think I'd just double click on it.  If I try to run it in wine, it says it's not a valid executable.  How do I run it?
Hi, try using the console:

wine regedit <path to file>

Best wishes,
Bruno
User avatar
SpawnHappyJake
Level 5
Level 5
Posts: 272
Joined: Sun Feb 06, 2011 5:57 am

Post by SpawnHappyJake »

I just do "wine regedit" in terminal, then go to "Registry" in the upper-left, and say "Import Registry File".
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to run a .reg file?

Post by vitamin »

notfed wrote:I need to run a .reg file.

Code: Select all

wine start <file.reg>
This will work for any file, supported by Wine.
girlsgames
Newbie
Newbie
Posts: 1
Joined: Mon Sep 05, 2011 1:50 am

Post by girlsgames »

Just make sure it has the .reg extension and place it on your desktop(For easy access) and double click it. Mind if i ask what you are adding or changing to the registry?
Kyte
Newbie
Newbie
Posts: 1
Joined: Wed May 22, 2013 8:42 am

Re: How to run a .reg file?

Post by Kyte »

When I get to the Registry Editor window, I go to Import Registry File and click on the file I want to open and it doesn't import, is this where I open the .reg files?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: How to run a .reg file?

Post by lahmbi5678 »

Can you post the content of the .reg file? If it's really long, put it on pastebin and post the link.
Locked