Jump to content

metalguy90

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by metalguy90

  1. All the laptops we have here at work are IBM laptops that contain serial information found in the BIOS. *thanks to a lot of help & documentation found on this site* I have successfully created an unattended CD that is shared amongst our Network Admins. We have agreed on a standard convention for naming computers (which contains the model of the laptop, the serial and whether it is a workstation or server) So a computer name could look something like this: WS-R40-AKY7883 (Workstation-Model-Serial) This information can be found in the BIOS (the model and serial number). In my unattended CD, it joins the computer to the domain, but it is always the same computer name specified in the winnt.sif file (i think thats the file). Is there a way i can take the BIOS information, and use that as a computer name while joining the domain? or at least, during the application install part of my unattended CD, take the serial & model from the BIOS and rename the computer name with the same BIOS info (but using VB script or something)?
  2. still didnt work.... :S any other suggestions are welcomed!
  3. i have been trying to install Device drivers for a series of IBM R51 laptops that I have ..... i have placed the 2 sets of drivers i want to install (1 for the ethernet card, and 1 for the wireless). I have placed the files in the following directory D:\I386\$OEM$\$1\DRIVERS\R51\NETWORK D:\I386\$OEM$\$1\DRIVERS\R51\WIRELESS (D:\ being the drive of my CD) i have tried many different combinations to get this to work (remove the quotes from the statement, include the quotes, tried under different folders, etc.. etc...) what is it that i am doing wrong? do i need DriverSigningPolicy=Ignore before OemPnPDriversPath? do i need NonDriverSigningPolicy=Ignore? please help! I have spent all day working on this!?!?!?!?!? :S here is my WINNT.SIF file:
×
×
  • Create New...