Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - BIG, BIG MISTAKE!!!

Reply
 
Old 08-05-2007   #1 (permalink)
avp144


 
 

BIG, BIG MISTAKE!!!

how to undo "open with" action if you let checked "always use the selected
program to open this kind of file" by mistake?
I was trying to read a dll file with notepad !? but now I can't go back...
Thanks

My System SpecsSystem Spec
Old 08-05-2007   #2 (permalink)
f/fgeorge


 
 

Re: BIG, BIG MISTAKE!!!

On Sun, 5 Aug 2007 07:08:03 -0700, avp144
<avp144@discussions.microsoft.com> wrote:

>how to undo "open with" action if you let checked "always use the selected
>program to open this kind of file" by mistake?
>I was trying to read a dll file with notepad !? but now I can't go back...
>Thanks

open windows explorer and at the top go to tools, folder options, file
types and after finding your type, delete that entry. Next time you
try to open that kind of file it will ask you again.
My System SpecsSystem Spec
Old 08-05-2007   #3 (permalink)
dean-dean


 
 

Re: BIG, BIG MISTAKE!!!

Try this. First, open Notepad. Copy and Paste the following, not including
the dashes, into Notepad:

---------------------------dashes-----------------------------


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.dll\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"


---------------------------dashes-----------------------------


Save the file as dll.reg (no .txt extension).

In the Registry Editor, go to this key:

HKEY_CLASSES_ROOT\.dll

In the LEFT-hand pane of Registry Editor, right-click the key ".dll" (it
won't have quotes) and choose Delete.

Then go to this key (it may not exist):

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dll\UserChoice

In the LEFT-hand pane of Registry Editor, right-click the key "UserChoice"
(only!) (it won't have quotes) and choose Delete.

You can close Registry Editor. Double-click on
dll.reg, and allow the Merge. Log Off, and then back On.

Just a thought, but it might be better if you put Notepad in your SendTo
folder, and read a .dll that way. Sending it to Notepad won't change the
association.


"avp144" <avp144@discussions.microsoft.com> wrote in message
news:EBA0CD8B-1E1E-4C38-A85B-2B8C2F1D6889@microsoft.com...
> how to undo "open with" action if you let checked "always use the selected
> program to open this kind of file" by mistake?
> I was trying to read a dll file with notepad !? but now I can't go back...
> Thanks


My System SpecsSystem Spec
Old 08-05-2007   #4 (permalink)
avp144


 
 

Re: BIG, BIG MISTAKE!!!

I have windows vista home premium, it doesn't let me save the notepad file as
*.dll, it only gives me the *.txt option...
or at least I don't know the way to do it...
Thank you for your support!!

"dean-dean" wrote:

> Try this. First, open Notepad. Copy and Paste the following, not including
> the dashes, into Notepad:
>
> ---------------------------dashes-----------------------------
>
>
> Windows Registry Editor Version 5.00
>
> [HKEY_CLASSES_ROOT\.dll]
> @="dllfile"
> "Content Type"="application/x-msdownload"
>
> [HKEY_CLASSES_ROOT\.dll\PersistentHandler]
> @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
>
>
> ---------------------------dashes-----------------------------
>
>
> Save the file as dll.reg (no .txt extension).
>
> In the Registry Editor, go to this key:
>
> HKEY_CLASSES_ROOT\.dll
>
> In the LEFT-hand pane of Registry Editor, right-click the key ".dll" (it
> won't have quotes) and choose Delete.
>
> Then go to this key (it may not exist):
>
> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dll\UserChoice
>
> In the LEFT-hand pane of Registry Editor, right-click the key "UserChoice"
> (only!) (it won't have quotes) and choose Delete.
>
> You can close Registry Editor. Double-click on
> dll.reg, and allow the Merge. Log Off, and then back On.
>
> Just a thought, but it might be better if you put Notepad in your SendTo
> folder, and read a .dll that way. Sending it to Notepad won't change the
> association.
>
>
> "avp144" <avp144@discussions.microsoft.com> wrote in message
> news:EBA0CD8B-1E1E-4C38-A85B-2B8C2F1D6889@microsoft.com...
> > how to undo "open with" action if you let checked "always use the selected
> > program to open this kind of file" by mistake?
> > I was trying to read a dll file with notepad !? but now I can't go back...
> > Thanks

>
>

My System SpecsSystem Spec
Old 08-05-2007   #5 (permalink)
avp144


 
 

Re: BIG, BIG MISTAKE!!!

The problem is that I have windows vista home premium in my pc and Folder
options is a little bit different. I can't follow you...
Thank you for the time.

"f/fgeorge" wrote:

> On Sun, 5 Aug 2007 07:08:03 -0700, avp144
> <avp144@discussions.microsoft.com> wrote:
>
> >how to undo "open with" action if you let checked "always use the selected
> >program to open this kind of file" by mistake?
> >I was trying to read a dll file with notepad !? but now I can't go back...
> >Thanks

> open windows explorer and at the top go to tools, folder options, file
> types and after finding your type, delete that entry. Next time you
> try to open that kind of file it will ask you again.
>

My System SpecsSystem Spec
Old 08-05-2007   #6 (permalink)
dean-dean


 
 

Re: BIG, BIG MISTAKE!!!

Well, no, you don't want to save the file with a *.dll extension. You want
to end up having a file with a *.REG extension. It doesn't really matter
what name you give it, just so it has ".reg" at the end. You could just
save the file with a *.txt extension, which by default is what Notepad will
want to do. Then right-click on it, and choose Rename. Add .reg to end of
the name. Windows will ask you if your are sure that's what you want to do.
Click yes.

Then double-click on "whatever.txt.reg", after you have done the
things with Registry Editor that I noted. Do be careful to be accurate when
editing the Registry; Follow my instructions closely. If you have any more
questions, post back.

"avp144" <avp144@discussions.microsoft.com> wrote in message
news:41AB2BCA-45B8-4E68-A8A2-4D54FBEECDD4@microsoft.com...
>I have windows vista home premium, it doesn't let me save the notepad file
>as
> *.dll, it only gives me the *.txt option...
> or at least I don't know the way to do it...
> Thank you for your support!!
>
> "dean-dean" wrote:
>
>> Try this. First, open Notepad. Copy and Paste the following, not
>> including
>> the dashes, into Notepad:
>>
>> ---------------------------dashes-----------------------------
>>
>>
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CLASSES_ROOT\.dll]
>> @="dllfile"
>> "Content Type"="application/x-msdownload"
>>
>> [HKEY_CLASSES_ROOT\.dll\PersistentHandler]
>> @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
>>
>>
>> ---------------------------dashes-----------------------------
>>
>>
>> Save the file as dll.reg (no .txt extension).
>>
>> In the Registry Editor, go to this key:
>>
>> HKEY_CLASSES_ROOT\.dll
>>
>> In the LEFT-hand pane of Registry Editor, right-click the key ".dll" (it
>> won't have quotes) and choose Delete.
>>
>> Then go to this key (it may not exist):
>>
>> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dll\UserChoice
>>
>> In the LEFT-hand pane of Registry Editor, right-click the key
>> "UserChoice"
>> (only!) (it won't have quotes) and choose Delete.
>>
>> You can close Registry Editor. Double-click on
>> dll.reg, and allow the Merge. Log Off, and then back On.
>>
>> Just a thought, but it might be better if you put Notepad in your SendTo
>> folder, and read a .dll that way. Sending it to Notepad won't change the
>> association.
>>
>>
>> "avp144" <avp144@discussions.microsoft.com> wrote in message
>> news:EBA0CD8B-1E1E-4C38-A85B-2B8C2F1D6889@microsoft.com...
>> > how to undo "open with" action if you let checked "always use the
>> > selected
>> > program to open this kind of file" by mistake?
>> > I was trying to read a dll file with notepad !? but now I can't go
>> > back...
>> > Thanks

>>
>>


My System SpecsSystem Spec
Old 08-05-2007   #7 (permalink)
GTS


 
 

Re: BIG, BIG MISTAKE!!!

That's because the advice you were given pertains to XP, not Vista. From
Control Panel open Default Programs and select Associate a file type or
protocol with a program.
--
"avp144" <avp144@discussions.microsoft.com> wrote in message
news:40DCB46A-C4F0-478E-AD59-2CE84A901352@microsoft.com...
> The problem is that I have windows vista home premium in my pc and Folder
> options is a little bit different. I can't follow you...
> Thank you for the time.
>
> "f/fgeorge" wrote:
>
>> On Sun, 5 Aug 2007 07:08:03 -0700, avp144
>> <avp144@discussions.microsoft.com> wrote:
>>
>> >how to undo "open with" action if you let checked "always use the
>> >selected
>> >program to open this kind of file" by mistake?
>> >I was trying to read a dll file with notepad !? but now I can't go
>> >back...
>> >Thanks

>> open windows explorer and at the top go to tools, folder options, file
>> types and after finding your type, delete that entry. Next time you
>> try to open that kind of file it will ask you again.
>>


My System SpecsSystem Spec
Old 08-05-2007   #8 (permalink)
dean-dean


 
 

Re: BIG, BIG MISTAKE!!!

Hi GTS. You are correct about the difference in XP and Vista. The problem
is that Control Panel\Default Programs\Set Associations, normally, has the
..dll extension under the Current Default column as "Unknown application".
Unfortunately, clicking on Change Program won't offer "Unknown application"
as a choice, but merely change it to a different inappropriate program.

"GTS" <x@y.net> wrote in message
news:ewiyUF41HHA.4672@TK2MSFTNGP05.phx.gbl...
> That's because the advice you were given pertains to XP, not Vista. From
> Control Panel open Default Programs and select Associate a file type or
> protocol with a program.
> --
> "avp144" <avp144@discussions.microsoft.com> wrote in message
> news:40DCB46A-C4F0-478E-AD59-2CE84A901352@microsoft.com...
>> The problem is that I have windows vista home premium in my pc and Folder
>> options is a little bit different. I can't follow you...
>> Thank you for the time.
>>
>> "f/fgeorge" wrote:
>>
>>> On Sun, 5 Aug 2007 07:08:03 -0700, avp144
>>> <avp144@discussions.microsoft.com> wrote:
>>>
>>> >how to undo "open with" action if you let checked "always use the
>>> >selected
>>> >program to open this kind of file" by mistake?
>>> >I was trying to read a dll file with notepad !? but now I can't go
>>> >back...
>>> >Thanks
>>> open windows explorer and at the top go to tools, folder options, file
>>> types and after finding your type, delete that entry. Next time you
>>> try to open that kind of file it will ask you again.
>>>

>


My System SpecsSystem Spec
Old 08-05-2007   #9 (permalink)
avp144


 
 

Re: BIG, BIG MISTAKE!!!

Ok, I got it now but I can only associate my *.dll file with a new program. I
don't see the undo association option. What I want is to let the dll file
like it was before I made the change by mistake. In other words: "to undo the
open with option..."

Thank you GTS

"GTS" wrote:

> That's because the advice you were given pertains to XP, not Vista. From
> Control Panel open Default Programs and select Associate a file type or
> protocol with a program.
> --
> "avp144" <avp144@discussions.microsoft.com> wrote in message
> news:40DCB46A-C4F0-478E-AD59-2CE84A901352@microsoft.com...
> > The problem is that I have windows vista home premium in my pc and Folder
> > options is a little bit different. I can't follow you...
> > Thank you for the time.
> >
> > "f/fgeorge" wrote:
> >
> >> On Sun, 5 Aug 2007 07:08:03 -0700, avp144
> >> <avp144@discussions.microsoft.com> wrote:
> >>
> >> >how to undo "open with" action if you let checked "always use the
> >> >selected
> >> >program to open this kind of file" by mistake?
> >> >I was trying to read a dll file with notepad !? but now I can't go
> >> >back...
> >> >Thanks
> >> open windows explorer and at the top go to tools, folder options, file
> >> types and after finding your type, delete that entry. Next time you
> >> try to open that kind of file it will ask you again.
> >>

>
>

My System SpecsSystem Spec
Old 08-05-2007   #10 (permalink)
GTS


 
 

Re: BIG, BIG MISTAKE!!!

Gotcha. I think you're right on target then re. having to fix it in the
registry.
__

"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:%23gE5JP41HHA.1212@TK2MSFTNGP05.phx.gbl...
> Hi GTS. You are correct about the difference in XP and Vista. The
> problem is that Control Panel\Default Programs\Set Associations, normally,
> has the .dll extension under the Current Default column as "Unknown
> application". Unfortunately, clicking on Change Program won't offer
> "Unknown application" as a choice, but merely change it to a different
> inappropriate program.
>
> "GTS" <x@y.net> wrote in message
> news:ewiyUF41HHA.4672@TK2MSFTNGP05.phx.gbl...
>> That's because the advice you were given pertains to XP, not Vista. From
>> Control Panel open Default Programs and select Associate a file type or
>> protocol with a program.
>> --
>> "avp144" <avp144@discussions.microsoft.com> wrote in message
>> news:40DCB46A-C4F0-478E-AD59-2CE84A901352@microsoft.com...
>>> The problem is that I have windows vista home premium in my pc and
>>> Folder
>>> options is a little bit different. I can't follow you...
>>> Thank you for the time.
>>>
>>> "f/fgeorge" wrote:
>>>
>>>> On Sun, 5 Aug 2007 07:08:03 -0700, avp144
>>>> <avp144@discussions.microsoft.com> wrote:
>>>>
>>>> >how to undo "open with" action if you let checked "always use the
>>>> >selected
>>>> >program to open this kind of file" by mistake?
>>>> >I was trying to read a dll file with notepad !? but now I can't go
>>>> >back...
>>>> >Thanks
>>>> open windows explorer and at the top go to tools, folder options, file
>>>> types and after finding your type, delete that entry. Next time you
>>>> try to open that kind of file it will ask you again.
>>>>

>>

>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Mistake Vista mail
BIG mistake! Network & Sharing
What a Mistake! Vista General
Re: What a Mistake! Vista General
Mistake Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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