
jbm
MemberContent Type
Profiles
Forums
Events
Everything posted by jbm
-
As far as I can see Intel doesn't have a 3.2Gnz CPU that supports HT and EM64T. There is an extreme edition cpu that supports both, but its clock speed is 3.73Ghz. The pentium D's only support EM64T
-
Change msnexplr=off to msnexplr=on or remove it
-
You should ask about that in the WPI forum. I've never used it. But from your post I'm guessing that you can tell it that some installs depend on others and it will install them first. So I'm assuming the answer to your question is yes. But check in the WPI forum.
-
No, XP64 won't install on a system with a 32bit CPU.
-
I haven't used with WPI or lime wire. You could try using shutdown.exe to reboot part way thru installation. and install java in the first part and lime wire in the second part. Just use shutdown.exe -r -t seconds. But I don't know if that would work with WPI or not. I've done it with batch files and runonceex.
-
It's Vmware, it doesn't emulate all the hardware on you PC so MCE doesn't find any supporting hardware. Vmware or virtualPC are good for testing software installations But any testing that depends on the correct hardware needs to be done on your real PC
-
how can I use cmd file after restart?
jbm replied to CompMaster's topic in Unattended Windows 2000/XP/2003
this is a page from the unattended guide that explains about runonceex http://unattended.msfn.org/intermediate/me...s/runonceex.htm -
what do i need to write in order to install avast?
jbm replied to CompMaster's topic in Unattended Windows 2000/XP/2003
This is what I have in my runonceex.cmd file REG ADD %KEY%\025 /VE /D "Avast 4.0 AntiVirus" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\Install\avast\avastengpro.exe /SP - /VERYSILENT /NORESTART" /f -
Did you download the nforce3 drivers instead of the nforce4 ones? I use that method on an nforce3 board and it works for me. And if your using raid you need to integrate nvraid all so.
-
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /t REG_SZ /d "%user%" /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_SZ /d "1" /f
-
Has anyone replaced a SATA I drive with a SATA II drive and got a faster transfer rate? According to this article http://www.anandtech.com/storage/showdoc.aspx?i=2450 SATA II doesn't mean the drive supports 3GB transfer rates.
-
I didn't see your first post but have you read the unattended guide http://unattended.msfn.org/index.htm You can place the .cmd under $OEM$\$$\system32 or just $OEM$\$$ which is the windows directory. just use the correct path when you call it.
-
No, I think there's only one or two, but I don't remember which ones.
-
Doing stuff after taskbar + desktop have loaded
jbm replied to dennis123123's topic in Unattended Windows 2000/XP/2003
Just what are you trying to accomplish? I tested this with a Autoit script called by the startup.cmd that changes the taskbar to double wide and enables quick launch. But you can enable quick launch using reg files and you don't have to run them after the taskbar appears. -
Doing stuff after taskbar + desktop have loaded
jbm replied to dennis123123's topic in Unattended Windows 2000/XP/2003
If I under stand right I thought the problem was he wants the .cmd file or whatever to run after the taskbar appears. -
If you talking about the microsoft games free cell etc. then start Add and remove programs. Click on Add and remove windows components then Accessories and utilities.
-
There'ss a stick at the top of this forum called 'a new CD switching utility' is that what you need?
-
Doing stuff after taskbar + desktop have loaded
jbm replied to dennis123123's topic in Unattended Windows 2000/XP/2003
There was a big error in my copycmd.cmd change it to either xcopy /Y startup.cmd "%ALLUSERSPROFILE%\Start Menu\Programs\Startup\" or xcopy /Y startup.cmd "%USERPROFILE%\Start Menu\Programs\Startup\" -
I believe your correct. I update my cd source using the /integrate switch and use a bat file called from runonceex for those that don't support it. I install MP10 at the last part of runonceex. When i visit the windows update it shows I'm up todate.
-
Doing stuff after taskbar + desktop have loaded
jbm replied to dennis123123's topic in Unattended Windows 2000/XP/2003
one way to do it would be to use detachedprogram in winnt.sif. Put your copycmd.cmd and startup.cmd in the i386 folder on the CD. the 1 after the 3_ tells setup to copy the file to the windows dir. You can change that if needed, just check in the txtsetup.sif. but it has to be a sub of the windows dir. edit txtsetup.sif [SourceDisksFiles] bootvid.dll = 1,,,,,,3_,2,0,0,,1,2 copycmd.cmd = 1,,,,,,3_,1,0,0,,1,2 startup.cmd = 1,,,,,,3_,1,0,0,,1,2 Add this to your winnt.sif file. [GuiUnattended] DetachedProgram="%windir%\copycmd.cmd" copycmd.cmd xcopy /Y startup.cmd "%SystemDrive%Documents and Settings\All Users\Start\startu Menu\Programs\Startup\" copycmd.cmd will be run at t39 during setup. -
I'd guess it some other program you have running on startup that's incompatible with it. I'd disable all your startup programs with msconfig, if the problem goes away. Enable each one, one at atime until the problem returns. I've found if I play the game Halo and don't make it to the ship on the last level so that the halo blows up. halo throws an exception and kick my out of the game. If I disable Microsofts antispyware it works.
-
Thats a good link too, I just like to do it my self without using anyone else's special packs. I find I learn more that way.
-
Read this thread http://www.msfn.org/board/index.php?showto...hl=netframework And id you search on netframework you'll get alot more info.
-
Glad you got it working
-
I guess it doesn't exactlly tell you too, but these lines in txtsetup.sif are telling setup to copy these files from the AMD64 folder on your cd to winddows\system32\drivers on your drive. Also the first post references Green Machines page which does tell you to copy the files. But green machines is for 32bit xp so you have to make some adjustments for 64but xp. like using amd64 inplace of i386. [SourceDisksFiles] nvatax64.sys = 1,,,,,,3_,4,1 nvrdx64.sys = 1,,,,,,3_,4,1