Jump to content

Logon Screen Modify


Recommended Posts

Can anyone please tell me how I get my Unattended XP Cd to use my newly downloaded Logon Screen?

I downloaded a logon screen called "transxp.exe" from ThemeXP, and I tested to see if it works on my working Operating system using "Style XP 2.0" and it works great!!!

Now I want to add it to my Unattended XP CD. I dont understand the Getting Windows to use the new Logon screens part in the Unattended XP CD Guide.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
UIHost="%systemroot%\system32\dragon.exe"

If Im right, you have to put the Welcome screen in- $OEM$\$$\system32 along with the above code in somewhere.. Im not sure where?

Any kinda help with this is greatly appreciated..

Cheers,

Link to comment
Share on other sites


The registry tweak file??

Im not sure what it is.. Is it the "RunOnceEx.cmd" file, which mine happens to look like this???

cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait %CDROM%\Software\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

REG ADD %KEY%\005 /VE /D "MSN Messenger" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\MSNMessenger.exe /qn" /f

REG ADD %KEY%\006 /VE /D "Adobe Reader 7.0" /f
REG ADD %KEY%\007 /V 1 /D "%CDROM\Software\AdobeReader7.exe -p"-s /v\"/qn\""

REG ADD %KEY%\015 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\cleanup.cmd" /f

EXIT

Link to comment
Share on other sites

Alright, I was avoiding having to do this...

Copy

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
UIHost="%systemroot%\system32\dragon.exe"

Into NOTEPAD, and save it as REGTWEAK.REG Notice it's a REG and NOT a TXT file.

Save it in your $OEM$ folder. Open up CMDLINES.TXT and add this line on the next line after the one calling your RunOnceEX.cmd file

"regedit /s regtweak.reg"

Save CMDLINES.TXT and recreate your ISO

Link to comment
Share on other sites

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