A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Remove File Association



 
 
Thread Tools Display Modes
  #1  
Old July 8th 14, 08:32 AM posted to microsoft.public.windowsxp.general
OldGuy
external usenet poster
 
Posts: 102
Default Remove File Association

XP Pro

How to Remove File Association ?
I want the file type not associated with anything.


Ads
  #2  
Old July 8th 14, 01:42 PM posted to microsoft.public.windowsxp.general
RobertMacy
external usenet poster
 
Posts: 55
Default Remove File Association

On Tue, 08 Jul 2014 00:32:43 -0700, OldGuy wrote:

XP Pro

How to Remove File Association ?
I want the file type not associated with anything.



All of them or do you have a specific file type in mind?

Open Windows Explorer, click on TOOLS, and selct FOLDER OPTIONS

Select tab FILE TYPES

Then go down through the list, find the file and there it shows yoiu what
is associated with that file type

select REMOVE at the side, ignore MS's dire warning of great calamity, and
select ok.

When you go back to you list of files, it should show your icon changed,
and won't open with anything.

Watch out if indeed the file is something really basic, Windows gets a bit
quirky about being disrupted and may punish you.
  #3  
Old July 8th 14, 01:43 PM posted to microsoft.public.windowsxp.general
Mayayana
external usenet poster
 
Posts: 6,438
Default Remove File Association

| How to Remove File Association ?
| I want the file type not associated with anything.
|

Remove the Registry key. If the file extension is .xyz
then remove HKEY_CLASSES_ROOT\.xyz

The way it works is that Explorer looks under HKCR
for the file extension. The default value there then
points to another key. For instance, under HKCR\.txt
should be "txtfile".
The second key provides association information.
Under HKCR\txtfile\shell\open\command should be
something like C:\Windows\System32\Notepad %1

So you can change the association by changing
the HKCR\.txt default value and you can remove it
by deleting the HKCR\.txt key.


  #4  
Old July 8th 14, 06:12 PM posted to microsoft.public.windowsxp.general
VanguardLH[_2_]
external usenet poster
 
Posts: 10,881
Default Remove File Association

OldGuy wrote:

XP Pro

How to Remove File Association ?
I want the file type not associated with anything.


In a command shell (cmd.exe), run "assoc /?". If you don't specify the
filetype handler then whatever is currently assigned is removed.

As examples, run "assoc .txt" and "assoc .rtf". What you get back are
the filetypes define in the registry. You could use registed to see how
they're defined but I doubt you care since you just want to wipe
whatever is currently assigned.
  #5  
Old July 8th 14, 09:50 PM posted to microsoft.public.windowsxp.general
OldGuy
external usenet poster
 
Posts: 100
Default Remove File Association

Thanks all.

I tried to do it in Control Panel / Folders Options but Remove was
disabled ????

Anyway I changed the association to something not obnoxious (just a
term of endearment) and that was allowed (sorry it was late, but I
think I used .txt), then when I went back to Control Panel / Folder
Options; Remove was enabled so I clicked it and it then did remove the
association.

Any ideal why Remove was disabled?



--- news://freenews.netfront.net/ - complaints: ---
  #6  
Old July 8th 14, 10:17 PM posted to microsoft.public.windowsxp.general
AAH[_3_]
external usenet poster
 
Posts: 104
Default Remove File Association

I have associated .CLP ext to Clipbrd.exe and it does not work
in Windows XP and Windows Me.
I have tried quite a few time but no luck.
It opens the clipbrd.exe as blank but no contents of
..CLP file.
The .CLP association in the registry appears to be ok.

Any advice would be appreciated?




"RobertMacy" wrote in message
newsp.xioiwag22cx0wh@ajm...
On Tue, 08 Jul 2014 00:32:43 -0700, OldGuy wrote:

XP Pro

How to Remove File Association ?
I want the file type not associated with anything.



All of them or do you have a specific file type in mind?

Open Windows Explorer, click on TOOLS, and selct FOLDER OPTIONS

Select tab FILE TYPES

Then go down through the list, find the file and there it shows yoiu what
is associated with that file type

select REMOVE at the side, ignore MS's dire warning of great calamity, and
select ok.

When you go back to you list of files, it should show your icon changed,
and won't open with anything.

Watch out if indeed the file is something really basic, Windows gets a bit
quirky about being disrupted and may punish you.



  #7  
Old July 9th 14, 12:51 PM posted to microsoft.public.windowsxp.general
JJ[_11_]
external usenet poster
 
Posts: 744
Default Remove File Association

On Tue, 08 Jul 2014 13:50:20 -0700, OldGuy wrote:
Thanks all.

I tried to do it in Control Panel / Folders Options but Remove was
disabled ????

Anyway I changed the association to something not obnoxious (just a
term of endearment) and that was allowed (sorry it was late, but I
think I used .txt), then when I went back to Control Panel / Folder
Options; Remove was enabled so I clicked it and it then did remove the
association.

Any ideal why Remove was disabled?


It's prevented by the "EditFlags" value in the file type subkey.
See "Creating a File Association" and "FILETYPEATTRIBUTEFLAGS" articles on
MSDN.
  #8  
Old July 9th 14, 12:57 PM posted to microsoft.public.windowsxp.general
JJ[_11_]
external usenet poster
 
Posts: 744
Default Remove File Association

On Tue, 8 Jul 2014 22:17:52 +0100, AAH wrote:
I have associated .CLP ext to Clipbrd.exe and it does not work
in Windows XP and Windows Me.
I have tried quite a few time but no luck.
It opens the clipbrd.exe as blank but no contents of
.CLP file.
The .CLP association in the registry appears to be ok.

Any advice would be appreciated?


Your CLP file is probably not a valid NT/Win3.1 clipboard file, or is
corrupted.

Try putting something into the clipboard, open CLIPBRD.EXE, save the current
clipboard, close CLIPBRD.EXE, then double-click the newly saved CLP file.
  #9  
Old July 10th 14, 10:52 AM posted to microsoft.public.windowsxp.general
AAH[_3_]
external usenet poster
 
Posts: 104
Default Remove File Association


When I "Save As" in the Clipbrd.exe and try to open it
by d/c, the answer is "Access Denied" or "Unknown Application"
where as before it use to open a blank clipbrd.exe screen.
I can delete the "Save As" .clp file easily.
There is no "Access Denied" restriction to delete the CLP file.






"JJ" wrote in message
...
On Tue, 8 Jul 2014 22:17:52 +0100, AAH wrote:
I have associated .CLP ext to Clipbrd.exe and it does not work
in Windows XP and Windows Me.
I have tried quite a few time but no luck.
It opens the clipbrd.exe as blank but no contents of
.CLP file.
The .CLP association in the registry appears to be ok.

Any advice would be appreciated?


Your CLP file is probably not a valid NT/Win3.1 clipboard file, or is
corrupted.

Try putting something into the clipboard, open CLIPBRD.EXE, save the
current
clipboard, close CLIPBRD.EXE, then double-click the newly saved CLP file.



  #10  
Old July 10th 14, 01:07 PM posted to microsoft.public.windowsxp.general
JJ[_11_]
external usenet poster
 
Posts: 744
Default Remove File Association

On Thu, 10 Jul 2014 10:52:13 +0100, AAH wrote:
When I "Save As" in the Clipbrd.exe and try to open it
by d/c, the answer is "Access Denied" or "Unknown Application"
where as before it use to open a blank clipbrd.exe screen.
I can delete the "Save As" .clp file easily.
There is no "Access Denied" restriction to delete the CLP file.


The fact that the result/error is inconsistent, it's likely caused by faulty
RAM or harddisk. Or damaged EXE due to malware/virus.
  #11  
Old July 10th 14, 02:58 PM posted to microsoft.public.windowsxp.general
Paul
external usenet poster
 
Posts: 18,275
Default Remove File Association

AAH wrote:
When I "Save As" in the Clipbrd.exe and try to open it
by d/c, the answer is "Access Denied" or "Unknown Application"
where as before it use to open a blank clipbrd.exe screen.
I can delete the "Save As" .clp file easily.
There is no "Access Denied" restriction to delete the CLP file.


The registry defaults for .clp are here. The line with the "-"
in it, I think that removes the old key, while the three lines
below it define the default again. This should give you
a hint as to what needs to change (while you're looking in
RegEdit).

http://windowsxp.mvps.org/reg/clpfix_xp.reg

*******
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.clp]
@="clpfile"

[HKEY_CLASSES_ROOT\clpfile]
@="Clipboard Clip"

[HKEY_CLASSES_ROOT\clpfile\DefaultIcon]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00 ,72,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,63,00,6c,00,\
69,00,70,00,62,00,72,00,64,00,2e,00,65,00,78,00,65 ,00,2c,00,31,00,00,00

[HKEY_CLASSES_ROOT\clpfile\shell]

[HKEY_CLASSES_ROOT\clpfile\shell\open]

[HKEY_CLASSES_ROOT\clpfile\shell\open\command]
@="clipbrd.exe %1"

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.CLP]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.CLP]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.CLP\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.CLP\OpenWithProgids]
"clpfile"=hex(0):

*******

HTH,
Paul
  #12  
Old July 10th 14, 11:37 PM posted to microsoft.public.windowsxp.general
Tim Meddick[_3_]
external usenet poster
 
Posts: 1,020
Default Remove File Association

[*.clp] files, that have been saved with the application "ClipBook Viewer
[Clipboard]" (clipbrd.exe), can *only* be opened with the;

File Open...

...menu function, from *within* that application - it does NOT support
opening of [*.clp] files by the parsing of a command line and appending it
with the filename.

I've no idea why this application does not support opening files from the
command-line, but the fact is that it does not...

==

Cheers, Tim Meddick, Peckham, London. :-)




"JJ" wrote in message
...
On Tue, 8 Jul 2014 22:17:52 +0100, AAH wrote:
I have associated .CLP ext to Clipbrd.exe and it does not work
in Windows XP and Windows Me.
I have tried quite a few time but no luck.
It opens the clipbrd.exe as blank but no contents of
.CLP file.
The .CLP association in the registry appears to be ok.

Any advice would be appreciated?


Your CLP file is probably not a valid NT/Win3.1 clipboard file, or is
corrupted.

Try putting something into the clipboard, open CLIPBRD.EXE, save the
current
clipboard, close CLIPBRD.EXE, then double-click the newly saved CLP file.


  #13  
Old July 11th 14, 10:52 PM posted to microsoft.public.windowsxp.general
AAH[_3_]
external usenet poster
 
Posts: 104
Default Remove File Association

Tim
It does work fine that way.
I have queried that time and again in the hope to
find the reason.
No one has ever mention that the application does not
support its own extensions.
Thank you very much to help to end my quest further
in this respect.





"Tim Meddick" wrote in message
...
[*.clp] files, that have been saved with the application "ClipBook Viewer
[Clipboard]" (clipbrd.exe), can *only* be opened with the;

File Open...

...menu function, from *within* that application - it does NOT support
opening of [*.clp] files by the parsing of a command line and appending it
with the filename.

I've no idea why this application does not support opening files from the
command-line, but the fact is that it does not...

==

Cheers, Tim Meddick, Peckham, London. :-)




"JJ" wrote in message
...
On Tue, 8 Jul 2014 22:17:52 +0100, AAH wrote:
I have associated .CLP ext to Clipbrd.exe and it does not work
in Windows XP and Windows Me.
I have tried quite a few time but no luck.
It opens the clipbrd.exe as blank but no contents of
.CLP file.
The .CLP association in the registry appears to be ok.

Any advice would be appreciated?


Your CLP file is probably not a valid NT/Win3.1 clipboard file, or is
corrupted.

Try putting something into the clipboard, open CLIPBRD.EXE, save the
current
clipboard, close CLIPBRD.EXE, then double-click the newly saved CLP file.




  #14  
Old July 14th 14, 02:43 PM posted to microsoft.public.windowsxp.general
John John MVP
external usenet poster
 
Posts: 84
Default Remove File Association

On 7/10/2014 7:37 PM, Tim Meddick wrote:
..

I've no idea why this application does not support opening files from
the command-line, but the fact is that it does not...


It's because the application reads the last saved item from memory, it
would have to discard this buffer to open another file, I guess a
decision was made to have it keep the save buffer at all times rather
than permit it to open files and discard the last saved item.

John
 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 12:23 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.