Trial4life
New member
- Local time
- 11:16 PM
- Messages
- 5
Hi,
I managed to create these custom context menu options:
Creating two registry keys in [HKEY_CLASSES_ROOT\Directory\shell], and using these commands:
("Mostra" = show, "Nascondi" = hide in italian)
Now, is there a way to make only one of the two options appear? ("Show file" if the file is hidden, "Hide file" if the file is not hidden). I suppose it's not that easy...
Thanks for the help!
I managed to create these custom context menu options:
Creating two registry keys in [HKEY_CLASSES_ROOT\Directory\shell], and using these commands:
Code:
attrib -h "%1"
attrib +h "%1"
Now, is there a way to make only one of the two options appear? ("Show file" if the file is hidden, "Hide file" if the file is not hidden). I suppose it's not that easy...
Thanks for the help!
My Computer
- Computer type
- PC/Desktop
- OS
- Windows 7