Jump to content

Windows XP Classic Install


Recommended Posts

Posted (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:

Edited by knight2000

Posted (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 by -X-
Posted (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 by Ponch
Posted

Open HIVEDEF.INF

find 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,1
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ClassicViewState","DefaultValue",0x00010001,1
HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,1

HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebView",0x00010001,0
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView","DefaultApplied",0x00010001,0
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView","DefaultValue",0x00010001,0
HKU,".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","WebView",0x00010001,0

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...