home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December (Special) / PCWorld_2004-12_Special_cd.bin / Windows / xp / pebuilder3032.exe / plugin / !profiles / profiles.inf < prev   
Windows Setup INFormation  |  2004-03-26  |  1KB  |  40 lines

  1. ; PE Builder v3 plug-in INF file
  2. ; Created by Bart Lagerweij
  3. ; http://www.nu2.nu/pebuilder/
  4.  
  5. [Version]
  6. Signature= "$Windows NT$"
  7.  
  8. [PEBuilder]
  9. Name="Profiles folder"
  10. Enable=1
  11.  
  12. [WinntDirectories]
  13. a="Profiles\All Users\Desktop",1
  14. b="Profiles\Default User\Desktop",1
  15. c="Profiles\Default User\My Documents",1
  16.  
  17. [Software.AddReg]
  18. ; Set ProfileList
  19. 0x2, "Microsoft\Windows NT\CurrentVersion\ProfileList", "ProfilesDirectory", "%SystemRoot%\Profiles"
  20.  
  21. ; Set DefaultUserProfile
  22. 0x1, "Microsoft\Windows NT\CurrentVersion\ProfileList", "DefaultUserProfile", "Default User"
  23.  
  24. ; Set AllUsersProfile
  25. 0x1, "Microsoft\Windows NT\CurrentVersion\ProfileList", "AllUsersProfile", "All Users"
  26.  
  27. [SetupReg.AddReg]
  28. ; Add ProfilesDir environment variable
  29. 0x2, "ControlSet001\Control\Session Manager\Environment", "ProfilesDir", "%SystemRoot%\Profiles"
  30.  
  31. ; Testing 11-12-2003 11:42
  32.  
  33. [Software.AddReg]
  34. ; Registering "My Documents" System Folder (working button in "Open" and "Save as..." boxes) 
  35. 0x1, "Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}", "LocalizedString", "My Documents"
  36.  
  37. [Default.AddReg]
  38. ; Set "My Documents" folder.
  39. 0x2, "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders","Personal","%SystemRoot%\Profiles\Default User\My Documents"
  40.