Jump to content

Recommended Posts

Posted

:no: Hey Guys :

I Have some problems with My unattend Cd :

1. The Taskbar when i first run My Windows is too high !

2. I Don't Have Except One User Called Adminstrator ( I Need One More )

3. I Tried To Install Some Fonts Using A WinRAR Archive (I made My Self) But Windows Doesn't Take Them

4. The Reg Patch To Change WinLogon Doesn't Work

And Here is My Batch File

@echo off

title Windows XP Service Pack Lieth

echo Windows XP SP2 Lieth Edition

echo Installing Applications Please Wait...

echo The Computer Will Auto-Reset Once The

echo Operation is Done...

echo.

ECHO Removing useless shortcuts...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

Echo.

Echo Applying Registry Tweaks

REGEDIT /S %systemdrive%\install\hklm.reg

Echo.

Echo Installing Sounds...

Start /wait %systemdrive%\install\Sounds.exe

Echo.

Echo Installing Fonts...

Start /wait %systemdrive%\install\Fonts.exe

ECHO.

ECHO Installing Microsoft Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\install\2003\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Registering Nero...

REGEDIT /S %systemdrive%\install\Nero\register.reg

ECHO.

ECHO Installing Nero 6 Ultra Edition...

ECHO Please wait...

start /wait %systemdrive%\install\Nero\Nero.exe /silent /noreboot

echo.

echo Installing Arabic Dictionary...

start /wait %systemdrive%\install\AraDic.exe

echo.

echo Installing WinRAR...

start /wait %systemdrive%\install\WinRAR\wrar.exe /s

echo.

echo Installing K-Lite Mega Codecs Pack...

start /wait %systemdrive%\install\Codec.exe /VERYSILENT /SPECHO.

ECHO Killing Codec.exe process

taskkill.exe /F /IM Codec.exe

ECHO.

echo.

echo Installing Windows Media Player 10

start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

echo.

echo Installing Rocket Launcher...

start /wait %systemdrive%\install\RK.exe

echo.

echo Patching WinRAR...

start /wait %systemdrive%\install\winrar\wrarp.exe /s

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the

shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

EXIT

Thanks All :}


Posted

I have no idea on how to solve the problem #1 but:

2)You can create as many users you wish via cmdlines.txt.This is how:

create a users.cmd file in notepad with the following

net <username> <password> /add

net localgroup Administrators <username> /add

exit

e.g.

net jim kick /add

net localgroup Administrators jim /add

exit

This will create and add jim's account to Administrators with "kick"as a password.

3)Place your fonts inside $OEM$/$$/Fonts so as to have them copied over and installed after setup.

4)I suppose you mean the logonui.exe file...Do this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"UIHost"="%windir%\\system32\\logonui2.exe"

I don't know if it works.Just a suggestion

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...