August 29, 200619 yr 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
August 29, 200619 yr Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyMusic"=dword:00000000"Start_ShowMyPics"=dword:00000000
August 31, 200619 yr 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.
Create an account or sign in to comment