knight2000 Posted September 23, 2010 Posted September 23, 2010 (edited) I need some help in configuring nlite to install Windows XP with a classic look, including black background. I use OnePiece XP Post-Install Package. I also want the administrator account to be the only account you can log-in on.The Thing is how ever I configure the nlite variabels, it doesn't end right.I want a setup with the latest driverpacks (driverpacks.net) and a recent update OnePiece_Windows_XP_Post-SP3_UpdatePack_v4.1.0_ENU.7z. I got you an exempel configuration for you:http://pastebin.com/BvYFsX2H Edited September 23, 2010 by knight2000
Guest Posted September 23, 2010 Posted September 23, 2010 (edited) For the accounts, in the unattended dialog, highlight guest and uncheck active.Classic look is set properly in your ini so don't know why it wouldn't be taking. For black background, import a reg file with these contents using GuiRunOnce and $OEM$ folders.Windows Registry Editor Version 5.00; black desktop[HKEY_CURRENT_USER\Control Panel\Colors]"Background"="0 0 0"EDIT: Instead of messing with reg files and $OEM$ folders for the black background do this...Under unattended, RunOnce add this command: REG ADD "HKCU\Control Panel\Colors" /v Background /t REG_SZ /d "0 0 0" /f Edited September 23, 2010 by -X-
Ponch Posted September 24, 2010 Posted September 24, 2010 (edited) I need some help in configuring nlite to install Windows XP with a classic look, including black background.Check "Classic Theme" in Unattended for Win2K look.+if XP Home, you have to create a 2nd account. Edited September 24, 2010 by Ponch
fdv Posted September 28, 2010 Posted September 28, 2010 Open HIVEDEF.INFfind HKCU,"Control Panel\Colors" and HKCU,"Control Panel\Desktop"make all of the edits you like for colors and presets and etc.add these to SHELL.INF:HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,1HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ClassicViewState","DefaultValue",0x00010001,1HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,1HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebView",0x00010001,0HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView","DefaultApplied",0x00010001,0HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView","DefaultValue",0x00010001,0HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebView",0x00010001,0
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now