Default File Type Associations - Restore

Page 15 of 91 FirstFirst ... 5131415161725 ... LastLast

  1. Posts : 4
    Windows 7 Ultimate 32 Bits
       #140

    The download not working has been solved.

    Somehow the page shown after clicking the link in the first topic, (login / register)redirecting to the avi fix download was still cached. Even though i cleared the ie cache and cookies it remained cached. Instead of loging in as the popup requests, i pressed CTRL+F5, and the page whent garbage. (the contents of the downloaded zipfile where accepted as html data and shown as garbage onscreen) after closing the page, opening the link worked again. the restore has been done, Moovida took all extensions and broke some of the windows features. too bad they dont ask what type of associations you want.

    Thanx for the help/fix files and idea's!

    Chaot_s
      My Computer


  2. Posts : 71,975
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #141

    You're most welcome Chaot_s. I'm happy to hear that you got it sorted. :)
      My Computer


  3. tay
    Posts : 9
    Windows 7 Home Premium 32 bit
       #142

    Hi, I am having major problems with my .ts TV recordings (MPEG2 and AVC/H.264) not having thumbnails showing up- if I change the extension to .m2ts or .tts the thumbnail works so I am guessing I just to need to look at one of your fix files, check the equivalent settings for .m2ts or .tts, and copy it over to .ts, or delete the whole .ts entry and copy the .m2ts or .tts entries on batch to notepad where I replace all the .m2ts or .tts entries for .ts- does this sound good? I did have a look at the .mov fix file and noticed there is no fix for a missing AssocMIME entry, yet I am missing a TS entry, would this also be something I need to fix?

    [HKEY_CLASSES_ROOT\WMP11.AssocMIME.TTS] and

    [HKEY_CLASSES_ROOT\WMP11.AssocMIME.M2TS]
      My Computer


  4. Posts : 71,975
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #143

    Hello Tay,

    I have added TS and M2TS to the list for you. :)

    I hope this helps,
    Shawn
      My Computer


  5. tay
    Posts : 9
    Windows 7 Home Premium 32 bit
       #144

    Brink said:
    Hello Tay,

    I have added TS and M2TS to the list for you. :)

    I hope this helps,
    Shawn
    Hi,
    Thanks for the quick response. I ran the DEFAULT .ts fix, unfortunately it has not resolved the problem, there are still no thumbnails for .ts files. I notice in your fix file, a lot of the entries refer to .tts files, however I still have .ts entries for these with different values in some cases. I also made a draft fix file, previous to running your DEFAULT TS fix, where I just exported the then current tts entries, and changed tts for ts, including the MIME key which is not included in your file, some of the entries differ, or are in addition to the entries in your DEFAULT fix- any ideas of the best next course of action?:

    Code:
     
    Windows Registry Editor Version 5.00
     
    [HKEY_CLASSES_ROOT\.ts]
    @="WMP11.AssocFile.TS"
    "PerceivedType"="video"
    "Content Type"="video/vnd.dlna.mpeg-tts"
     
    [HKEY_CLASSES_ROOT\.ts\OpenWithProgIds]
    "WMP11.AssocFile.TS"=hex(0):
     
    [HKEY_CLASSES_ROOT\.ts\ShellEx]
     
    [HKEY_CLASSES_ROOT\.ts\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
    @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
     
    [HKEY_CLASSES_ROOT\.ts\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
    @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
     
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS]
    @="MPEG-2 TS Video"
    "EditFlags"=hex:00,00,11,00
    "FriendlyTypeName"=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
    32,00,5c,00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,\
    00,65,00,2c,00,2d,00,39,00,39,00,33,00,35,00,00,00
    "PreferExecuteOnMismatch"=dword:00000001
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\DefaultIcon]
    @=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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,6d,00,\
    70,00,6c,00,6f,00,63,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,37,00,33,00,30,\
    00,00,00
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell]
    @="Play"
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\Enqueue]
    @="&Add to Windows Media Player list"
    "MUIVerb"=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
    00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
    2c,00,2d,00,39,00,38,00,30,00,30,00,00,00
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\Enqueue\command]
    "DelegateExecute"="{45597c98-80f6-4549-84ff-752cf55e2d29}"
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\open]
    "LegacyDisable"=""
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\open\command]
    @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
    00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
    4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\
    00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\
    22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,31,\
    00,32,00,20,00,2f,00,4f,00,70,00,65,00,6e,00,20,00,22,00,25,00,4c,00,22,00,\
    00,00
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\Play]
    @="&Play"
    "MUIVerb"=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
    00,75,00,6e,00,72,00,65,00,67,00,6d,00,70,00,32,00,2e,00,65,00,78,00,65,00,\
    2c,00,2d,00,39,00,39,00,39,00,31,00,00,00
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shell\Play\command]
    @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
    00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\
    4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,61,00,79,00,65,00,72,00,5c,\
    00,77,00,6d,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,00,65,00,\
    22,00,20,00,2f,00,70,00,72,00,65,00,66,00,65,00,74,00,63,00,68,00,3a,00,31,\
    00,32,00,20,00,2f,00,50,00,6c,00,61,00,79,00,20,00,22,00,25,00,4c,00,22,00,\
    00,00
    "DelegateExecute"="{ed1d0fdf-4414-470a-a56d-cfb68623fc58}"
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shellex]
     
    [HKEY_CLASSES_ROOT\WMP11.AssocFile.TS\shellex\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
    @="{031EE060-67BC-460d-8847-E4A7C5E45A27}"
     
    [HKEY_CLASSES_ROOT\WMP11.AssocMIME.TS]
     
    [HKEY_CLASSES_ROOT\WMP11.AssocMIME.TS\CLSID]
    @="{cd3afa9b-b84f-48f0-9393-7edc34128127}"
     
    [HKEY_CLASSES_ROOT\SystemFileAssociations\.ts]
    "InfoTip"="prop:System.ItemType;System.Size;System.Media.Duration;System.OfflineAvailability"
    "ExtendedTileInfo"="prop:System.ItemType;System.Size;System.Media.Duration;System.OfflineAvailability"
    "FullDetails"="prop:System.PropGroup.Description;System.Title;System.Media.SubTitle;System.Rating;System.Keywords;System.Comment;System.PropGroup.Video;System.Media.Duration;System.Video.FrameWidth;System.Video.FrameHeight;System.Video.EncodingBitrate;System.Video.TotalBitrate;System.Video.FrameRate;System.PropGroup.Audio;System.Audio.EncodingBitrate;System.Audio.ChannelCount;System.Audio.SampleRate;System.PropGroup.Media;System.Music.Artist;System.Media.Year;System.Music.Genre;System.PropGroup.Origin;System.Video.Director;System.Media.Producer;System.Media.Writer;System.Media.Publisher;System.Media.ContentDistributor;System.Media.DateEncoded;System.Media.EncodedBy;System.Media.AuthorUrl;System.Media.PromotionUrl;System.Copyright;System.PropGroup.Content;System.ParentalRating;System.ParentalRatingReason;System.Music.Composer;System.Music.Conductor;System.Music.Period;System.Music.Mood;System.Music.PartOfSet;System.Music.InitialKey;System.Music.BeatsPerMinute;System.DRM.IsProtected;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.OfflineAvailability;System.OfflineStatus;System.SharedWith;System.FileOwner;System.ComputerName"
    "PreviewDetails"="prop:*System.Title;*System.Media.Duration;*System.Size;*System.Video.FrameWidth;*System.Video.FrameHeight;System.Rating;*System.Keywords;*System.Comment;*System.Music.Artist;*System.Music.Genre;*System.ParentalRating;*System.OfflineAvailability;*System.OfflineStatus;*System.DateModified;*System.DateCreated;*System.SharedWith;*System.Media.SubTitle;*System.Media.Year;*System.Video.FrameRate;*System.Video.EncodingBitrate;*System.Video.TotalBitrate"
     
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ts]
     
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ts\OpenWithList]
     
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ts\OpenWithProgids]
    "WMP11.AssocFile.TS"=hex(0):
    "VLC.ts"=hex(0):
     
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ts\UserChoice]
    "Progid"="WMP11.AssocFile.TS"
      My Computer


  6. Posts : 71,975
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #145

    Ooops, sorry. TTS added.
      My Computer


  7. tay
    Posts : 9
    Windows 7 Home Premium 32 bit
       #146

    Brink said:
    Ooops, sorry. TTS added.
    Hi, thanks, my point was though in your DEFAULT_TS.reg many of the references are to .TTS files not .TS files, was that intentional? I still have my original TS entries as these were not replaced when running your DEFAULT.REG, presumably these are causing the thumbs not to appear, shall I just duplicate your TTS entries as TS and remove the current TS reg keys?
      My Computer


  8. Posts : 71,975
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #147

    The TS file extension uses the same default WMP11.AssocFile.TTS entry as TTS. This would be why it has many them as well. I've updated the TS download, so try it again along with the TTS download to update your settings for both of them. :)
      My Computer


  9. tay
    Posts : 9
    Windows 7 Home Premium 32 bit
       #148

    Brink said:
    The TS file extension uses the same default WMP11.AssocFile.TTS entry as TTS. This would be why it has many them as well. I've updated the TS download, so try it again along with the TTS download to update your settings for both of them. :)
    Thanks, I have run the updated TS and the TTS reg files, unfortunately the no ts thumbnail problem is still not fixed. I think this is down to there still being old regkeys for TS that are differing from the TTS regkeys, and maybe a missing TS entry in the [HKEY_CLASSES_ROOT\WMP11.AssocMIME.xyz]?
      My Computer


  10. Posts : 71,975
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #149

    The WMP11.AssocMIME.xyz CLSID sub entries are owned by "TrustedInstaller", and cannot be changed by anything unless you manually take ownership and "Allow" your user account "Full" control of them and then change it. These should be fine.

    The default program for TS and TTS in Windows 7 is Windows Media Player. See if using either Open With or Default Programs to set them to open with Windows Media Player by default may be able to help.
      My Computer


 
Page 15 of 91 FirstFirst ... 5131415161725 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:51.
Find Us