home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / pebuild / plugin / !custom / custom.inf < prev   
Windows Setup INFormation  |  2004-12-16  |  2KB  |  48 lines

  1. ; PE Builder v3 plug-in INF file
  2. ; Created by Bart Lagerweij
  3. ; http://www.nu2.nu/pebuilder/
  4. ;
  5. ; Use this file to customize some personal settings
  6.  
  7. [Version]
  8. Signature= "$Windows NT$"
  9.  
  10. [PEBuilder]
  11. Name="Customize"
  12. Enable=1
  13. Help="custom.htm"
  14.  
  15. [Default.AddReg]
  16. ; Set the wallpaper...
  17. ; 0x2, "Control Panel\desktop", "WallPaper", "%systemroot%\system32\mywall.bmp"
  18.  
  19. ; menu delay -- default is 400
  20. 0x1,"Control Panel\Desktop", "MenuShowDelay","50"
  21.  
  22. ; set numlock on
  23. ; 0x1,"Control Panel\Keyboard","InitialKeyboardIndicators","2"
  24.  
  25. ; no places bar -- remove bar with shortcuts like:
  26. ; my recent documents, desktop, my documents, my computer, my network places
  27. 0x4, "Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32", "NoPlacesBar", "0x1"
  28.  
  29. [SetupReg.AddReg]
  30. ; WheelMouse Detection
  31. 0x4, "ControlSet001\Services\i8042prt\Parameters","EnableWheelDetection",0x00000002
  32.  
  33. ; Disable timezone...
  34. 0x4, "ControlSet001\Control\TimeZoneInformation", "ActiveTimeBias", 0x0
  35. 0x4, "ControlSet001\Control\TimeZoneInformation", "Bias", 0x0
  36. 0x4, "ControlSet001\Control\TimeZoneInformation", "DaylightBias", 0x0
  37. 0x1, "ControlSet001\Control\TimeZoneInformation", "DaylightName", "Local time"
  38. 0x3, "ControlSet001\Control\TimeZoneInformation", "DaylightStart", \
  39.     00,00,03,00,05,00,02,00,00,00,00,00,00,00,00,00
  40. 0x4, "ControlSet001\Control\TimeZoneInformation", "StandardBias", 0x0
  41. 0x1, "ControlSet001\Control\TimeZoneInformation", "StandardName", "Local time"
  42. 0x3, "ControlSet001\Control\TimeZoneInformation", "StandardStart", \
  43.     00,00,0A,00,05,00,03,00,00,00,00,00,00,00,00,00
  44.  
  45. [SetValue]
  46. ; Set the boot message
  47. ; "txtsetup.sif", "SetupData", "loaderprompt", """Booting..."""
  48.