Folder Options/File Types/Advanced/Edit File Type not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Under "Folder Options/File Types/Advanced/Edit File" I see listed "Folder"
and "File Folder"; both let me add new commands, which then appear on
Right-Click context menus, but then I can't Edit or Remove those commands. I
can Set Default for any of them, but can't otherwise modify them.

If these are not intended to be modified, why can I click on New... and Set
Default, while Edit... and Remove are greyed out?
 
Hmm, it would seem that deleting keys in the Registry in the vicinity of
HKEY_CLASSES_ROOT\Directory\shell\ is the answer to unwanted menu items.

Still not clear on why both "Folder" and "File Folder" in File Types, though.
 
Scott, I was looking for the same info but could not find someone that
said, "Here is how you to get 'Edit...' and 'Remove' to not be greyed
out."

But from this website I was able to piece together what to do.

http://www.geocities.com/budallen98_98/regtips.html#The Fix For Greyed Out Box's = EDIT FLAGS

***EXPORT these keys before making any changes. Do at your own
risk.***

Start > Run > regedit

For "File Folder"
1. Navigate to the following key: HKEY Classes Root > Directory >
EditFlags
2. Modify EditFlags from 1d2 to 2

For "Folder"
1. Navigate to the following key: HKEY Classes Root > Folder >
EditFlags
2. Modify EditFlags from 3d2 to 2

Or past the following into Notepad and create a file that ends .reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory]
@="File Folder"
"EditFlags"=dword:00000002

[HKEY_CLASSES_ROOT\Folder]
@="Folder"
"EditFlags"=dword:00000002


Note: I did have trouble editing already existing items but the ones
I manually created from "Folder Options/File Types/Advanced/Edit File"
were easily editable.

Enjoy!
 
Back
Top