MSFN Forum: Unattended Extras - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended Extras Post your Unattended Extra Settings Here Rate Topic: -----

#1 User is offline   bjdotcom 

  • Junior
  • Pip
  • Group: Members
  • Posts: 59
  • Joined: 27-July 03

Posted 29 July 2003 - 04:01 AM

Hey to all!
I would like to start a new Thread in here where u can post your new unattended extras, applications, modem drivers, display drivers, themes,etc....!Settings...!

And in case ppl who have finished the Unattenede setup and would like to install some extras or some extra tips!


Thanks to all!
Cheers! :)


#2 User is offline   diesel_98a 

  • Spurz 4 Life....
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 26-July 03

  Posted 29 July 2003 - 07:37 AM

here is what i have on mine.

1. Hotfix.cmd (which is the hotfixes)
CLS
@echo off
ECHO.
ECHO Installing Windows Update Hotfixes...
ECHO.
ECHO Installing Q329115...484kb...
start /wait %systemdrive%\Install\Hotfixes\329115 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q817778...1.2mb...
start /wait %systemdrive%\Install\Hotfixes\817778 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q823980...1.2mb...
start /wait %systemdrive%\Install\Hotfixes\823980 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q823559...375kb...
start /wait %systemdrive%\Install\Hotfixes\823559 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q810577...556kb...
start /wait %systemdrive%\Install\Hotfixes\810577 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q810833...379kb...
start /wait %systemdrive%\Install\Hotfixes\810833 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q328310...3.9mb...
start /wait %systemdrive%\Install\Hotfixes\328310 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q329390...282kb...
start /wait %systemdrive%\Install\Hotfixes\329390 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q329834...212kb...
start /wait %systemdrive%\Install\Hotfixes\329834 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q330994...1.9mb...
start /wait %systemdrive%\Install\Hotfixes\q330994 /q:a /r:n
ECHO Finished Installing...
ECHO.
ECHO Installing Q811493...3.2mb...
start /wait %systemdrive%\Install\Hotfixes\811493 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q814033...416kb...
start /wait %systemdrive%\Install\Hotfixes\814033 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q815021...525kb...
start /wait %systemdrive%\Install\Hotfixes\815021 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q821557...5.1mb...
start /wait %systemdrive%\Install\Hotfixes\821557 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q815485...931kb...
start /wait %systemdrive%\Install\Hotfixes\815485 /Q /M /Z
ECHO Finished Installing...
ECHO.
ECHO Installing Q322011...417kb...
start /wait %systemdrive%\Install\Hotfixes\322011 /u /q /z
ECHO Finished Installing...
ECHO.
ECHO Installing Q814995...994kb...
start /wait %systemdrive%\Install\Hotfixes\814995 /u /q /z
ECHO Finished Installing...
ECHO.
ECHO Installing Q820291...1mb...
start /wait %systemdrive%\Install\Hotfixes\820291 /u /q /z
ECHO Finished Installing last one...
ECHO.
EXIT


2. apps.cmd (which is the applications)

CLS
@echo off
ECHO.
ECHO Installing automated installations of
ECHO various software applications and windows updates.
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\WMP9\MPSet.exe /Q:A /R:N
ECHO Finished Installing...
ECHO.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\install\X9b\DXSETUP.exe /opk
ECHO Finished Installing...
ECHO.
ECHO Installing Microsoft JavaVM - Build 3810
ECHO Please wait...
start /wait %systemdrive%\install\JavaVM\msjavwu.exe /Q:A /R:N
ECHO Finished Installing...
ECHO.
ECHO Installing Movie Maker 2.0
ECHO Please wait...
start /wait %systemdrive%\install\Movie\mm20.msi /qn
ECHO Finished Installing...
ECHO.
ECHO Installing MSN Messenger 6.0.0602 Final
ECHO Please wait...
start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB
ECHO Finished Installing...
ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\Adobe6\AR6.msi /QB
ECHO Finished Installing...
ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\Tweaks.reg
ECHO Finished Installing...
ECHO.
ECHO Restoring Windows Activation State...
COPY "%systemdrive%\Install\Active\wpa.dbl" "%systemroot%\system32"
ECHO Windows Should be Activated!...
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\install
RD /S /Q %systemdrive%\Drivers
ECHO.
ECHO Restarting the PC in 1 minute...
psshutdown.exe -r -t 60 -f -m "Windows XP will now restart in 1 minute!"
ECHO.
EXIT


3. Regtweaks.reg (which is the registry tweaks)

Windows Registry Editor Version 5.00 

;This will add "Services" to the right-click menu of "My Computer" 
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] 
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 
"SuppressionPolicy"=dword:4000003c 
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] 
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

;Disables Error Reporting, but notifies when errors occur
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004

;Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.altavista.com/sites/search/web?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL]
@="http://www.google.com/search?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]
@="http://search.msn.com/results.asp?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]
@="http://www.filemirrors.com/search.src?file=%s"

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

;Allow renaming of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

;Control Panel forces Classic View
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001


4. winnt.sif

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

[Unattended]
    UnattendMode = FullUnattended
    OemSkipEula = Yes
    OemPreinstall = YES
    TargetPath = \WINDOWS
    UnattendSwitch = "Yes"
    WaitForReboot = "No"
    OemPnPDriversPath = "Drivers\3Com\W9XEL90X.inf;Drivers\56k\GENHSF5.inf;Drivers\8230e\HPUATA.inf"
    DriverSigningPolicy = Ignore

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

[UserData]
    ProductKey = [color=red]This was changed[/color]
    FullName = "[color=red]This was changed[/color]"
    OrgName = "Home"
    ComputerName = Tigger

[Display]
    Xresolution = 1024
    YResolution = 768

[TapiLocation]
    CountryCode = 1
    Dialing = Tone
    
[FavoritesEx]
    Title1 = "Winxpnews.com.url"
    URL1 = "http://www.winxpnews.com"
    Title2 = "Downloads.com.url"
    URL2 = "http://www.downloads.com"
    Title3 = "N*****.net.url"
    URL3 = "http://www.N*****.net"
    Title4 = "Yahoo! Fantasy Sports.url"
    URL4 = "http://fantasysports.yahoo.com"
    Title5 = "My Yahoo!.url"
    URL5 = "http://my.yahoo.com"
    Title6 = "Pogo.url"
    URL6 = "http://www.pogo.com"
    Title7 = "Sportline.com.url"
    URL7 = "http://www.sportsline.com/"

[Branding]
    BrandIEUsingUnattended = Yes

[URL]
    Home_Page = [URL=http://www.yahoo.com]http://www.yahoo.com[/URL]

[Proxy]
    Proxy_Enable = 0
    Use_Same_Proxy = 1

[Identification]
    JoinWorkgroup = WORKGROUP

[Networking]
    InstallDefaultComponents = Yes

[Components]
    msmsgs = off

[GuiRunOnce]
    "%systemdrive%\install\hotfix.cmd"
    "%systemdrive%\install\apps.cmd"


hope this helps

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy