Jump to content

OuT

Experienced Members
  • Posts

    27
  • Joined

Posts posted by OuT

  1. thank you for your replies

     

    DennisD : sure it would work, however I would like to not use workarounds :rolleyes:

     

    Andavari : this method should work but has many disadvantages for me... it is done through the GUI, it is not a "true" file type, also notice I use a switch in the command

     

    TonyKlein : ...\CurrentVersion\Explorer\FileExts done, does not fix... and app was already registered in HKCR\Applications

     

     

    I will try with FileTypesMan as suggested by Andavari, I quickly looked at it and I'm quite sure this utility will let me find the answer

  2. Hi,

     

    First of all, nice to be in this forum :D

    CCleaner is my only cleaning tool, and Defraggler my only defrag tool except for stuff like offline defrag

     

    I'm here because I'm trying to create custom file types, using only command line, no Explorer GUI

    So far they are perfectly working, the only problem is CCleaner wants to delete them...

     

    to provide you a quick example, I currently add something like this:

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.vob]@="DVD-Video.VOB"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD-Video.VOB]@="DVD-Video (VOB file)"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD-Video.VOB\DefaultIcon]@="C:\\Program Files\\MPC\\mplayerc.exe,3"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD-Video.VOB\shell]@="Play_DVD"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD-Video.VOB\shell\Play_DVD]@="Play DVD"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DVD-Video.VOB\shell\Play_DVD\command]@="\"C:\\Program Files\\MPC\\mplayerc.exe\" \"%1\" /dvd"

     

    and so CCleaner wants to delete HKR\.vob, it notifies me:

    Unused File Extension

    "The file extension .bup references an invalid program identifier. These are often left behind after uninstalling software.

    Solution: Delete the registry value.

    I'm quite sure an entry is missing in the Registry to make CCleaner validates the extensions but I can't figure out what...

     

    Any help would be appreciated, thank you!

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.