Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Registry Entry files will only open with notepad

Reply
Thread Tools Display Modes

Registry Entry files will only open with notepad

 
 
DeWitch
Guest
Posts: n/a

 
      04-02-2009

Went here and tried all the suggestions but the last one

Listed under "Registry Export Not Inserting Into Registry" date
9/12/08

I need help with this - have tried all the suggestions here with th
same results as James.
I got as far as "Open Regedit.exe, from the File menu, choose Impor
and select the REG association fix.
and cannot figure out how to do this

--
DeWitch
 
Reply With Quote
 
 
 
 
Joe Grover
Guest
Posts: n/a

 
      04-02-2009
It's suggesting that if you have a .REG file on your machine that you open
REGEDIT.EXE (Windows key + R, type regedit.exe and hit Enter), click on the
File Menu and select Import, then browse to the .REG file you're trying to
use.

I'm wondering if your Explorer is set to hide the file extensions of known
filetypes and you actually have something like filename.reg.txt. To verify
this open My Computer, click on Tools -> Folder Options. Click on the View
tab and see if "Hide extensions for known file types" is checked. If it is,
try unchecking it and then look at your registry entry file again and see if
it still ends with .reg.


"DeWitch" <> wrote in message
news:...
>
> Went here and tried all the suggestions but the last one:
>
> Listed under "Registry Export Not Inserting Into Registry" dated
> 9/12/08.
>
> I need help with this - have tried all the suggestions here with the
> same results as James.
> I got as far as "Open Regedit.exe, from the File menu, choose Import
> and select the REG association fix."
> and cannot figure out how to do this.
>
>
> --
> DeWitch


 
Reply With Quote
 
DeWitch
Guest
Posts: n/a

 
      04-02-2009

Hi Jo
The file is listed with .reg on the end
When I try anything with it, merge, double click, it will only ope
with notepad
This way that you told me got the values to enter but what I wanted t
do still does not work - I guess it is a HISSta problem
Is there anyway I can get the .reg files to open like they used to i
XP which I miss very much
Thank you so much for your help

--
DeWitch
 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a

 
      04-03-2009
On Thu, 2 Apr 2009 14:31:35 -0500, DeWitch wrote:

> Hi Joe
> The file is listed with .reg on the end.
> When I try anything with it, merge, double click, it will only open
> with notepad.
> This way that you told me got the values to enter but what I wanted to
> do still does not work - I guess it is a HISSta problem.
> Is there anyway I can get the .reg files to open like they used to in
> XP which I miss very much?
> Thank you so much for your help.


Is your Explorer set to "Hide extensions for known file types"? That was
the real question here.

In Explorer, Organize > Folder and search options > View
Then uncheck "Hide extensions for known file types".

--
Gene E. Bloch letters0x40blochg0x2Ecom
 
Reply With Quote
 
ju.c
Guest
Posts: n/a

 
      04-03-2009
Your registry settings for reg files are bad. Create then import this
registry file to repair it.

1. Copy below and paste into Notepad.

----------copy inside only----------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.reg]
@="regfile"

[HKEY_CLASSES_ROOT\regfile]
@="Registry File"

[HKEY_CLASSES_ROOT\regfile\DefaultIcon]
@=hex(2):25,00,57,00,69,00,6e,00,44,00,69,00,72,00 ,25,00,5c,00,72,\
00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00 ,78,00,65,00,2c,00,31,00,\
00,00

[HKEY_CLASSES_ROOT\regfile\shell]

[HKEY_CLASSES_ROOT\regfile\shell\edit]
@="Edit"

[HKEY_CLASSES_ROOT\regfile\shell\edit\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,4e,00,4f,00,54,00,45,00,50,00,41,00,44,00 ,2e,00,45,00,58,00,45,00,\
20,00,22,00,25,00,31,00,22,00,00,00

[HKEY_CLASSES_ROOT\regfile\shell\open]
@="Mer&ge"

[HKEY_CLASSES_ROOT\regfile\shell\open\command]
@=hex(2):25,00,57,00,69,00,6e,00,44,00,69,00,72,00 ,25,00,5c,00,72,\
00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00 ,78,00,65,00,20,00,22,00,\
25,00,31,00,22,00,00,00

[HKEY_CLASSES_ROOT\regfile\shell\print]
@="Print"

[HKEY_CLASSES_ROOT\regfile\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,4e,00,4f,00,54,00,45,00,50,00,41,00,44,00 ,2e,00,45,00,58,00,45,00,\
20,00,2f,00,70,00,20,00,22,00,25,00,31,00,22,00,00 ,00

----------copy inside only----------

2. Save-as RegFix.reg (or any name + .reg)

3. Import into the registry.


ju.c


"DeWitch" <> wrote in message news:...
>
> Went here and tried all the suggestions but the last one:
>
> Listed under "Registry Export Not Inserting Into Registry" dated
> 9/12/08.
>
> I need help with this - have tried all the suggestions here with the
> same results as James.
> I got as far as "Open Regedit.exe, from the File menu, choose Import
> and select the REG association fix."
> and cannot figure out how to do this.
>
>
> --
> DeWitch

 
Reply With Quote
 
ju.c
Guest
Posts: n/a

 
      04-04-2009
You're welcome, but does that mean your problem is solved?


ju.c


"DeWitch" <> wrote in message news:...
>
> ju.c;1009326 Wrote:
>> Your registry settings for reg files are bad. Create then import this
>> registry file to repair it.
>>
>> 2. Save-as RegFix.reg (or any name + .reg)
>>
>> 3. Import into the registry.
>>
>>
>> ju.c
>>
>>
>>

> Thank you very much Ju C.
>
>
> --
> DeWitch

 
Reply With Quote
 
DeWitch
Guest
Posts: n/a

 
      04-04-2009

ju.c;1010281 Wrote:
> You're welcome, but does that mean your problem is solved?
>
>
> ju.c
>
>
>

Did that and another fix that had to be imported and now I can double
click the .reg files and they automatically go into the registry
Now if I can find someone who can tell me why I can't view .swf files
and how to fix that, I should be set for a while until the next "can't
do" in HISSta pops up


--
DeWitch
 
Reply With Quote
 
ju.c
Guest
Posts: n/a

 
      04-05-2009
SWF files are Adobe Flash media files viewable in Internet Explorer
after installing the Adobe Flash Player. You can right-click one of
these links and choose to "save-as" then download it.

Adobe Flash Player 3 MB
http://fpdownload.adobe.com/get/flas...0_active_x.msi
http://fpdownload.macromedia.com/get...0_active_x.msi

Adobe Flash Player Uninstaller 205 KB
http://download.macromedia.com/pub/f...ash_player.exe


ju.c


"DeWitch" <> wrote in message news:...
>
> ju.c;1010281 Wrote:
>> You're welcome, but does that mean your problem is solved?
>>
>>
>> ju.c
>>
>>
>>

> Did that and another fix that had to be imported and now I can double
> click the .reg files and they automatically go into the registry
> Now if I can find someone who can tell me why I can't view .swf files
> and how to fix that, I should be set for a while until the next "can't
> do" in HISSta pops up
>
>
> --
> DeWitch

 
Reply With Quote
 
SPAMCOP User
Guest
Posts: n/a

 
      04-06-2009
Ju.c

Don't you have to be logged in to get those redistributables. No everyone is
like you or I & wanting to get a distribution licence

--
SPAMCOP User

"ju.c" <> wrote in message
news:uV9%...
> SWF files are Adobe Flash media files viewable in Internet Explorer
> after installing the Adobe Flash Player. You can right-click one of
> these links and choose to "save-as" then download it.
>
> Adobe Flash Player 3 MB
> http://fpdownload.adobe.com/get/flas...0_active_x.msi
> http://fpdownload.macromedia.com/get...0_active_x.msi
>
> Adobe Flash Player Uninstaller 205 KB
> http://download.macromedia.com/pub/f...ash_player.exe
>
>
> ju.c
>
>
> "DeWitch" <> wrote in message
> news:...
>>
>> ju.c;1010281 Wrote:
>>> You're welcome, but does that mean your problem is solved?
>>>
>>>
>>> ju.c
>>>
>>>
>>>

>> Did that and another fix that had to be imported and now I can double
>> click the .reg files and they automatically go into the registry
>> Now if I can find someone who can tell me why I can't view .swf files
>> and how to fix that, I should be set for a while until the next "can't
>> do" in HISSta pops up
>>
>>
>> --
>> DeWitch


 
Reply With Quote
 
DeWitch
Guest
Posts: n/a

 
      04-07-2009

ju.c;1011285 Wrote:
> SWF files are Adobe Flash media files viewable in Internet Explorer
> after installing the Adobe Flash Player. You can right-click one of
> these links and choose to "save-as" then download it.
>
> Adobe Flash Player 3 MB
> http://fpdownload.adobe.com/get/flas...0_active_x.msi
> http://fpdownload.macromedia.com/get...0_active_x.msi
>
> Adobe Flash Player Uninstaller 205 KB
> http://download.macromedia.com/pub/f...ash_player.exe
>
>
> ju.c
>
>

I tried this and I still cannot view swf online and also I am so tired
of going to a page and having a popup tell me that I need to give it
permisson to continue - it happens on every page that uses it - even in
ads.
Any idea why that is happening to me?
I cannot find anything in the internet options that might fix it.


--
DeWitch
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
registry entry missing!!! Machdel Windows Vista General Discussion 4 01-22-2009 07:00 PM
Deleted Registry Entry Thomas Windows Vista Hardware 4 03-20-2008 03:36 PM
Logic One entry in registry tayonay Windows Vista General Discussion 1 02-07-2008 11:23 PM
When viewing text files on the web, make them open with notepad Jason W. Windows Vista General Discussion 1 06-28-2007 05:40 PM
deleting registry entry SSI Windows Vista General Discussion 3 03-04-2007 04:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59