Jump to content

Create Outlook Express Accounts with Unattended CD


Recommended Posts

Hello, First off I think this is my first post here, and I have enjoyed this site. My problem now is that I am looking for a way to add my account to outlook express automatically!

How could I do this? My windows xp source files are slipstreamed with sp2! Also are their any good registry tweaks or anything for me you could post?

Like how to install nero 7 and register it? I have done some searching and I am wandering which works best!

Thanks. -Danny Pritchett (P&G Computers)

EDIT:

Also is it possible to help me with this?

How do you use pskill? Do I have it right?

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:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Install\

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

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

REG ADD %KEY%\000 /VE /D "Google Toolbar" /f

REG ADD %KEY%\000 /V 1 /D "%PP%install\Google Toolbar\GoogleToolbarInstaller.exe /Q /D" /f

REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

REG ADD %KEY%\001 /VE /D "IsoBuster 1.5" /f

REG ADD %KEY%\001 /V 1 /D "%PP%install\IsoBuster1.5.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\001 /V 2 /D "taskkill /F /IM isobuster.exe" /f

REG ADD %KEY%\002 /VE /D "Windows Media Player 10" /f

REG ADD %KEY%\002 /V 1 /D "%PP%install\WMP\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\003 /VE /D "Nero Burning ROM 5.5" /f

REG ADD %KEY%\003 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\nero\register.reg" /f

REG ADD %KEY%\003 /V 2 /D "install\Nero\Nero551054.exe /silent /noreboot" /f

REG ADD %KEY%\004 /VE /D "Yahoo Messenger" /f

REG ADD %KEY%\004 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\Yahoo Messenger\ymsgr7us.exe /S /f

pskill -t Ypager.exe

REG ADD %KEY%\005 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\005 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

REG ADD %KEY%\006 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\006 /V 1 /D "%PP%install\cleanup.cmd" /f

EXIT

Edited by dannypritchett01
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...