
gareththegod
MemberContent Type
Profiles
Forums
Events
Everything posted by gareththegod
-
Im back. Anyway. I can't find this searching using google or searching this forum. Is it possible to create a new user and then have a script (inf if possible) to run via the runonceex. Only the first time that the user logs in. I sort of know what I need to do but I don't know how to get the settings into the registry during the install as at t13 it flushes out runonceex. I would get the settings.inf file to copy to the %systemroot%\inf using the $OEM$ bits. I just need a way of call running it at first login. not just after the first user is created but the second and third a few days/weeks later. PS have you seen program that helps you make inf files Click on Willypad do you know of other programs that can do this?
-
Microsoft Windows 2000 Unattended
gareththegod replied to DaveXP's topic in Unattended Windows 2000/XP/2003
talking of dead oses win 2k server is being removed. -
Hotfixes For Windows XP Professional SP1
gareththegod replied to Aaron's topic in Unattended Windows 2000/XP/2003
@aaronxp Im confused. Does that mean that Q828750 has been replaced with Q824145. as it says that here http://go.microsoft.com/fwlink/?linkid=20654 -
Hotfixes For Windows XP Professional SP1
gareththegod replied to Aaron's topic in Unattended Windows 2000/XP/2003
correct -
Hotfixes For Windows XP Professional SP1
gareththegod replied to Aaron's topic in Unattended Windows 2000/XP/2003
if you are using the old way of installing the updates you can use this following code. ECHO (1) Installing 824145 November 2003, Cumulative Patch for IE6... start /wait %PATHTOFIXES%\q824145.exe /Q:A /R:N yes it is type 2. When you run qfecheck it doesn't appear in the list but windows updates doesn't see it. (see attached log file.) EDIT: see here for the security Bulletin info. -
*bump*
-
Im having a small problem. all of the following registry tweaks work but the last 2 to change the folder view. I thought that I had cracked it looking at greenmachines earlier post but it not working. I want to have view as list an show the status bar. If possible I would like this applied to all folders. the last bit doens't even work when you double click on the file or choose import. by the way this is called in cmdlines.txt regtweaks.reg 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 ;Enable Classic Search [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "Use Search Asst"="no" ;This lets you use the set command in the Recovery Console. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole] "SetCommand"=dword:00000001 "SecurityLevel"=dword:00000000 ;Disable The windows Tour during first logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Disable Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 ;Disables Windows Tour bubble popup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;enables the view to list in all folders ({21EC2020-3AEA-1069-A2DD-08002B30309D} key) ;enable the status bar ({20D04FE0-3AEA-1069-A2D8-08002B30309D} key) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults] "{21EC2020-3AEA-1069-A2DD-08002B30309D}"=hex:1c,00,00,00,03,00,00,00,00,00,00,\ 00,00,00,7c,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 7c,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,02,00,18,00,10,00,1c,\ 00,28,00,00,00,00,00,01,00,00,00,78,00,78,00,00,00,00,00,01,00,00,00,ff,ff,\ ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00 "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,03,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\ 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\ 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\ 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00
-
How To: Not Install Core Os Componants
gareththegod replied to gosh's topic in Unattended Windows 2000/XP/2003
look in the registry guide post. (the one that has 15 pages it tells you in there how to disable it using a reghack.) -
@rem SetupMgrTag @echo off set AnswerFile=.\i386\Winnt.sif set SetupFiles=.\i386 .\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /makelocalsource the onlthing that I want to do is to make the i386 folder copy over to the %systemdrive% so that I can run recovery console install at the [GUIRUNONCE] bit of the winnt.sif
-
List of default variables + batch file help.
-
Someone Take A Look At This Code Please?
gareththegod replied to pmcx9's topic in Unattended Windows 2000/XP/2003
why don't you just set your pc clock foward a few weeks -
is there a command that can use the cd rom name itself eg WINXP_SP1 then it would matter what drive letter it would be. (Do I use this word here?) A mac can do this but it would be very helpful.
-
What's Up With: Dahotfix.exe?
gareththegod replied to ralexand88's topic in Unattended Windows 2000/XP/2003
@RyanVM ive got the correct filename. when I change the path to ECHO Installing Q820761 Microsoft Data Access Components (MDAC) 2.8... start /wait \critical\mdac_typ.exe /C:"dasetup.exe /q /n" /q It works. If I remove the . before the first \ then that installs but the rest don't. If I use the above code then this doesn't work if the file is in something like this this doesn't work with the above. But does with this. they are the same level -
What's Up With: Dahotfix.exe?
gareththegod replied to ralexand88's topic in Unattended Windows 2000/XP/2003
Im having a problem trying to call the new MDAC 2.8 and getting it to install. Here is my test.cmd setlocal set PATHTOFIXES=.\critical ECHO Installing Q820761 Microsoft Data Access Components (MDAC) 2.8... start /wait %PATHTOFIXES%\mdac_typ.exe /C:"dasetup.exe /q /n" /q @echo on pause pause pause REM shutdown -r -t 10 -c "Restarting after installing the updates. THIS IS PART OF THE SCRIPT AND NOT A VIRUS." I think its the .\ bit it doesn't like but as I use this to use all of the other hotfixes, apps and recommended updates. see picture for error message. The main problem is that I use these scripts so that they can be ran from any drive letter as they are install from either a cd or a sony microvault which these change from computer to computer. I was hoping to add these scripts into an unattended cd if I can get this thing to work. This is the old file that works fine when used. The only downside is this is MDAC 2.7. setlocal set PATHTOFIXES=.\critical @echo off ECHO Installing Q823718 Security Update for Microsoft Data Access Components. start /wait %PATHTOFIXES%\Q823718_MDAC_SecurityPatch.exe /C:"dahotfix.exe /q /n" /q @echo on -
Install From A Harddrive
gareththegod replied to Kenny McCormick's topic in Unattended Windows 2000/XP/2003
this sounds silly. I don't know what WinPE so please could someone say what it is. -
Dam you beat me too it found it on bink.nu.
-
Importing Registry Settings To Default User
gareththegod replied to neophyte's topic in Unattended Windows 2000/XP/2003
you can do a call command from the cmdlines.txt to any file. as long as you have this [COMMAND] "filelocation\filename.reg or .cmd" That way you can use this to change the default user. GOSH told me this. see here for more details. -
Novelty Request: Xp Install On A Mini-cd
gareththegod replied to Datalore's topic in Unattended Windows 2000/XP/2003
This will sound a silly question. But what is winpe and windows xp Embedded? Gosh Thanks for all of your help and sorry to see you go. Please come back soon. -
Yes I did edit my post. has any one tried to run dfrg.msc (defragmenter) in the cmdlines.txt as ive seen someone do it in the Microsoft Online Seminars on xp deployment and wondered how it worked.
-
thank you. what would I have to include in the winnt.sif to use the cmdlines and where does the cmdlines file need to be placed on the cd. eg i386.
-
Im not sure what part of the winnt.sif is used to change the default account. I want to add registry hacks to it but im not sure if they need to be added to the commandlines.txt or where to store the files eg in i386 folder. I know that the winnt.sif and .bat have to go there but im not sure what else can. I plan not to use the $OEM$ system if I can help it. I have a few command files that install all of the current files. Is there a way to print what is being displayed on the screen to a text file so that it will make it eaiser for me to see if there is something wrong with the install as the last line of the script is to restart in under 20 seconds. If im not in the room where its installing I don't know if they all worked. Yes I do install the qfecheck.exe to check the hotfixes but that doesn't help if they install but there is something wrong with the echo commands or the hotfixes names have changed.
-
Hotfixes For Windows XP Professional SP1
gareththegod replied to Aaron's topic in Unattended Windows 2000/XP/2003
@Davexp thanks for that very useful website address. Its works very well. -
Hotfixes For Windows XP Professional SP1
gareththegod replied to Aaron's topic in Unattended Windows 2000/XP/2003
Here is a list/batch file installers for the lastest XP pro hotfixes as of 15/10/03. I turn echo on so that I can see it set the paths to make sure that it was looking in the right place. Using the .\ this will work on/in any folder where the 3 *.cmd files are kept eg CD or usb pen drive. Its only 119mb for all of the updates. the apps.cmd has installs directx9b, WMP9, Movie maker 2, .NET 1.1, Windows messenger 4.7 and Journal viewer + qfecheck.exe. setlocal set PATHTOFIXES=.\apps @echo off ECHO Installing .NET Framework v1.1 start /wait %PATHTOFIXES%\dotnetfx.exe /Q:A /c:"install /q" ECHO Installing Microsoft Journal Viewer start /wait %PATHTOFIXES%\Journal\Journal.msi /QB ECHO Installing Microsoft Directx 9.0b start /wait %PATHTOFIXES%\DirectX9b\dxsetup.exe /opk ECHO Installing 282784 Qfecheck.exe Verifies Hotfixes... start /wait %PATHTOFIXES%\Q282784_WXP_SP1_x86_ENU /Z /Q ECHO Installing Windows Messenger 4.7 start /wait %PATHTOFIXES%\MMSSETUP.EXE /Q:A /R:N ECHO Installing Movie Maker v2 start /wait %PATHTOFIXES%\Movie_Maker_v2_XP_setup.exe /Q:A /R:N ECHO Installing Windows Media Player 9 Series start /wait %PATHTOFIXES%\MPSetupXP.exe /Q:A /R:N @echo on critical.cmd setlocal set PATHTOFIXES=.\critical @echo off ECHO Installing Q329170 Flaw in SMB Signing... start /wait %PATHTOFIXES%\Q329170_WXP_SP2_EN.exe /Z /Q ECHO Installing Q331953 Flaw in RPC Endpoint Mapper... start /wait %PATHTOFIXES%\Q331953_WXP_en.exe /Z /Q ECHO Installing Q810577 Unchecked Buffer in Windows Redirector... start /wait %PATHTOFIXES%\Q810577_WXP_en.exe /Z /Q ECHO Installing Q810833 Unchecked Buffer in the Locator Service... start /wait %PATHTOFIXES%\Q810833_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q811493 Buffer Overrun in Windows Kernel Message... start /wait %PATHTOFIXES%\Q811493_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q817606 Buffer Overrun in Windows... start /wait %PATHTOFIXES%\Q817606_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing 821557 An Unchecked Buffer in the Windows Shell... start /wait %PATHTOFIXES%\WindowsXP-KB821557-x86-ENU.exe /Z /Q ECHO Installing 823559 Buffer Overrun in the HTML Converter... start /wait %PATHTOFIXES%\WindowsXP-KB823559-x86-ENU.exe /Z /Q ECHO Installing 823980 Buffer Overrun in RPC... start /wait %PATHTOFIXES%\WindowsXP-KB823980-x86-ENU.exe /Z /Q ECHO Installing 824105 Flaw in NetBIOS... start /wait %PATHTOFIXES%\WindowsXP-KB824105-x86-ENU.exe /Z /Q ECHO Installing 824146 A Buffer Overrun in RPCSS... start /wait %PATHTOFIXES%\WindowsXP-KB824146-x86-ENU.exe /Z /Q ECHO Installing 814078 JScript 5.6 Security Patch ... start /wait %PATHTOFIXES%\js56nen.exe /Q:A /R:N ECHO Installing Q323255 Unchecked Buffer in Windows Help... start /wait %PATHTOFIXES%\Q323255_X86_EN.exe /Z /Q ECHO Installing Q328310 Flaw in Windows WM_TIMER... start /wait %PATHTOFIXES%\Q328310_WXP_SP2_en.exe /Z /Q ECHO Installing Q329048 Unchecked Buffer in File Decompression... start /wait %PATHTOFIXES%\Q329048_xp.exe /Z /Q ECHO Installing Q329115 Certificate Validation Flaw... start /wait %PATHTOFIXES%\Q329115_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q329390 Unchecked Buffer in Windows Shell... start /wait %PATHTOFIXES%\Q329390_WXP.exe /Z /Q ECHO Installing Q329441 You Cannot Create a Network Connection... start /wait %PATHTOFIXES%\WindowsXP-KB329441-x86-ENU.exe /Z /Q ECHO Installing Q329834 Unchecked Buffer in PPTP Implementation... start /wait %PATHTOFIXES%\Q329834_WXP_SP2_en.exe /Z /Q ECHO Installing Q810565 Hyperlinks Open in IE .. start /wait %PATHTOFIXES%\Q810565_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q814033 Cannot Install Driver Updates... start /wait %PATHTOFIXES%\Q814033_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q815021 Unchecked Buffer in Windows Component... start /wait %PATHTOFIXES%\Q815021_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Microsoft JavaVM - Build 3810. start /wait %PATHTOFIXES%\msjavwu.exe /Q:A /R:N ECHO Installing Q817287 Windows Update 643 Error... start /wait %PATHTOFIXES%\Q817287.EXE /Q:A /R:N ECHO Installing 819639 A Flaw in Windows Media Player... start /wait %PATHTOFIXES%\WindowsMedia9-KB819639-x86-ENU.exe /Q:A /R:N ECHO Installing Q823718 Security Update for Microsoft Data Access Components. start /wait %PATHTOFIXES%\Q823718_MDAC_SecurityPatch.exe /C:"dahotfix.exe /q /n" /q ECHO Installing 828026 Windows Media Player URL Script... start /wait %PATHTOFIXES%\WindowsMedia-KB828026-x86-ENU /Z /Q ECHO Installing April 2003, Cumulative Patch for OE6. start /wait %PATHTOFIXES%\q330994.exe /Q:A /R:N ECHO Installing October 2003, Cumulative Patch for IE6... start /wait %PATHTOFIXES%\q828750 /Q:A /R:N @echo on recommended.cmd setlocal set PATHTOFIXES=.\recommended @echo off ECHO Installing 282010 Updated Version of Microsoft Jet 4.0... start /wait %PATHTOFIXES%\WindowsXP-KB282010-x86-ENU /Z /Q ECHO Installing 820291 New "Set Program Access and... start /wait %PATHTOFIXES%\WindowsXP-KB820291-x86-ENU.exe /Z /Q ECHO Installing 822603 ...USB 1_1 and 2_0 Update start /wait %PATHTOFIXES%\WindowsXP-KB822603-x86-ENU /Z /Q ECHO Installing 817778 Advanced Networking Pack for Windows XP start /wait %PATHTOFIXES%\WindowsXP-KB817778-x86-ENU.exe /Z /Q ECHO Installing Q322011 You Cannot Preview a Fax in... start /wait %PATHTOFIXES%\Q322011_WXP.exe /Z /Q ECHO Installing 814995 Program Compatibility Fixes... start /wait %PATHTOFIXES%\Q814995_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q327405 Windows XP Documentation Update... start /wait %PATHTOFIXES%\hu1002_pro.exe /Q:A /R:N ECHO Installing Q327979 Game Stops Responding... start /wait %PATHTOFIXES%\Q327979_WXP_SP2_x86_ENU.exe /Z /Q ECHO Installing Q810243 DirectShow Playback Support... start /wait %PATHTOFIXES%\Q810243_WXP_SP2.exe /Z /Q ECHO Installing 821253 Update For Windows Error Reporting start /wait %PATHTOFIXES%\WindowsXP-KB821253-x86-ENU.exe /Z /Q @echo on The only thing that im not sure about is if you can use the set commands if you are going to run these files in the [GUIRUNONCE] part of the winnt.sif. The apps.cmd needs to be run first. then critical.cmd then recommended.cmd as they each update programs/files in the batch file before them apart from apps.cmd You can download all of these updates from http://v4.windowsupdate.microsoft.com/en/default.asp