Default User My Documents

This puts the My Documents icon on the desktop for any new users created on a computer. For most people, this is pretty useless. For a computer tech, this is useful for having consistent default settings, and doesn’t cause as many issues as copying an existing profile to the default profile.

  1. Copy / Paste mydocsdeskall.bat into notepad and save as mydocsdeskall.bat
  2. Copy / Paste mydocsdeskall.reg into notepad and save as mydocsdeskall.reg in the same directory as mydocsdeskall.bat
  3. Run mydocsdeskall.bat
  4. Take a break (you deserve it you 1337 reghacker)

mydocsdeskall.bat
echo Loading default user Registry Hive...
reg load HKU\NTUSER "C:\Documents and Settings\Default User\NTUSER.DAT"
echo Importing Internet Explorer desktop shortcut into default user registry...
REG IMPORT mydocsdeskall.reg
echo Unloading default user Registry Hive...
reg unload HKU\NTUSER

mydocsdeskall.reg
Windows Registry Editor Version 5.00
[HKEY_USERS\NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

0 Responses to “Default User My Documents”


  • No Comments

Leave a Reply