Jump to content

black screen on first login and other problems


Recommended Posts

Hi

I got a problem in installing windows .

I got a black screen (monitor is on ) and windows can't login

I try to access through save mode , then my application start installing

But also not all of them because some of them can't be installed on save mode.

After I login save mode I got a message from windows telling me that I have to Recover ( or restore ) my windows by setting a day in the past.

Also I got a problem in Adding User ( administrator )

I found only one administrator ( I was expecting to have 2 , the one

That installed by default and the one that I set it )

The administrator name has been changed to the name that I set in the registry .

Here my files

In directory ( XPCD\$OEM$ ) 4 files

cmdlines.txt

[COMMANDS]
"useraccounts.cmd"
"RunOnceEx.cmd"

RunOnceEx.cmd

cmdow @ /HID
@echo off

IF EXIST C:\WIN51IP.SP1 set CDROM=C:
IF EXIST D:\WIN51IP.SP1 set CDROM=D:
IF EXIST E:\WIN51IP.SP1 set CDROM=E:
IF EXIST F:\WIN51IP.SP1 set CDROM=F:
IF EXIST G:\WIN51IP.SP1 set CDROM=G:
IF EXIST H:\WIN51IP.SP1 set CDROM=H:

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

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

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\010 /VE /D "Start installing MSN 6" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Msn\Msn.msi /qn" /f

REG ADD %KEY%\015 /VE /D "Framework 1.1" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Framework\netfx.msi /QN" /f

REG ADD %KEY%\020 /VE /D "installing WMP9 + MM2" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\WMP9MM\WMP9MM2.exe" /f

REG ADD %KEY%\025 /VE /D "installing Hotfixs" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\hotfixes.cmd" /f

REG ADD %KEY%\030 /VE /D "installing Windows Updates" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\winup.cmd" /f

REG ADD %KEY%\035 /VE /D "Flashget 1.6 final" /f
REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\flashget\fgf160.exe /S" /f
REG ADD %KEY%\035 /V 2 /D "REGEDIT /S "%CDROM%\Software\flashget\register.reg" /f


REG ADD %KEY%\040 /VE /D "WinRAR v.3.30" /f
REG ADD %KEY%\040 /V 1 /D "%CDROM%\Software\WinRAR\WinRAR.exe/s" /f

REG ADD %KEY%\045 /VE /D "installing Directx 9" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\Software\DirectX9b\DX9NTopk.exe" /f

REG ADD %KEY%\050 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f


EXIT

useraccounts.cmd

net user mrpop abcdef /add
net localgroup Administrators mrpop /add
REGEDIT /S autologon.reg
EXIT

autologon.reg

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"=" mrpop "
"DefaultPassword"=" abcdef "
"AutoAdminLogon"="1"

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>....

In directory (XPCD\$OEM$\$1\Install) 4 files

prepare.cmd

cmdow @ /HID

DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"
DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"
DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"

EXIT

hotfixes.cmd

@echo off 
ECHO.
ECHO Installing Q832483 Buffer overrun in an MDAC function could allow code execution
start /wait %systemdrive%\install\hotfixes\ENG_Q832483_MDAC_X86.EXE /C:"dahotfix.exe /q /n" /q
ECHO.
ECHO Installing Q817778 Advanced Networking Pack
start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z

EXIT

winup.cmd

cmdow @ /HID

start /wait %systemdrive%\install\hotfixes\Q322011.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q327405A.exe /q
start /wait %systemdrive%\install\hotfixes\Q327405E.exe /q
start /wait %systemdrive%\install\hotfixes\Q327979.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q810243.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q814995.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q820291.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q821253.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q822603.exe /q /o /n /z
start /wait %systemdrive%\install\hotfixes\Q826942.exe /quiet /norestart /o /n
start /wait %systemdrive%\install\hotfixes\Q829558.exe /quiet /norestart /o /n
start /wait %systemdrive%\install\hotfixes\Q831240.exe /qb

EXIT

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>........

In directory (XPCD\I386)

svcpack.inf

[Version] 
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
Q330994.exe /Q:A /R:N
JS56NEN.exe /Q:A /R:N
Q823182.exe /Q /N /Z /O
Q824105.exe /Q /N /Z /O
Q824141.exe /Q /N /Z /O
Q825119.exe /Q /N /Z /O
Q828028.exe /Q /N /Z /O
Q828035.exe /Q /N /Z /O
Q832894.exe /Q:A /R:N
Q828026.exe /Q /N /Z /O
qchain.exe

in winnt.sif

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   FileSystem=*
   UnattendSwitch="yes"
   WaitForReboot="No"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=115
   OemSkipWelcome=1

[UserData]
   ProductKey=xxxxx- xxxxx - xxxxx - xxxxx - xxxxx
   FullName="xyz"
   OrgName="none"
   ComputerName=*

[Display]
   BitsPerPel=32
   Xresolution=800
   YResolution=600
   Vrefresh=100

[RegionalSettings]
   LanguageGroup=1,2,3,4,5,6, 7, 8, 9, 10,11,12,13,14,15,16,17

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I know it is long please forgive me and help me

Last question : haw can I add all the languages without entering in control panel ? most of the languages are added but not all.

Thank you in advanced

Link to comment
Share on other sites


no, I didn't change my boot screen.

please Alanoll take a look for my files above and tell me I did it correct ,waiting for you advice .to be honest with you I didn't make by my self i just copy it from other members .

Link to comment
Share on other sites

well, i know your autologon regtweak won't work.

what you should do on your own, if no one get's here first....

eliminate the possibilities. remove all instances of execution, so remove everything from cmdlines.txt.

See if your SVCPACK.INF works. if it does, add a line in cmdlines.txt. Do so untill you find the culprit. If it's somewhere in RunOnce for some god awful reason, comment out each section with REM and do the same process.

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