$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
About Virtualization, VDI, SBC, Application Compatibility and anything else I feel like
19 Dec // php the_time('Y') ?>
I was cleaning up some old data on my Hard Drive when I found a program I wrote about a year ago.
At that time I was doing a project where I was deploying a Windows 2008 based Citrix Environment.
I wanted to get rid of the new Personal Folders or User’s files icon on the Desktop and replace it with the familiar My Documents icon.
These settings are stored in the Registry under HKEY_CLASSES_ROOT\CLSID\{folder’s GUID}\ShellFolder.
More specifially the Attributes Value is a bitmask that determines if the Folder
So I wrote a small program that can adjust these values:
It contains a few pre-defined Folders and shows you the registry key and the value for the Attributes mask (and of course it can write the value for you).
Have fun with it and let me know if you like it!
Desktop Icons Tool (2056 downloads)
2 Responses for "Desktop Icons, hide, show, prevent rename or delete"
[…] Sep EDIT: Please read the Desktop Icons, hide, show, prevent rename or delete article, it may be a better […]
Does not work at all on my XP. Keep getting ‘Error opening key CLSID\xxxxxxxx\ShellFolder for reading’.
Leave a reply