Default User My Computer

This puts the 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 mycompdeskall.bat into notepad and save as mycompdeskall.bat
  2. Copy / Paste mycompdeskall.reg into notepad and save as mycompdeskall.reg in the same directory as mycompdeskall.bat
  3. Run mycompdeskall.bat
  4. Take a break (you deserve it you 1337 reghacker)

mycompdeskall.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 mycompdeskall.reg
echo Unloading default user Registry Hive...
reg unload HKU\NTUSER

mycompdeskall.reg
Windows Registry Editor Version 5.00
[HKEY_USERS\NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

0 Responses to “Default User My Computer”


  • No Comments

Leave a Reply