jordanrocks Posted July 24, 2006 Posted July 24, 2006 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 Them4. The Reg Patch To Change WinLogon Doesn't WorkAnd Here is My Batch File@echo offtitle Windows XP Service Pack Liethecho Windows XP SP2 Lieth Editionecho Installing Applications Please Wait...echo The Computer Will Auto-Reset Once Theecho 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 TweaksREGEDIT /S %systemdrive%\install\hklm.regEcho.Echo Installing Sounds...Start /wait %systemdrive%\install\Sounds.exeEcho.Echo Installing Fonts...Start /wait %systemdrive%\install\Fonts.exeECHO.ECHO Installing Microsoft Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\2003\setup.exe TRANSFORMS=Unattended.MST /qb-ECHO.ECHO Registering Nero...REGEDIT /S %systemdrive%\install\Nero\register.regECHO.ECHO Installing Nero 6 Ultra Edition...ECHO Please wait...start /wait %systemdrive%\install\Nero\Nero.exe /silent /norebootecho.echo Installing Arabic Dictionary...start /wait %systemdrive%\install\AraDic.exeecho.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 processtaskkill.exe /F /IM Codec.exeECHO.echo.echo Installing Windows Media Player 10start /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.exeecho.echo Patching WinRAR...start /wait %systemdrive%\install\winrar\wrarp.exe /sECHO.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 theshortcuts to update and for the shell to fully load before its ready to restart!"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installEXITThanks All
jim-p Posted July 26, 2006 Posted July 26, 2006 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 followingnet <username> <password> /addnet localgroup Administrators <username> /addexite.g.net jim kick /addnet localgroup Administrators jim /addexitThis 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now