Wednesday 17 April 2019

windows 8 - Change description of file types associated with Notepad++


I recently installed Notepad++ v6.6.6 (On Windows 8 x64) and associated file types. The installer changed file type description of every associated extension to Notepad++ Document.


For example, I have php, css and js files in the same folder it groups all files under Notepad++ Document. Is there any way to change file type descriptions to their default. Like:



  • php - PHP File or PHP Script

  • css - CSS File or Cascading Stylesheet

  • js - JS File or JavaScript Document


I tried FileTypesMan but when I change description of 1 file type it changes all file type description. For example, when I change txt file to Text Document it changes all ext. associated with notepad++ to Text Document .


I'm willing to change every file type description by hand.



Answer



If you have a look under:


HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice\ProgId

You should see something like Notepad++_file


If you find the entry for that in HKCR, e.g.


HKEY_CLASSES_ROOT\Notepad++_file

You'll see the description "Notepad++ Document", this is where Explorer picks it up from. If you simply set the value for Notepad++_file to empty and then ALL files will revert to generic descriptions, e.g. TXT file, PHP file etc.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...