Jump to content

Recommended Posts

Posted

RunOnceEx wont execute and remove Win Welcome...

RunOnceEx (I know where is problem but how to solve it)

I have it into $OEM$

cmdlines.cmd

[COMMANDS]
"RunOnceEx.cmd"

Also into $OEM$

RunOnceEx.cmd

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%\001 /VE /D "Change CD!!! Put CD 2" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\cdchg.exe" /f

REG ADD %KEY%\002 /VE /D "WPI"
REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI.cmd"

EXIT

cdchg.exe is into $OEM$\$1

Problem is in that.! When I make unattended install. It show Welcome to Windos

Please take a few minute to setup it. Then ask for Do you wanna register it online, then trying to register after that Put some User.!

And it Log-in into that user.! (I think that problem is in that)

How can I remove that step and than I will have Full Unattended.!

I have

WINNT.sif

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   FileSystem=*
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   OEMSkipWelcome=1
   UnattendedSwitch="Yes"
   OemPnPDriversPath="drivers\001_ISDN"
   DriverSigningPolicy=Ignore
   WaitForReboot=No
   DisableDynamicUpdates=Yes
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword="000000"
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=100
   OemSkipWelcome=1

[UserData]
   ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="TEST"
   OrgName="TEST"
   ComputerName=TEST

[Display]
   BitsPerPel=24
   Xresolution=1240
   YResolution=860

[TapiLocation]
   CountryCode=385
   Dialing=Tone
   AreaCode=385

[RegionalSettings]
   LanguageGroup=2,1
   SystemLocale=0000041a
   UserLocale=0000041a
   InputLocale=041a:0000041a

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=http://www.google.com/ig

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=TESTWORK

[Networking]
   InstallDefaultComponents=Yes

[StartupOptions]
   Offline=0
   Registration=1

[Components]
   zonegames=off
   pinball=off
   mplay=off
   accessopt=off
   chat=off
   dialer=off
   hypertrm=off
   msnexplr=off
   msmsgs=off

[SetupParams]
   UserExecute = %systemdrive%\reg.cmd

reg.cmd

in $OEM$\$1

content from that is copyed to %systemdrive%\ (correct me if I am wrong)

REGEDIT /S WindowsXPregUneccesary.reg
DEL WindowsXPregUneccesary.reg
EXIT

WindowsXPregUneccesary.reg

also in $OEM$\$1

Windows Registry Editor Version 5.00

;-----  Make the Windows XP registration with Microsoft unnecessary
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"RegDone"="1"

Why this doesent work.!

What I must to to skip that Step. HOWWWWW?????????????

I need that. I wanna have full unattended.!

I need that so I can finish apps in WPI.!!!

So I can finaly be over.!!!


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