I implemented namespace extension using default shell view in Windows XP. Everything works fine, but I want add barricade (A Description of Protected Folders - also applicable to Windows XP). Is possible this using documented/undocumented functions (SFVM messages), or this feature is hard-coded ?
Asked
Active
Viewed 475 times
3
-
6I'm not sure you provided sufficient information. If you fill all data for your extension view yourself, then you can read contents of hidden (or any other) folders on your own and display them straightaway, or hide if it needs to. Your extension uses its own namespace, which is not controlled by the built-in shell protection options. – Stan Nov 08 '12 at 09:59
-
My suggestion, don't bother researching XP. It's obsolete, unsupported by microsoft anymore and soon even vista will be obsolete. Develop for windows 7 and up. – Tschallacka Nov 14 '12 at 15:11
1 Answers
4
If you fill all data for your extension view yourself, then you can read contents of hidden (or any other) folders on your own and display them straightaway, or hide if it needs to.
Your extension uses its own namespace, which is not controlled by the built-in shell protection options.
P.S. Starting from Windows 7+ it should not be a problem.

Sergey K.
- 24,894
- 13
- 106
- 174