Shamal Posted September 22, 2005 Posted September 22, 2005 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,
phkninja Posted September 22, 2005 Posted September 22, 2005 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.
Shamal Posted September 22, 2005 Author Posted September 22, 2005 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 offFOR %%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\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fECHO.ECHO Installing Office 2003ECHO Please wait...start /wait %CDROM%\Software\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-REG ADD %KEY%\005 /VE /D "MSN Messenger" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\MSNMessenger.exe /qn" /fREG ADD %KEY%\006 /VE /D "Adobe Reader 7.0" /fREG ADD %KEY%\007 /V 1 /D "%CDROM\Software\AdobeReader7.exe -p"-s /v\"/qn\""REG ADD %KEY%\015 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\cleanup.cmd" /fEXIT
Shamal Posted September 22, 2005 Author Posted September 22, 2005 Can anyone please elaborate on what exactly "registry tweak file" is please?
softcd Posted September 23, 2005 Posted September 23, 2005 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=47647This may help! B)
Shamal Posted September 25, 2005 Author Posted September 25, 2005 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!
muiz Posted September 27, 2005 Posted September 27, 2005 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!<{POST_SNAPBACK}> Save it as a reg file, and put it in your regtweaks
Alanoll Posted September 27, 2005 Posted September 27, 2005 Alright, I was avoiding having to do this...CopyWindows 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
Shamal Posted September 29, 2005 Author Posted September 29, 2005 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!!
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