jamfrey Posted August 29, 2006 Posted August 29, 2006 What must one put in the file reg. to remove: "My Music, My Video, My Pictures"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]"My Music"= -"My Video"= -"My Pictures"= -How that = that does not function! Thank you Fred
mazin Posted August 29, 2006 Posted August 29, 2006 Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyMusic"=dword:00000000"Start_ShowMyPics"=dword:00000000
spacesurfer Posted August 31, 2006 Posted August 31, 2006 Mazin's method does not actually delete those folders, it prevents them from being displayed in the start menu.If you actually want to delete them, can you not use the del command in your script?I assume it would be del "%userprofile%\My Music", etc.I don't think you can delete a folder using registry keys.You can delete the registry key by using the "-" sign:[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] but I believe all the shell folder entried will be wiped out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now