Jump to content

DaveXP

Member
  • Posts

    1,272
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by DaveXP

  1. Here is a swithless MSN Messenger 6.0

    You can download it from myftp

    REMOVED CHECK NEXT PAGE you will need to copy and paste in to the brower.

    Username: MSFN

    Password: MSFN

    the file is MsnMsga.EXE

    to go with your sliped down DirectX9b

    btw, the password is case sentive. in should be small letter but it wont let me put it as small letters.

  2. CLS
    @echo off
    ECHO.
    ECHO ESTABLISHING CD-ROM DRIVE
    SET CDROM=A
    IF EXIST D:\bonus\office\Terminal\Terminal.msi CDROM=D:
    ECHO YOUR CD-ROM DRIVE IS %CDROM%
    ECHO Please Wait....
    ECHO Terminal Server Client
    ECHO Please Wait....
    start /wait %CDROM%\bonus\office\Terminal\Terminal.msi /q
    EXIT

    to make it so that it would work for every PC or if the drive letter changes add the rest of the IF EXIST in my first example.

  3. Here is an exapmle of how to tell it to find the CD-ROM drive

    ECHO ESTABLISHING CD-ROM DRIVE
    SET CDROM=A
    IF EXIST D:\I386\WINNT.exe SET CDROM=D:
    IF EXIST E:\I386\WINNT.exe SET CDROM=E:
    IF EXIST F:\I386\WINNT.exe SET CDROM=F:
    IF EXIST G:\I386\WINNT.exe SET CDROM=G:
    IF EXIST H:\I386\WINNT.exe SET CDROM=H:
    IF EXIST I:\I386\WINNT.exe SET CDROM=I:
    IF EXIST J:\I386\WINNT.exe SET CDROM=J:
    IF EXIST K:\I386\WINNT.exe SET CDROM=K:
    IF EXIST L:\I386\WINNT.exe SET CDROM=L:
    IF EXIST M:\I386\WINNT.exe SET CDROM=M:
    IF EXIST N:\I386\WINNT.exe SET CDROM=N:
    IF EXIST O:\I386\WINNT.exe SET CDROM=O:
    IF EXIST P:\I386\WINNT.exe SET CDROM=P:
    IF EXIST Q:\I386\WINNT.exe SET CDROM=Q:
    IF EXIST R:\I386\WINNT.exe SET CDROM=R:
    IF EXIST S:\I386\WINNT.exe SET CDROM=S:
    IF EXIST T:\I386\WINNT.exe SET CDROM=T:
    IF EXIST U:\I386\WINNT.exe SET CDROM=U:
    IF EXIST V:\I386\WINNT.exe SET CDROM=V:
    IF EXIST W:\I386\WINNT.exe SET CDROM=W:
    IF EXIST X:\I386\WINNT.exe SET CDROM=X:
    IF EXIST Y:\I386\WINNT.exe SET CDROM=Y:
    IF EXIST Z:\I386\WINNT.exe SET CDROM=Z:
    if %CDROM%==A GOTO :CD_ERR
    ECHO YOUR CD-ROM DRIVE IS %CDROM%
    ECHO Please Wait...
    XCOPY %CDROM% DIRTOCOYTO /Q /E /H

    this is found your cd-rom drive and copy it to were you want it but you need to change the DIRTOCOYTO to the location you need. This is an example of it copying all the Windows File to my HDD

  4. the file deluser has to been in the %windir% for you to run it like that.

    if its not make a folder called tools in your install folder place deluser in it and place this in your batch file:

    ECHO Copying deluser utility...
    COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"
    ECHO.
    ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...
    start /wait DELUSER /Q aspnet

    The above code is from AaronXP's Unattended Site.

  5. I don't know where Dave got the idea it contains more stuff, its just a switchless installation that OEMs use when they make System Restore CDs for their users.
    I recently burned an unattended XP CD with the seperate WMP9 OPK referenced in svcpack.inf and existing in "I386\Update". Am I gonna have problems now when I test it?

    afaik, only dx9ntopk.exe and wmp9mm2.exe are switchless. The seperated WMP9 and MM2 aren't.

    it contains sample videos and sample music which the other version doesnt i am sure that it has sample videos because i find stuff on the C:\ to do with it??

  6. [Components]
    AccessOpt
    AutoUpdate
    BitsServerExtensionsManager
    BitsServerExtensionsISAPI
    Calc
    Certsrv
    Certsrv_client
    Certsrv_server
    Charmap
    Chat
    Clipbook
    Deskpaper
    Dialer
    Fax
    Fp_extensions
    Fp_vdir_deploy
    Freecell
    Hearts
    Hypertrm
    IEAccess
    Iis_common
    Iis_ftp
    Iis_inetmgr
    Iis_nntp
    Iis_smtp
    Iis_webadmin
    Iis_www
    Iis_www_vdir_scripts
    Indexsrv_system
    Licenseserver
    Media_clips
    Media_utopia
    Minesweeper
    Mousepoint
    Msmq_ADIntegrated
    Msmq_Core
    Msmq_HTTPSupport
    Msmq_LocalStorage
    Msmq_MQDSService
    Msmq_RoutingSupport
    Msmq_TriggersService
    Msnexplr
    Mswordpad
    Netcis
    Netoc
    Objectpkg
    OEAccess
    Paint
    Pinball
    Pop3Admin
    Pop3Service
    Pop3Srv
    Rec
    Reminst
    Rootautoupdate
    Rstorage
    Solitaire
    Spider
    Templates
    TerminalServer
    TSWebClient
    Vol
    WBEMSNMP
    WMAccess
    WMPOCM
    Wms
    Wms_admin_asp
    Wms_admin_mmc
    Wms_isapi
    Wms_server
    Zonegames

  7. Have any of you found a way to speed it logging in after it boots up?  My XP machine boots up quick, 25-35 seconds.  But then it take literally 4-6 minutes to go through the whole login proccess.  Any Suggestions?

    I'm running on a P4 2.2GHz, 512 MB RAM

    i have a P4 2.53 ith 512MB RAM i have that two i found it you use classic log-on it runs faster and what AaronXP said also helps.

    :)

×
×
  • Create New...