Jump to content

SHOW ICONS ON DESKTOP AND MOVE MY DOCUMENTS FOLDER


Recommended Posts

I have searched for these tweaks, but cannot find them anywhere.

I need to have the MY COMPUTER and MY DOCUMENTS icons shown by default on the desktop (when using new start menu).

I would also like to move MY DOCUMENTS to another drive (D:\My Documents). I know I have seen this before, but I could not find it when searching for it.

Any help would be appreciated, and remember I DID search, but couldn't find the answers!

Link to comment
Share on other sites


;-------------------------Show "My Computer","My Documents","Recycle Bin","Network Neighbour","Internet Explorer" on desktop-------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

as for your second question,use the following code in a bat file

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Personal" /t REG_EXPAND_SZ /d "F:\My Documents" /f

change "F:\My Documents" to meet your need

hope this helps

Link to comment
Share on other sites

My Documents

{450D8FBA-AD25-11D0-98A8-0800361B1103

My Computer

{20D04FE0-3AEA-1069-A2D8-08002B30309D}

My Network Places

{208D2C60-3AEA-1069-A2D7-08002B30309D}

Internet Explorer

{871C5380-42A0-1069-A2EA-08002B30309D}

Recycle Bin

{645FF040-5081-101B-9F08-00AA002F954E}

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...