.REG files won't install

G

Guest

When I click on a .reg file, e.g., xp_shellstate.reg, it doesn't install.
Instead, it opens in Notepad. What is the problem?

I've checked what this .reg file does and the Registry is not changed by it.

Thank you.

John Wirt
 
G

Guest

Perhaps, the problem is that an association is missing. But what is it?
..reg = REGEDIT /%n
 
D

Dave Patrick

The default action has been changed to 'Edit' You can right-click and choose
'Merge'

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
G

Guest

Thank you. I saw that but was afraid to try it.

I also found this 2005 post on this newsgroup:

-------------------------------------------------------
niknik1971 said:
I know this is not a big problem as such, but when I double click a reg
file it will not import, the file opens in notepad. I have tried right
clicking the file but the same thing happens.
Does anyone know why this is happening and how I could sort it out.
Go to Folder Options in the control panel and select the File Types tab.
Find "REG" extension and highlight, click the Change button and select the
Registry Editor or browse to select "%windir%/regedit.exe".
--
William
--------------------------------------------------------------
Dave Patrick said:
The default action has been changed to 'Edit' You can right-click and choose
'Merge'

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

JW said:
When I click on a .reg file, e.g., xp_shellstate.reg, it doesn't install.
Instead, it opens in Notepad. What is the problem?

I've checked what this .reg file does and the Registry is not changed by
it.

Thank you.

John Wirt
 
D

Dave Patrick

C:\>assoc .reg
should return with
..reg=regfile

If not
assoc .reg=regfile
to restore the default file type association.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
D

Dave Patrick

You're welcome. Yes, always be cautious with REG files. Be sure you fully
understand the contents before merging.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top