Jump to content

For unattend install.


jamfrey

Recommended Posts

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

Link to comment
Share on other sites


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyMusic"=dword:00000000

"Start_ShowMyPics"=dword:00000000

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...