the everything window freezes for a long time and tries to preview unreadable .ts video files.
Just like image below.
![Image](http://i.imgur.com/cR4cz4s.jpg)
Code: Select all
Displays or modifies file extension associations
ASSOC [.ext[=[fileType]]]
.ext Specifies the file extension to associate the file type with
fileType Specifies the file type to associate with the file extension
Type ASSOC without parameters to display the current file associations.
If ASSOC is invoked with just a file extension, it displays the current
file association for that file extension. Specify nothing for the file
type and the command will delete the association for the file extension.
Code: Select all
ASSOC
will display all file associations
ASSOC .TS
will display only the file association for .ts files types
ASSOC .TS=
will delete the file type association for .ts files
Code: Select all
create:
ASSOC .XXX=DUMYDUMYDUMY
verify existence:
ASSOC .XXX
delete
ASSOC .XXX=
verify nonexistence:
ASSOC .XXX
I'll assume that you have the Preview window enabled?I select a .ts file, the everything window freezes
I did it through the mpc menu, it became associated with windows 10 default media player as expected.void wrote:Please try unassociating .ts files with Media Player Classic.
thats exactly what happens when I try that.therube wrote: I'll assume that you have the Preview window enabled?
And if you closed the Preview window, then selected a .ts file, the freeze would not occur?
http://www.nirsoft.net/utils/file_types_manager.htmlAdded 'Detach File Type' button to the 'Replace File Type For Selected Extension' option, which allows you to detach a file type from the selected file extension and leave the file extension as a standalone extension without a file type. If you detach a file type from a file extension, changing the icon and menu items won't affect other file extensions (Be aware that you may also need to clear the 'User Choice' field, if it's not empty)