Redirect of (my Documents)

H

Henrik

Hi

In Windows Vista the desktop icon My Documents in XP is replaced with a
personal icon that are pointing to the user profile ( C:\users\userid), is
there a way to change the behavior of this icon so it point to the documents
folder instead ( C:\users\userid\documents)?
 
M

Malke

Henrik said:
Hi

In Windows Vista the desktop icon My Documents in XP is replaced with a
personal icon that are pointing to the user profile ( C:\users\userid),
is there a way to change the behavior of this icon so it point to the
documents folder instead ( C:\users\userid\documents)?

Why not just remove the shortcut to the User Profile and then
right-click/drag the Documents icon to the Desktop, thereby making a
shortcut?


Malke
 
K

Keith Miller MVP

You can hide the UserProfile folder on the desktop by right-clicking its
icon on the Start Menu & unchecking 'Show on Desktop'. This can also be
accomplished via:

Control Panel -> Personalization -> 'Change desktop icons' (in the left-hand
pane)

To display Documents on the desktop, you need a registry edit. Copy the
text between the lines below into Notepad & save as a .reg file. Then merge
the reg file.

Machine Wide:
-------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

-------------------------------------------

Per-User:
-------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top