Jump to content

Search the Community

Showing results for tags 'Drivers'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

  1. EDIT: I suppose I'm trying to understand two things, is it 'normal' to get a few hundred pagefaults when loading up programs? The other part would be to understand if getting ~100k ISR count for hal.dll a minute is normal. I use a Wireless N USB adapter in the front of my case in a USB 3.0 slot for the internet. When this is disabled I still get pagefaults but the Latencymon report comes back fine with no high reports of latency although the ISR counts are roughly the same. It is currently my only means of internet in a 3 story building. I also just want to add performance wise my PC seems entirely stable. I replaced the HDD this week and that seemed to be the huge cause of any problems, but since numbers wise everything in LatencyMon looks the same I just want to make sure there isnt anything else wrong with my machine currently. I previously had a machine with nasty pagefaults where the main culprit was my HDD was actually failing. I received a new SSD this week and reinstalled Windows 7, since then things have been insanely faster. I went from very low settings in multiple games with hiccups to max settings. It's really depressing how long the bad HDD had been bottlenecking my performance and I was in denial. ANYWAYS, Latencymon posted below as well as an xperf going to be pasted. Would love any help on where to look next, I've installed all drivers I could think of. SSD has been updated to most recent firmware, Intel Speed Tech has been disabled in BIOS and the bios is up to date (Sabertooth p67 3602 version). High Performance has been selected in Windows as well. XPERF: https://drive.google.com/file/d/0B597DIrOwkw0UHF2THlQaGlESk0/view?usp=sharing
  2. Hello, (I am sorry if I've posted this in the wrong place, if so please direct me to somewhere more appropriate thank you!) I used sysprep to create a Windows XP SP3 image for deployment that includes mass storage drivers added with the [MassStorage] section in my sysprep.inf file (see below for complete sysprep.inf contents). The mass storage drivers were collected mainly from here, plus some extra downloads directly from Intel and other sites for even more AHCI/SATA support (basically the entire mass storage collection was manually put together). I also use the [GuiRunOnce] section to run the DriverPacks.net installation to set up drivers for all other devices as the final step during deployment. I tested this image on several systems and it seemed to work well. However, over the past week I have been trying to get this image to boot on a system with an ASUS M2A-VM/TWPC/SI motherboard, which uses the ATI SB600 RAID/AHCI Controller. I was surprised that after restoring the image, Windows XP can’t boot past the Windows logo screen, and keeps rebooting. Based on past experience I assumed this is because I neglected to include the correct SATA drivers. So I went to the ASUS support website to download their “ATI SB600 RAID/AHCI Controller Driver for Windows XP & 64bit XP & 32bit/64bit Vista.(WHQL)” driver specifically for this motherboard and added it to my sysprep.inf’s [MassStorage] section (I was indeed missing these drivers), but the system still reboots repeatedly. So I investigated further by first deploying a Windows 7 image onto the computer to look at the Device Manager’s “IDE ATA/ATAPI controllers” for clues. Surprisingly, the section only showed the following items: ATA Channel 0, ATA Channel 0, ATA Channel 1, ATA Channel 1, ATA Channel 2, ATA Channel 3, Standard AHCI 1.0 serial ATA controller, Standard dual channel PCI IDE controller. In other words, there is nothing specific to the ATI SB600 RAID/AHCI controller that is supposedly on my motherboard (I did check, the hard drive is connected to SATA port 1 on the board). Next, I used SaveHWIDS.exe provided on the DriverPacks.net forums to generate a list of HWIDs for the computer in question, and here is what I got. As you can see, the two HWIDs that look relevant are “PCI\VEN_1002&DEV_4380&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&90” and “PCI\VEN_1002&DEV_438C&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&A1”. Turns out that the second HWID was not part of the .infs that came with the SB600 drivers I downloaded. After searching for a long time, I found a driver that has said HWID in its .inf (here). But even after including this driver when sysprepping, the deployment still fails. Lastly, I tried to set the SATA controller to both IDE and AHCI mode in my board’s BIOS, but neither one worked. Another strange thing is that I have a many years old Windows XP SP3 sysprepped image made by someone else that deploys and boots perfectly on this computer, so I know that it is possible to successfully make such an image, I just don’t know what’s wrong with the one I made… At this point I am wondering (1) why does the ATI SB600 SATA controller (regardless of whether it is set to IDE or AHCI mode in BIOS) show up with such a generic name in Windows 7 device manager, (2) is this still a mass storage driver problem? What else can I try? I am sorry if I am missing something obvious (I’ve already checked this post), if so please let me know what. Thank you very much in advance for your help! P.S. I realise DriverPacks.net includes a Mass Storage DriverPack for Windows XP, but according to their forums, (1) bigfoot: “Not all the drivers in the mass storage pack are sysprep compatible, some aren't even xp compatible”, (2) OverFlow: “Galapo's OffLine SysPrep is the preferred and by far the best method to add DriverPack MassStorage”, ”Galapo uses the output of my BartPE Plugin for slipstreaming the mass drivers… In this way only the platform appropriate drivers are selected and used... instead of the entire pack“. However, I haven’t been able to sysprep the DriverPacks Mass Storage drivers, due to the problems I describe here. If you can help with this problem I’d appreciate it, too!! P.S.2 Yes, I am certainly aware that Windows XP is no longer supported, but am forced to reluctantly prepare this image because my organization’s bureaucracy requires it to support legacy applications. Sigh. P.S.3 Here is the SaveHWIDS output in case the above pastebin link stops working: ===========PCI Devices===========PCI\VEN_1002&DEV_4387&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&98 : Standard OpenHCD USB Host ControllerPCI\VEN_1002&DEV_7917&SUBSYS_826D1043&REV_00\3&2ACF1E9&0&38 : Matrox Extio PCI Standard PCI-to-PCI BridgePCI\VEN_1002&DEV_4388&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&99 : Standard OpenHCD USB Host ControllerPCI\VEN_1002&DEV_791E&SUBSYS_826D1043&REV_00\4&21D5B628&0&2808: ATI Radeon X1200 Series (Microsoft Corporation - WDDM)PCI\VEN_1002&DEV_4389&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&9A : Standard OpenHCD USB Host ControllerPCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2ACF1E9&0&C0 : AMD HyperTransport(tm) ConfigurationPCI\VEN_1002&DEV_438A&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&9B : Standard OpenHCD USB Host ControllerPCI\VEN_1002&DEV_4380&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&90 : PCI IDEPCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2ACF1E9&0&C1 : AMD Address Map ConfigurationPCI\VEN_1002&DEV_438B&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&9C : Standard OpenHCD USB Host ControllerPCI\VEN_1002&DEV_4383&SUBSYS_82491043&REV_00\3&2ACF1E9&0&A2 : High Definition AudioPCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2ACF1E9&0&C2 : AMD DRAM and HyperTransport(tm) Trace Mode ConfigurationPCI\VEN_1002&DEV_438C&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&A1 : PCI IDEPCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_00\3&2ACF1E9&0&A4 : ATI I/O Communications Processor PCI Bus ControllerPCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2ACF1E9&0&C3 : AMD Miscellaneous ConfigurationPCI\VEN_1002&DEV_438D&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&A3 : ATI I/O Communications Processor LPC ControllerPCI\VEN_1002&DEV_4385&SUBSYS_81EF1043&REV_14\3&2ACF1E9&0&A0 : AMD SMBusPCI\VEN_10EC&DEV_8168&SUBSYS_81AA1043&REV_01\4&350D024A&0&0038: Realtek PCIe GBE Family ControllerPCI\VEN_1002&DEV_7910&SUBSYS_826D1043&REV_00\3&2ACF1E9&0&00 : PCI standard host CPU bridgePCI\VEN_1002&DEV_4386&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&9D : Standard Enhanced PCI to USB Host ControllerPCI\VEN_1002&DEV_7912&SUBSYS_79121002&REV_00\3&2ACF1E9&0&08 : Matrox Extio PCI Standard PCI-to-PCI Bridge21 matching device(s) found. ===========USB Devices===========USB\ROOT_HUB\4&16BAF5D7&0 : USB Root HubUSB\ROOT_HUB\4&190C42E8&0 : USB Root HubUSB\ROOT_HUB\4&1F494C3B&0 : USB Root HubUSB\ROOT_HUB\4&1F755A0C&0 : USB Root HubUSB\ROOT_HUB\4&30FF82C3&0 : USB Root HubUSB\ROOT_HUB20\4&3754810F&0 : USB Root HubUSB\VID_0461&PID_4E2A\5&2D71B8F4&0&2 : USBUSB\VID_8564&PID_1000\25D4PIVDJLAIPD6R : USB Mass Storage DeviceUSBSTOR\DISK&VEN_JETFLASH&PROD_TRANSCEND_8GB&REV_1100\25D4PIVDJLAIPD6R&0: JetFlash Transcend 8GB USB Device9 matching device(s) found. =============Input Devices=============HID\VID_0461&PID_4E2A\6&27F35354&0&0000 : HID-compliant mouse1 matching device(s) found. ============ACPI Devices============ACPI\PNP0A03\2&DABA3FF&3 : PCI busACPI\PNP0B00\4&2C9A16C&0 : CMOS/ACPI\PNP0C01\2&DABA3FF&3 :ACPI\PNP0C02\1 :ACPI\PNP0C02\2 :ACPI\ATK0110\1010110 : ATK0110 ACPI UTILITYACPI\PNP0C02\4 :ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_95_-_AMD_SEMPRON(TM)_PROCESSOR_3400+\_0: AMD Sempron(tm) Processor 3400+ACPI\PNP0C04\4&2C9A16C&0 :ROOT\ACPI_HAL\0000 : ACPI x86-based PCACPI\PNP0C0B\2&DABA3FF&3 : ACPI FanACPI\PNP0C0C\2&DABA3FF&3 : ACPI Power ButtonACPI\AWY0001\2&DABA3FF&3ACPI\THERMALZONE\THRM : ACPI Thermal ZoneACPI_HAL\PNP0C08\0 : Microsoft ACPI-Compliant SystemACPI\FIXEDBUTTON\2&DABA3FF&3 : ACPI Fixed Feature ButtonACPI\PNP0000\4&2C9A16C&0 :ACPI\PNP0100\4&2C9A16C&0 :ACPI\PNP0103\4&2C9A16C&0 : High Precision Event TimerACPI\PNP0200\4&2C9A16C&0 :ACPI\PNP0303\3&2ACF1E9&0 : PS/2ACPI\PNP0400\1 : (LPT1)ACPI\PNP0501\1 : (COM1)ACPI\PNP0700\3&2ACF1E9&0 :ACPI\PNP0800\4&2C9A16C&0 :25 matching device(s) found. ============ HDA Audio============HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_10438232&REV_1000\4&399EBDEC&0&0001: Realtek High Definition Audio1 matching device(s) found. ============RAID Devices============PCI\VEN_1002&DEV_4380&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&90 Name: Hardware ID's: PCI\VEN_1002&DEV_4380&SUBSYS_81EF1043&REV_00 PCI\VEN_1002&DEV_4380&SUBSYS_81EF1043 PCI\VEN_1002&DEV_4380&CC_01018F PCI\VEN_1002&DEV_4380&CC_0101 Compatible ID's: PCI\VEN_1002&DEV_4380&REV_00 PCI\VEN_1002&DEV_4380 PCI\VEN_1002&CC_01018F PCI\VEN_1002&CC_0101 PCI\VEN_1002 PCI\CC_01018F PCI\CC_0101PCI\VEN_1002&DEV_438C&SUBSYS_81EF1043&REV_00\3&2ACF1E9&0&A1 Name: Hardware ID's: PCI\VEN_1002&DEV_438C&SUBSYS_81EF1043&REV_00 PCI\VEN_1002&DEV_438C&SUBSYS_81EF1043 PCI\VEN_1002&DEV_438C&CC_01018A PCI\VEN_1002&DEV_438C&CC_0101 Compatible ID's: PCI\VEN_1002&DEV_438C&REV_00 PCI\VEN_1002&DEV_438C PCI\VEN_1002&CC_01018A PCI\VEN_1002&CC_0101 PCI\VEN_1002 PCI\CC_01018A PCI\CC_01012 matching device(s) found.P.S.4 Here is the sysprep.inf file I am using (with sensitive information removed, please note this version is missing the extra lines to [MassStorage] with the driver for PCI\VEN_1002&DEV_438C&SUBSYS_81EF1043 I mentioned in the post because that file is at work which I don’t have access to at the moment): ;SetupMgrTag[Unattended]UpdateInstalledDrivers=YesDriverSigningPolicy=IgnoreTargetPath=\WINDOWSOemSkipEula=YesKeepPageFile=0UpdateServerProfileDirectory=1[GuiUnattended]EncryptedAdminPassword=NoOEMSkipRegional=1TimeZone=220AdminPassword=AutoLogon=YesAutoLogonCount=1OemSkipWelcome=1[UserData]ComputerName=*ProductKey=[RegionalSettings]LanguageGroup=9[Identification]JoinWorkgroup=WORKGROUP[Networking]InstallDefaultComponents=Yes[SysprepMassStorage]PCI\VEN_8086&DEV_24DF&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver5\iastor.infPCI\VEN_8086&DEV_25B0&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver5\iastor.infPCI\VEN_8086&DEV_2652&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver7\iastor.infPCI\VEN_8086&DEV_2652&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver7\iaahci.infPCI\VEN_8086&DEV_2653&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver7\iaahci.infPCI\VEN_8086&DEV_2682&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver8\iastor.infPCI\VEN_8086&DEV_27C3&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver8\iastor.infPCI\VEN_8086&DEV_27C6&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver8\iastor.infPCI\VEN_8086&DEV_2822&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver8\iastor.infPCI\VEN_8086&DEV_282A&CC_0104=%systemdrive%\sysprep\drivers\MSD\IMver8\iastor.infPCI\VEN_8086&DEV_2681&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_27C1&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_27C5&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_2821&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_2829&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_2922&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_2929&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_3A02&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_3A22&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_3B29&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_3B2F&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_3B22&CC_0106=%systemdrive%\sysprep\drivers\MSD\IMver8\iaahci.infPCI\VEN_8086&DEV_25C0=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25D0=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25D4=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25D8=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E2=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E3=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E4=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E5=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E6=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25E7=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F0=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F1=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F3=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F5=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F6=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F7=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F8=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25F9=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_25FA=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3500=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3501=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3504=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3505=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_350C=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_350D=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3510=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3511=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3514=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3515=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3518=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3519=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_2670=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_269B=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_2690=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_2692=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_2694=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_2696=%systemdrive%\sysprep\drivers\IntelOther\5000XZVP.infPCI\VEN_8086&DEV_3580=%systemdrive%\sysprep\drivers\IntelOther\852.infPCI\VEN_8086&DEV_3584=%systemdrive%\sysprep\drivers\IntelOther\852.infPCI\VEN_8086&DEV_3585=%systemdrive%\sysprep\drivers\IntelOther\852.infPCI\VEN_8086&DEV_3581=%systemdrive%\sysprep\drivers\IntelOther\852.infPCI\VEN_8086&DEV_3340=%systemdrive%\sysprep\drivers\IntelOther\855.infPCI\VEN_8086&DEV_3341=%systemdrive%\sysprep\drivers\IntelOther\855.infPCI\VEN_8086&DEV_2570=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2571=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2573=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2576=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2578=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2579=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_257B=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_257E=%systemdrive%\sysprep\drivers\IntelOther\865.infPCI\VEN_8086&DEV_2580=%systemdrive%\sysprep\drivers\IntelOther\915.infPCI\VEN_8086&DEV_2581=%systemdrive%\sysprep\drivers\IntelOther\915.infPCI\VEN_8086&DEV_2584=%systemdrive%\sysprep\drivers\IntelOther\915.infPCI\VEN_8086&DEV_2585=%systemdrive%\sysprep\drivers\IntelOther\915.infPCI\VEN_8086&DEV_2590=%systemdrive%\sysprep\drivers\IntelOther\915M.infPCI\VEN_8086&DEV_2591=%systemdrive%\sysprep\drivers\IntelOther\915M.infPCI\VEN_8086&DEV_2770=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_2771=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_2774=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_2775=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_277C=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_277A=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_277D=%systemdrive%\sysprep\drivers\IntelOther\945.infPCI\VEN_8086&DEV_27A0=%systemdrive%\sysprep\drivers\IntelOther\945GM.infPCI\VEN_8086&DEV_27A1=%systemdrive%\sysprep\drivers\IntelOther\945GM.infPCI\VEN_8086&DEV_27AC=%systemdrive%\sysprep\drivers\IntelOther\945GM.infPCI\VEN_8086&DEV_27AD=%systemdrive%\sysprep\drivers\IntelOther\945GM.infPCI\VEN_8086&DEV_2970=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2971=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2980=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2981=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2990=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2991=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_29A0=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_29A1=%systemdrive%\sysprep\drivers\IntelOther\965g.infPCI\VEN_8086&DEV_2A00=%systemdrive%\sysprep\drivers\IntelOther\965m.infPCI\VEN_8086&DEV_2A01=%systemdrive%\sysprep\drivers\IntelOther\965m.infPCI\VEN_8086&DEV_2A10=%systemdrive%\sysprep\drivers\IntelOther\965m.infPCI\VEN_8086&DEV_2A11=%systemdrive%\sysprep\drivers\IntelOther\965m.infPCI\VEN_8086&DEV_244E=%systemdrive%\sysprep\drivers\IntelOther\dmi_pci.infPCI\VEN_8086&DEV_2448=%systemdrive%\sysprep\drivers\IntelOther\dmi_pci.infPCI\VEN_8086&DEV_032C=%systemdrive%\sysprep\drivers\IntelOther\E7220.infPCI\VEN_8086&DEV_2588=%systemdrive%\sysprep\drivers\IntelOther\E7220.infPCI\VEN_8086&DEV_2589=%systemdrive%\sysprep\drivers\IntelOther\E7220.infPCI\VEN_8086&DEV_2778=%systemdrive%\sysprep\drivers\IntelOther\E7230.infPCI\VEN_8086&DEV_2779=%systemdrive%\sysprep\drivers\IntelOther\E7230.infPCI\VEN_8086&DEV_3590=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3591=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3592=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3593=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3594=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3595=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3596=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3597=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3598=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_3599=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_359A=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_359B=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_359E=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0326=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0327=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0329=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_032A=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0330=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0331=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0332=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0333=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0334=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0370=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0371=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0372=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0373=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_0374=%systemdrive%\sysprep\drivers\IntelOther\E7520.infPCI\VEN_8086&DEV_2600=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2601=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2602=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2603=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2604=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2605=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2606=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2607=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2608=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2609=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_260A=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_260C=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2610=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2611=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2612=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2613=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2614=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2615=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2617=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2618=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2619=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_261A=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_261B=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_261C=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_261D=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_261E=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2620=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2621=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2622=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2623=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2624=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2625=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2626=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2627=%systemdrive%\sysprep\drivers\IntelOther\E8500.infPCI\VEN_8086&DEV_2680=%systemdrive%\sysprep\drivers\IntelOther\ESB2ide.infPCI\VEN_8086&DEV_269E=%systemdrive%\sysprep\drivers\IntelOther\ESB2ide.infPCI\VEN_8086&DEV_2688=%systemdrive%\sysprep\drivers\IntelOther\ESB2usb.infPCI\VEN_8086&DEV_2689=%systemdrive%\sysprep\drivers\IntelOther\ESB2usb.infPCI\VEN_8086&DEV_268A=%systemdrive%\sysprep\drivers\IntelOther\ESB2usb.infPCI\VEN_8086&DEV_268B=%systemdrive%\sysprep\drivers\IntelOther\ESB2usb.infPCI\VEN_8086&DEV_268C=%systemdrive%\sysprep\drivers\IntelOther\ESB2usb.infPCI\VEN_8086&DEV_29B0=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29B1=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29C0=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29C1=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29D0=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29D1=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29E0=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29E1=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29E9=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29F0=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29F1=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_29F9=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_8002=%systemdrive%\sysprep\drivers\IntelOther\g33q35.infPCI\VEN_8086&DEV_24D0=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_24DC=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_24D3=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_25A1=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_25A4=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_25AB=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_25AE=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_25AC=%systemdrive%\sysprep\drivers\IntelOther\ich5core.infPCI\VEN_8086&DEV_24D1=%systemdrive%\sysprep\drivers\IntelOther\ich5ide.infPCI\VEN_8086&DEV_24DB=%systemdrive%\sysprep\drivers\IntelOther\ich5ide.infPCI\VEN_8086&DEV_25A2=%systemdrive%\sysprep\drivers\IntelOther\ich5ide.infPCI\VEN_8086&DEV_25A3=%systemdrive%\sysprep\drivers\IntelOther\ich5ide.infPCI\VEN_8086&DEV_24D2=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_24D4=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_24D7=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_24DE=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_24DD=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_25A9=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_25AA=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_25AD=%systemdrive%\sysprep\drivers\IntelOther\ich5usb.infPCI\VEN_8086&DEV_2640=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2641=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2642=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_266A=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2660=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2662=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2664=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2666=%systemdrive%\sysprep\drivers\IntelOther\ich6core.infPCI\VEN_8086&DEV_2651&CC_0101=%systemdrive%\sysprep\drivers\IntelOther\ich6ide.infPCI\VEN_8086&DEV_2652&CC_0101=%systemdrive%\sysprep\drivers\IntelOther\ich6ide.infPCI\VEN_8086&DEV_2653&CC_0101=%systemdrive%\sysprep\drivers\IntelOther\ich6ide.infPCI\VEN_8086&DEV_266F=%systemdrive%\sysprep\drivers\IntelOther\ich6ide.infPCI\VEN_8086&DEV_2658=%systemdrive%\sysprep\drivers\IntelOther\ich6usb.infPCI\VEN_8086&DEV_2659=%systemdrive%\sysprep\drivers\IntelOther\ich6usb.infPCI\VEN_8086&DEV_265A=%systemdrive%\sysprep\drivers\IntelOther\ich6usb.infPCI\VEN_8086&DEV_265B=%systemdrive%\sysprep\drivers\IntelOther\ich6usb.infPCI\VEN_8086&DEV_265C=%systemdrive%\sysprep\drivers\IntelOther\ich6usb.infPCI\VEN_8086&DEV_27B0=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27B8=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27B9=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27BD=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27DA=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27D0=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27D2=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27D4=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27D6=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27E0=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27E2=%systemdrive%\sysprep\drivers\IntelOther\ich7core.infPCI\VEN_8086&DEV_27C0=%systemdrive%\sysprep\drivers\IntelOther\ich7ide.infPCI\VEN_8086&DEV_27C4=%systemdrive%\sysprep\drivers\IntelOther\ich7ide.infPCI\VEN_8086&DEV_27DF=%systemdrive%\sysprep\drivers\IntelOther\ich7ide.infPCI\VEN_8086&DEV_27C8=%systemdrive%\sysprep\drivers\IntelOther\ich7usb.infPCI\VEN_8086&DEV_27C9=%systemdrive%\sysprep\drivers\IntelOther\ich7usb.infPCI\VEN_8086&DEV_27CA=%systemdrive%\sysprep\drivers\IntelOther\ich7usb.infPCI\VEN_8086&DEV_27CB=%systemdrive%\sysprep\drivers\IntelOther\ich7usb.infPCI\VEN_8086&DEV_27CC=%systemdrive%\sysprep\drivers\IntelOther\ich7usb.infPCI\VEN_8086&DEV_2810=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2811=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2812=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2814=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2815=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_283F=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2841=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2843=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2845=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2847=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2849=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_284F=%systemdrive%\sysprep\drivers\IntelOther\ich8core.infPCI\VEN_8086&DEV_2820=%systemdrive%\sysprep\drivers\IntelOther\ich8ide.infPCI\VEN_8086&DEV_2825=%systemdrive%\sysprep\drivers\IntelOther\ich8ide.infPCI\VEN_8086&DEV_2828=%systemdrive%\sysprep\drivers\IntelOther\ich8ide.infPCI\VEN_8086&DEV_2850=%systemdrive%\sysprep\drivers\IntelOther\ich8ide.infPCI\VEN_8086&DEV_283E=%systemdrive%\sysprep\drivers\IntelOther\ich8smb.infPCI\VEN_8086&DEV_2830=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2831=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2832=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2834=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2835=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2836=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_283A=%systemdrive%\sysprep\drivers\IntelOther\ich8usb.infPCI\VEN_8086&DEV_2910=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2911=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2912=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2913=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2914=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2915=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2916=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2918=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2940=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2942=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2944=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2946=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2948=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_294A=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2932=%systemdrive%\sysprep\drivers\IntelOther\ich9core.infPCI\VEN_8086&DEV_2920=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_2921=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_2926=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_2928=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_292D=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_292E=%systemdrive%\sysprep\drivers\IntelOther\ich9ide.infPCI\VEN_8086&DEV_2930=%systemdrive%\sysprep\drivers\IntelOther\ich9smb.infPCI\VEN_8086&DEV_2934=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_2935=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_2936=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_2937=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_2938=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_2939=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_293A=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_293C=%systemdrive%\sysprep\drivers\IntelOther\ich9usb.infPCI\VEN_8086&DEV_537C=%systemdrive%\sysprep\drivers\IntelOther\ichXdev.infPCI\VEN_8086&DEV_2824&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_2923&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_3A03&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_3A23&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_1C02&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_1C03&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_1D02&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_1E02&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_1E03&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_8C02&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_8C03&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_9C02&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_9C03&CC_0106=%systemdrive%\sysprep\drivers\Intel_Fernando\iaAHCI.infPCI\VEN_8086&DEV_2826&CC_0104=%systemdrive%\sysprep\drivers\Intel_Fernando\iaStor.infPCI\VEN_10DE&DEV_0065=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0085=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_008E&REV_A2=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_008E&REV_A3=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_A2=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_F2=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_A4=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_F4=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_A5=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_F5=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_A6=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00D5&REV_F6=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00E5=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00EE=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_00E3=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0035&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0036&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_003E&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0053&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0054&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0055&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0265&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0266&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0267&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_036E&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_036F&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_037E&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_037F&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_03E6&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_03EC&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_03E7&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_03F6&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_03F7&CC_0101=%systemdrive%\sysprep\drivers\Nvidia\nForce_LEGACY_drivers_Fernando\nvatabus.infPCI\VEN_10DE&DEV_0266&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0267&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_036F&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_037E&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_037F&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_03E7&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_03F6&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_03F7&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_044C&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0558&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0559&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_055A&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_07B9&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_07F8&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_07F9&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_07FA&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_07FB&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0AD8&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0AD9&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0ABC&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0ABD&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_Fernando\nvrd32.infPCI\VEN_10DE&DEV_0054&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0055&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0266&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0267&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_037F&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_03F6&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_044C&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0558&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_07F8&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0AD9&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0AD8&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0ABD&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_10DE&DEV_0ABC&CC_0104=%systemdrive%\sysprep\drivers\Nvidia\nForce_SATARAID_drivers_WHQL\nvrd32.infPCI\VEN_1002&DEV_4392&CC_0104=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_43921002=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_1459103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2A8E103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2A92103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2A97103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2A7F103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AA8103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AA9103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AAA103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AAC103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AAD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AAE103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AAF103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AB1103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AB7103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ABA103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ABC103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ABD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AC4103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AC6103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2AC7103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ACA103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_3047103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_357D103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_3580103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ACD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4392&SUBSYS_2ACF103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&CC_0104=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&SUBSYS_3586103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&SUBSYS_2AC8103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&SUBSYS_357E103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&SUBSYS_2ACD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4393&SUBSYS_2ACF103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&CC_0104=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&SUBSYS_1850103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&SUBSYS_2ACD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&SUBSYS_2ACF103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&SUBSYS_2AE0103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7802&SUBSYS_2AE7103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&CC_0104=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&SUBSYS_1850103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&SUBSYS_2ACD103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&SUBSYS_2ACF103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&SUBSYS_2AE0103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7803&SUBSYS_2AE7103C=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4391&CC_0106=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1002&DEV_4394&CC_0106=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7801&CC_0106=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1022&DEV_7804&CC_0106=%systemdrive%\sysprep\drivers\AMD_SB7xx_SB8xx_Fernando\ahcix86.infPCI\VEN_1B21&DEV_0601=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0602=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0611=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0612=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0614=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0615=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0620=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0621=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0622=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0624=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0625=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0601&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0602&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0611&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0612&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0614&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0615&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0620&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0621&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0622&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0624&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0625&SUBSYS_84B71043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0601&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0602&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0611&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0612&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0614&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0615&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0620&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0621&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0622&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0624&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0625&SUBSYS_858D1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0601&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0602&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0611&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0612&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0614&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0615&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0620&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0621&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0622&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0624&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1B21&DEV_0625&SUBSYS_858E1043=%systemdrive%\sysprep\drivers\ASMedia_106x_SATA3_AHCI_driver_WHQL\asahci32.infPCI\VEN_1095&DEV_3112&SUBSYS_61121095=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_611215D9=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_34228086=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_B0031458=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A0111019=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A0121019=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A0131019=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A0141019=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A0151019=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1014147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_100B147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1402147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1404147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1802147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1804147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_1C00147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_5930107D=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_249510F1=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_809D1043=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0270A0A0=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_044DA0A0=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_044CA0A0=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_92011905=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_92151905=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_904C1905=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_904B1905=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A41810FD=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A41910FD=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_A71910FD=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_90171695=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_C2001297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_C2011297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_15D40035=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_340217F2=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_100415BD=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_F641270F=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C0F105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C13105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C58105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C40105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C41105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C42105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C43105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C44105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C22105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_0C2A105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3112&SUBSYS_2A1E103C=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_65121095=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_B0031458=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1014147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1021147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_100B147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1C06147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1C00147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1C03147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1C04147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1406147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_1407147B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_90191695=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_C2021297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_C2031297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_C2041297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_534D108E=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_02C51095=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_2A1E103C=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_0C22105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_0C2A105B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_91451462=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_006C1025=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_010D1025=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1095&DEV_3512&SUBSYS_0010182D=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_436E1002=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_A43110FD=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_F3631297=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_07201462=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_B0031458=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_92691509=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_5005148C=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_0A44174B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_0A45174B=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_00301462=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_436E&SUBSYS_100516F3=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_4379&SUBSYS_43791002=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_437A&SUBSYS_437A1002=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_4379&SUBSYS_3009103C=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1002&DEV_437A&SUBSYS_3009103C=%systemdrive%\sysprep\drivers\Sil31x12_RAID_drivers\Si3112r.infPCI\VEN_1106&DEV_3349&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_6287&CC_0106=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_0591&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_3249&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_3149&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_3164&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_0581&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1106&DEV_7372&CC_0104=%systemdrive%\sysprep\drivers\VIA_RAID_driver_WHQL_Fernando\VIAMRAID.INFPCI\VEN_1002&DEV_4390=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_4380&CC_0101=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_437A=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_4379=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_439C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_438C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_4376=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\AmdIDE5108\amdhdc.infPCI\VEN_1002&DEV_4380&SUBSYS_280A103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2814103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73891462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73901462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0E0C105B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0E0D105B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0E0E105B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_42CD1462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_42D71462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_3FB71462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_3FD51462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_E9021631=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_E9011631=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_12FF103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73781462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73771462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_500117F2=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2412147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2411147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_240F147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_240E147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2410147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_240D147B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_B0031490=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_B0021490=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_B04A144D=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0E0A105B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_E0361631=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_303117AA=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_303217AA=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0C8D105B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_82881043=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_01FA1028=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_02061028=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73251462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73241462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_110A1734=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_02041028=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_01231025=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_01241025=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_602A1509=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_602B1509=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_80121854=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_80131854=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2C311509=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_595016F3=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_595216F3=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_500017F2=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_60101695=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73281462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_73291462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_14F21043=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2A52103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2A51103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_13E810CF=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_30C2103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2A4E103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_2A4F103C=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_01FC1028=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_01FD1028=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_604C107B=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_B0051458=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_10D11734=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_600F1695=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_600E1695=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21231019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21241019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43811019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43821019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_100415BD=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_100515BD=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0611A0A0=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_0614A0A0=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21341019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21351019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21361019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21811019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21821019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21411019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_21421019=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_72431462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_72441462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_71741462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_71751462=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_B0031458=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_D6028086=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43811849=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43821849=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_82311043=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_82321043=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43811002=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380&SUBSYS_43821002=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86.infPCI\VEN_1002&DEV_4380=%systemdrive%\sysprep\drivers\wandrv_mass_storage\BoardAMD\M\SB6xx25154047\ahcix86_Add.inf;[Branding];BrandIEUsingUnattended=Yes[Proxy]Proxy_Enable=0Use_Same_Proxy=0[GuiRunOnce]Command0="%systemdrive%\SAD\DP_Install_Tool.cmd /S"Command1="cmd /c rmdir /Q /S %systemdrive%\SAD"Command2="cmd /c %systemdrive%\hwui.cmd"Command3="cmd /c del %systemdrive%\hwui.cmd"
  3. A week ago I installed Windows 7 and a day later downloaded Office 2013, after establishing a Microsoft account. The following day I received a call alleging to be Microsoft engineers stating they noticed significant infections on my desktop PC. They used showmypc to lead me around my computer and show me alleged virus evidence. I consider myself to be reasonably intelligent and pretty familiar with PCs, but the timing was right for the perps and I'm embarrased to say I fell hook, line and almost sinker. When the dust settled and I stopped just short of commiting my credit card for a $180 "license renewal", I disconnected from the call and tried to remove/uninstall showmypc. Unable to do this, I eventuially attempted a clean install with the Windows 7 disk. It allowed me to remove the existing two partitions and install Windows 7 on a new single partition. When the splash screen appeared, there was a small white icon in the lower left that was obviously not Microsoft generated, containing 4 or 5 "fishy" applet links and a very poor computerized voice describing them. I tried installing drivers from my Msi driver disk, which worked perfectly the first time, but this time got a error box stating the files couldn't be found. Rebooted the Win 7 disk and tried the repair option only to receive a message stating the repairs couldn't be accomplished. Used Trend Micro Titanium Anti-Virus and Windows Security Essentials but they found no virus or spyware. Thinking there might be a bug in the boot sector or MBR, launched bootrec.exe and tried to use FixMbr and FixBoot, but neither one was allowed to function.There are sites that chronicle similar incidences dating back a couple years, but nothing that I could find with a solution to my particular problem. Would appreciate any incite and suggestion that anyone might be able to provide. By the way, on a normal install of Windows 7, is there more than one partition created? Thanks.
  4. Hi there. Yesterday I used Deployment Image Servicing and Management Tool (DISM) to add drivers to an untouched SP1-U x86 ISO from digital river. After that, Windows failed to start, because of driver corruption. It had nothing to do with the specific drivers I integrated, I checked it with many drivers. In all cases, I was getting the same error message. I am downloading a SP1 ISO (without the -U) to see if problems persist. Have you ever experienced a similar issue?
×
×
  • Create New...