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

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?
 
G

Guest

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.
 
Y

y2skippy

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top