[BOOTDATA]: Move an inf comment where it belongs.
[reactos.git] / reactos / boot / bootdata / bootcd / unattend.inf
index 23206c8..cbfacc5 100644 (file)
@@ -1,8 +1,7 @@
-; Set UnattendSetupEnabled to yes in order to get unattended setup working
-
 [Unattend]
 Signature = "$ReactOS$"
 
+; Set UnattendSetupEnabled to yes in order to get unattended setup working
 ; yes - unattend setup enabled
 ; no - unattend setup disabled
 UnattendSetupEnabled = no
@@ -19,8 +18,8 @@ MBRInstallType=2
 
 FullName="MyName"
 ;OrgName="MyOrg"
-ComputerName="MYCOMPUTERNAME";
-AdminPassword="MyPassword"
+ComputerName="MYCOMPUTERNAME"
+;AdminPassword="MyPassword"
 
 ; TimeZone is set GMT as default
 TimeZoneIndex=85
@@ -49,10 +48,19 @@ DisableGeckoInst = no
 ; see hivesys.inf for available languages
 LocaleID = 409
 
-
 ; enable this section to automatically launch programs
 ; after 3rd boot
 ;
 ; [GuiRunOnce]
 ; %SystemRoot%\system32\cmd.exe
+; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme
+; "rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:%SYSTEMROOT%\Resources\themes\lautus\lautus.msstyles"
+
 
+; enable this section to change resolution / bpp
+; setting a value to 0 or skipping it will leave it unchanged
+; [Display]
+; BitsPerPel = 32
+; XResolution = 1440
+; YResolution = 900
+; VRefresh = 0