Jump to content

Recommended Posts

Posted

hey all

i want to try my first unattended xp cd

but i have two problems

1.How do i enable the classic theme minus the effects or choose what graphic effects i want?

2. i need to install hebrew on my system and i have to browse and select all the hebrew font. can i do it on an unattended install?

thanx in advance


Posted

Sorry I can't help you at your fonts problem, but the classic theme will be automatically used if you add these line to your winnt.sif filea, as these will turn your Windows Classic Theme and Classic Startmenu ON:

[Shell] 
DefaultStartPanelOff=Yes
DefaultThemesOff=Yes

To disable all effects you need to follow these steps:

1. Create a file named cmdlines.txt with the following content:

[COMMANDS]
".\INSTALLS.CMD"

2. Create a file named INSTALLS.CMD with the following content:

@echo off
regedit /s %systemdrive%\install\visuals.reg

3. Copy both file into your $OEM$ Folder!!

4. Create a file named visuals.reg with the following content:

Windows Registry Editor Version 5.00

;Disable ALL Visual Effects[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000002

5. Copy visuals.reg into your $OEM$\$1\install folder!

Everything will be set before the first bootup of Windows XP!

Hope I could help you on this.

Posted

Although I don't like Cleartype (makes me feel like I'm drunk) here you go:

;Enable Cleartype
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothingType":=dword:00000002

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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