file associations

S

Shelley

I made the mistake of using the open with command and
associating the file with a program which doesn't work.
How can I remove the open with association. I don't want
to change it to open with another program I just want to
put the files back like they were.
 
D

Dan Seur

Shelley - the ASSOCIATE command handles this.
At a command prompt, for syntax, enter
assoc /?
 
G

Guest

Ok, I am a user not a programer. I don't do command
prompts and DOS commands. Can you tell me step by step. I
only want to remove the file associations of these files
is this one folder. I want to be sure I don't affect
anything else or my techies will have me head. Thanks for
the help.
 
M

MadDog

You don't have to be a programmer to use a command prompt.

1) Press Start (normally in the lower left corner of your
screen).

2) Select "Run"

3) Type "cmd" (without the quotes) and press Enter. This
will bring up a command window.

4) Type "assoc /?" (again without the quotes). This will
tell you what you need to do to disassociate the
filetype. For example, you have filetype .123 associated
with notepad, you would type "assoc .123=" (again without
the quotes) to disassociate the .123 filetype from notepad.


Clear now ??


MD
 
D

Dan Seur

OK, I don't do magic and you don't do (or can't do) details of your
problems.

Your problem as you described it is not at all unusual, though, and any
techie would probably fix it for you in a couple of seconds and show you
how easy it is (and how to avoid recurrences). It cannot however be
fixed by anybody in a newsgroup with the info you provided. And it
sounds like you may not be capable of providing such info. Best you just
face the music.
 
S

Shelley

That helps except that when I type the file extension in
it says that there are no associations for that file type
but when I look at the file properties it says that there
is a program that the file is to be opened with.
 
D

Dave Patrick

An example. From a command prompt;
assoc .zzz=
to remove any file type association from zzz

--
Regards,

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

:
|I made the mistake of using the open with command and
| associating the file with a program which doesn't work.
| How can I remove the open with association. I don't want
| to change it to open with another program I just want to
| put the files back like they were.
 
J

Jerold Schulman

Did you remember to use the . before the 3 character extension?
assoc .123=

That helps except that when I type the file extension in
it says that there are no associations for that file type
but when I look at the file properties it says that there
is a program that the file is to be opened with.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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