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?
How to run a .reg file?
How to run a .reg file?
On Sat, Sep 3, 2011 at 23:14, notfed <[email protected]> wrote:
wine regedit <path to file>
Best wishes,
Bruno
Hi, try using the console: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?
wine regedit <path to file>
Best wishes,
Bruno
- SpawnHappyJake
- Level 5
- Posts: 272
- Joined: Sun Feb 06, 2011 5:57 am
Re: How to run a .reg file?
notfed wrote:I need to run a .reg file.
Code: Select all
wine start <file.reg>
-
- Newbie
- Posts: 1
- Joined: Mon Sep 05, 2011 1:50 am
Re: How to run a .reg file?
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?
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: How to run a .reg file?
Can you post the content of the .reg file? If it's really long, put it on pastebin and post the link.