Jump to content

IcemanND

Patron
  • Posts

    3,252
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by IcemanND

  1. ATI SMBus controller I believe, try ATI.com. some system specs might help us track it down for you.
  2. Using only the WINNT>SIF file, no. You have to boot to either PE or dos and partition the disk first, and format the 2nd partition on, if needed during setup, in order to have multiple partitions.
  3. You need a new CMOS battery and then need to reset the system date and time.
  4. What part of it didn't work? Any errors?
  5. What did you use to download? IE, FF, other?
  6. Norton Ghost Solution Suite 2 now includes a Recovery Kit to do this.
  7. Where's the onboard computer and flip out screen? What kind of computer geek are you anyway? Just an iPod hook up?! Oh, for the days of sporty cars again, instead of family practical.
  8. Save yourself some cd/dvd and use either rewritable media or test the iso in a VM. Other than that try doing one thing at a time and testing. So just add the updates to your cd and test it, then add updates and Driverpacks and test. Could be any one of the things you are doing, or some combination of them. Another thing you could check is to look at the setupapi.log file in the windows directory for errors.
  9. if you use an automatically assigned address does NSLOOKUP return the proper values when looking up the machine name and the IP address? Could be something with your DHCP/DNS server. Could also have to do with routing tables on routers between buildings.
  10. You will have either to mount the drive manually to the machines, or create a login script to map the drive.
  11. If he has his router set up to allow the sharing ports to be forwarded then yes.
  12. just to clarify it should be $OEM$\$1 not OEM\$1, it should reside at the same level as the i386 directory, not inside it, and you need to add OemPreinstall=Yes to the [unattended] section of your winnt.sif answer file.
  13. FF 2.0.0.4. Just llok at it in IE6, works much better there.
  14. Looks nice, much better than the original. Two things I noticed, the scrolling marquee on the home page either need to be longer, or needs to continuously scroll rather then reset to the beginning when the end is reached. And the slideshow brought up a missing link, this may have been due to the site being worked on but I thought I would mention it.
  15. dos it work with the Floppy metho if you do not have an answer file on your cd? Are you certain the floppy you have actually works? What SATA controller are you trying to install to?
  16. so you want a way to rename a folder of text files to the first line contained in the text file? how about a vbscript to do that: Const ForReading = 1 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile("C:\Scripts\Log.txt", ForReading) strCharacters = objFile.Readline objFile.Close strNewName = "C:\Scripts\" & strCharacters & ".txt" objFSO.MoveFile "C:\Scripts\Log.txt", strNewName
  17. why not use the integrate switch and let the patch integrate itself into your source.
  18. This might explain why I had to purge all private data from FF last night in order to login.
  19. it also depends upon your network configuration. We need a little more information. suggestions: Disable any unneeded accounts. assign strong password to all enabled accounts. any firewall which blocks non-requested incoming connections will work, if this is your home network get a router and set it up to be a NAT, don't put your machine in the DMZ. Virusscan is personal choice, just keep it updated. Turn off unneeded services. Turn off file and print sharing. Turn off simple file sharing. Check out available security settings for local group policies and enable those which don't inhibit your use. Keep up with windows updates and other software updates. Run security/auditing check tools like those from cisecurity.com
  20. are you wanting to run this manually yourself from a boot menu?
  21. 1. I don't see that there was ever a "Mummy Returns" PC game, found it for almost every gaming console around but not for the PC. 2. Don't ask for warez. If I had found it you would have gotten a link to purchase it. 3. closed.
  22. What HAL is in your base image? Does the M52 have the TPM security chip? Which prcessor is in your M52? SATA or PATA drive?
  23. you need to format the REG file correctly. It should start with this line: Windows Registry Editor Version 5.00
  24. WOW! Gosh comes back and then GreenMachine shows up and throws him a bone. What next?
  25. That will show you what files connected users have open and in use but will not show all of the files in use by the os and applications.
×
×
  • Create New...