Jump to content

Recommended Posts

Posted

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,


Posted

Put transxp.exe in $OEM$\$$\system32

and

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

UIHost="%systemroot%\system32\transxp.exe"

in your registry tweak file.

Posted

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

Posted

Hi Shamal!

As i see that the registry tweaks under unattended guide not updated yet, i suggest that you please browse through this:

http://www.msfn.org/board/index.php?showtopic=47647

This may help! B)

Posted

Can anyone please tell me whether I can enter this Code using Cmdlines.txt??

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

Thanks!

Posted
Can anyone please tell me whether I can enter this Code using Cmdlines.txt??

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

Thanks!

Save it as a reg file, and put it in your regtweaks

Posted

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

Posted

Ohh Cool Thanks!!! Finally some useful help for a beginner like my self.

Thanks to Alanoll & muiz for your help!

I'll try what you said when I go home.. Im sure it works if you say so!!

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