Clarification of earlier post

Original post: I am trying to make a fairly simple program that will keep track of dealers at a car dealership. When I use in.read() and get to a point to where I hit Enter, it interperets that as 2-3 keystrokes of Enter. In my switch menu, it gives me the default "hit key on menu" message I set up. Can't figure out what I'm doing wrong.
The main problem is when I call in.read() to read an input from the user, it will act as if I hit the Enter key twice, then stop to allow me to enter something. An example is in the code below. When it reaches the in.read() indicated in the code the program will show me the menu twice with the default message displayed, apparently "thinking" I have hit Enter twice.
public static void menu() throws IOException
BufferedReader in = new BufferedReader( new InputStreamReader( System.in ) );
System.out.println( "CAR DEALERSHIP DEALER MANAGEMENT TOOL\n" );
System.out.println( "This program was designed to allow a manager of an automobile" );
System.out.println( "dealership to manage the dealers employed by the dealership.\n" );
System.out.println( "Please enter the number of dealers at your dealership -> " );
char max_dealers = (char) in.read(); <--- here is one
     System.out.println( max_dealers );
Dealer [] list;
list = new Dealer [ max_dealers ];
int count = 0;
boolean exit = true;
while ( exit )
System.out.println( "\nThe following menu will allow for the inputs given at the" );
System.out.println( "beginning of each line. \n" );
System.out.println( "1 - Input new dealer" );
     System.out.println( "2 - Display current dealers" );
System.out.println( "3 - Dealer: Show car" );
System.out.println( "4 - Pay dealer" );
System.out.println( "5 - Quit program\n" );
System.out.println( "Enter menu choice -> ");
int choice = in.read(); <-- here is another
     switch( choice )
case '1': count = new_dealer( count, max_dealers, list ); break;
case '2': display_list( list, max_dealers ); break;
case '3': show_car( list ); break;
case '4': //pay_dealer( list ); break;
case '5': exit = false; break;
default: System.out.println( "Incorrect choice. Please enter one of the displayed choices.\n" );
break;

Hello guy,
You can make the code work by doing this modifications:
public static void menu() throws IOException
BufferedReader in = new BufferedReader( new InputStreamReader( System.in ) );
System.out.println( "CAR DEALERSHIP DEALER MANAGEMENT TOOL\n" );
System.out.println( "This program was designed to allow a manager of an automobile" );
System.out.println( "dealership to manage the dealers employed by the dealership.\n" );
System.out.println( "Please enter the number of dealers at your dealership -> " );
String strTemp = in.readLine();
strTemp = strTemp.trim();
char max_dealers = strTemp.chatAt(0);<--- here is one
System.out.println( max_dealers );
Dealer [] list;
list = new Dealer [ max_dealers ];
int count = 0;
boolean exit = true;
while ( exit )
System.out.println( "\nThe following menu will allow for the inputs given at the" );
System.out.println( "beginning of each line. \n" );
System.out.println( "1 - Input new dealer" );
System.out.println( "2 - Display current dealers" );
System.out.println( "3 - Dealer: Show car" );
System.out.println( "4 - Pay dealer" );
System.out.println( "5 - Quit program\n" );
System.out.println( "Enter menu choice -> ");
strTemp = in.readLine().trim();
int choice = Integer.parseInt(strTemp) <-- here is another
switch( choice )
case '1': count = new_dealer( count, max_dealers, list ); break;
case '2': display_list( list, max_dealers ); break;
case '3': show_car( list ); break;
case '4': //pay_dealer( list ); break;
case '5': exit = false; break;
default: System.out.println( "Incorrect choice. Please enter one of the displayed choices.\n" );
break;
Bye,
S.M.Reddy

Similar Messages

  • Console bouncing erratically (earlier post marked answered prematurely)

    Sorry about this apparent double post. Asked earlier why Console, opened, and set to bounce, wasn't bouncing. I don't want to add this to the earlier post, since, as it's marked answered, I don't think anyone will notice it there any more.
    http://discussions.apple.com/thread.jspa?messageID=8748557#8748557
    Saw it bounce a few times after a while and figured all was well, but apparently not. No bouncing again, even when I see there has been a new entry. I'd still appreciate any ideas about why this may be behaving like this. Thanks.

    Hi again,
    I am puzzled. You had said,
    Or start from the OSX installer disc and run both
    repair disk and then repair disk permissions
    Disc Utility, +when repairing permissions booted from the disc+, found many permissions errors. Booted back afterwards from the Mac HD in Safe Boot, to repair permissions again, it seems all those corrections were reversed, and repairing permissions again, booted regularly, not in Safe Boot, DU found no errors. DU booted from the disc, apparently, has a different idea of permissions from the actual, installed OS.
    The following is from DU booted from the OS when it reversed all the corrections made by DU booted from the disc:
    Repairing permissions for “Hard Drive”
    Determining correct file permissions.
    Permissions differ on ./Library/Widgets, should be drwxr-xr-x , they are drwxrwxr-x
    Owner and group corrected on ./Library/Widgets
    Permissions corrected on ./Library/Widgets
    Permissions differ on ./System/Library/User Template, should be drwx------ , they are drwxr-xr-x
    Owner and group corrected on ./System/Library/User Template
    Permissions corrected on ./System/Library/User Template
    Group differs on ./usr/bin/fetchmail, should be 0, group is 6
    Permissions differ on ./usr/bin/fetchmail, should be -rwxr-xr-x , they are -rwxr-sr-x
    Owner and group corrected on ./usr/bin/fetchmail
    Permissions corrected on ./usr/bin/fetchmail
    Permissions differ on ./usr/lib/php/build/Makefile.global, should be -r--r--r-- , they are -r-xr-xr-x
    Owner and group corrected on ./usr/lib/php/build/Makefile.global
    Permissions corrected on ./usr/lib/php/build/Makefile.global
    Permissions differ on ./usr/lib/php/build/acinclude.m4, should be -r--r--r-- , they are -r-xr-xr-x
    Owner and group corrected on ./usr/lib/php/build/acinclude.m4
    Permissions corrected on ./usr/lib/php/build/acinclude.m4
    Permissions differ on ./usr/lib/php/build/mkdep.awk, should be -r--r--r-- , they are -r-xr-xr-x
    Owner and group corrected on ./usr/lib/php/build/mkdep.awk
    Permissions corrected on ./usr/lib/php/build/mkdep.awk
    Permissions differ on ./usr/lib/php/build/phpize.m4, should be -r--r--r-- , they are -r-xr-xr-x
    Owner and group corrected on ./usr/lib/php/build/phpize.m4
    Permissions corrected on ./usr/lib/php/build/phpize.m4
    Permissions differ on ./usr/lib/php/build/scanmakefilein.awk, should be -r--r--r-- , they are -r-xr-xr-x
    Owner and group corrected on ./usr/lib/php/build/scanmakefilein.awk
    Permissions corrected on ./usr/lib/php/build/scanmakefilein.awk
    Permissions differ on ./usr/lib/system/libmathCommon.A.dylib, should be -r-xr-xr-x , they are -rwxr-xr-x
    Owner and group corrected on ./usr/lib/system/libmathCommon.A.dylib
    Permissions corrected on ./usr/lib/system/libmathCommon.A.dylib
    Permissions differ on ./usr/libexec/dumpemacs, should be -r-sr-xr-x , they are -r-xr-xr-x
    Owner and group corrected on ./usr/libexec/dumpemacs
    Permissions corrected on ./usr/libexec/dumpemacs
    Permissions repair complete
    The privileges have been verified or repaired on the selected volume
    And before all of this, Console, set to bounce, and to bring log to front, crashed. This never happened before. I copied that report, but won't get into that just yet. Will wait to see what happens next.
    Thanks.

  • I recently updated my computer to 10.6 and now I can't get my printer MX340 (canon ) to work. I have installed the new drivers both from Canon's website and from an earlier post directly from apples website. I would surely appreciate some help with this.

    I recently updated my computer to 10.6 and now I can't get my printer MX340 (canon ) to work. I have installed the new drivers both from Canon's website and from an earlier post directly from apples website. I would surely appreciate some help with this.

    Try what Terence Devlin posted in this topic:
    Terence Devlin
    Apr 14, 2015 11:21 AM
    Re: Is Iphoto gone ? i want it back!
    in response to Johannes666
    Recommended
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • I still am having problems with Aperture not loading,  It just refuses to work, and I get the message saying it has encountered a problem, and I may need to re-install which I have done dozens of times. The fix mentioned on an earlier post wont work as it

    I still am having problems with Aperture not loading,  It just refuses to work, and I get the message saying it has encountered a problem, and I may need to re-install which I have done dozens of times. The fix mentioned on an earlier post doesn't work as it is for Ver 10.6.6 and I am running 10.6.7

    Do you have Final Cut installed on your machine?
    If so, you may want to look at this article: http://support.apple.com/kb/TS3528
    Let us know if that helps.

  • Keys out of order -- follow up to earlier post

    I ran the install disc Disc Utility Test and the Hardware Test disc on the computer since I posted my first question earlier tonight "Computer won't finish start-up -- any suggestions". The Hardware Test came back fine. The Disc Utility test on the install disc says: Keys out of order. It does not, however, explain how to repair this problem on the hard drive.
    Is there any way to fix this problem on the hard drive?
    Power Mac G4 Quicksilver   Mac OS X (10.3.9)  

    Invest in DiskWarrior. I had the same problem and DiskWarrior fixed it. No other utility programs worked for this problem. DiskWarrior is very inexpensive. Ordered online in the afternoon. It was delivered to my office the NEXT morning.

  • Follow up question to my earlier post

    If, when I try to print, I see the message "Library/Printers/hp/cups/inkjet4.driver failed" after having installed Apple's HP Printer Driver v3.0 on my iMac purchased in 2011 (and used with my HP Photosmart eStation c510 purchased in 2011), what does that mean? What do I need to do?
    Thank you.
    Patrick R. Hanke

    Hi @PatrickHanke,
    I see you are experiencing a error message when trying to print. I will try my best to help you out.
    Depending on what operating system you are on, you can download the HP software from this URL. If you you are on 10.9, run the Apple Updates to install the printer.
    HP Photosmart eStation All-in-One Printer - C510a Drivers.
    Repair the Disk Permissions on the Mac:
    Close all applications.
    On the Apple menu bar, click Go, click Applications and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left.
    Click Verify and then Repair Disk Permissions.
    Restart the computer.
    Reset the Printing System:
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Click the Apple icon ( ), and then click System Preferences.
    Click Printers & Scanners.
    Right-click (or Ctrl +click) in the left white side panel, then click Reset printing system.
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system.
    Run the installation.
    Then check the driver name that is installed for the printer. Make sure it shows just the printer's name.
    Click the Apple menu and then click System Preferences. Click Printers & Scanners, highlight the printer name on the left side and on the right side of the screen it should show the printer's name.
    If the full printer name isn't listed correctly, delete it and add the printer name back in from the list. Click the - sign to delete the driver and then click the + sign to add the driver, might have to click the drop down to select the printer's name to add it in.
    Test the printer.
    What operating system are you using? Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    How is the printer connected? (USB/Ethernet/Wireless)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • PSE9 Printing - update to an earlier post ... and a BUG

    I had noted as an aside in a reply to another post that I had serious issues with PSE9 printing, specfically Custom Print Sizes.
    My comment related to the inability to get the sizes (4-up  5.25x3.74) which I used with PSE7.
    I have since found two things, one positive and one negative.
    Positive
    It appears, at least with my printer that there is a flag on the  printer setup which PSE9 seems to be looking at while PSE7 was not.   That flag is "Borderless Printing".  When set, PSE9 printing will allow  the larger print sizes I was used to.  I tested this using 8x10 photo  size (which was 7.2x9.5 before I set that flag and is now 8x10), and  with my 4-up custom size of 5.25x3.74
    Negative
    I tried my 4-up size of 5.25x3.74.  PSE9 reduced that a tiny bit, not worth talking about, but I think it was 5.24x3.73
    HOWEVER, as each page of 4 was requested and printed, the set  custom-size was reduced -- I tried 10 pages and each reduced it a bit,  the final being about 5.07x3.68 -- THIS is a BUG!!
    If this "BUG" gets fixed, then printing (for me) seems pretty good.

    The reduction is size is due to the limitation posed by the printer. If you try it with other softwares, then also the size is reduced. In case you don't want this, check the option for borderless printing. This streches a image a bit, so that borders do not remain when we print the image.

  • I was reading an earlier post about upgrading to 10.9.2 and still using Office for Mac Excell 2004.  Will Excell 2004 work with OS 10.9.2 or is there an Open Office I can use?

    I currently have 10.9.2 and just purchased Office 365.  The 365 won't work for what I want to do.  Need to go backe to Excell 2004.  Is there anyway to do this with my current OS?  Need to interface with a Windows 2003 Excell user.

    Need to interface with a Windows 2003 Excell user.
    First, MS Office 2004 will not work on versions of OS X Lion or later including your 10.9.2.  On Mavericks you need Office 2011.
    Second, the difference between Excel formats in Office 2008/2011 vs. earlier versions of Excel is that Office 2008/20011 uses the ".xlsx" filetype but earlier versions including Windows Excel 2003 use the older ".xls" filetype.  The older versions of Excel can't open the newer ".xlsx" filetype ... but there is a way you can exchange Excel files between the newer and older versions of Excel!
    In Office 2008/2011 just SAVE AS Excel 97-2004 Workbook (.xls) if you need to use or exchange your Excel file with earlier versions of Excel, Windows or Mac.  And, going the other way, Excel 2008/2011 can open and use the older .xls files just fine.

  • My Earlier post had the Email address in question connecte to it, Which means nothing You send will reach Me ... Try G.J.Seymour@ email removed

    See Above!

    We do not send responses to e-mail addresses. All responses are posted in the forum. Also see response to your other question: https://support.mozilla.com/en-US/questions/784726

  • Earlier Post - still need help please!

    Earlier I said I was getting the message (The document “7/11Diverticulitis.pdf” could not be opened. Acrobat cannot open files in the “Adobe PDF document” format).  Several people made suggestions. I tried all of them. #1 I renamed the files and tried. #2 I made sure I selected acrobat 9 as the application I wanted to use while opening a document. #3 I tried to delete and reinstall. I cannot install it for some reason the process does not auto install from my CD?  Now what, I have already dumped my prior Adobe Acrobat 9 pro into the trash and emptied it!  I am so confused.  I use alot of pdf files as I have gone paperless. Before I created and read them with ease. Why would this happen just because I upgraded to a new computer. Again I am on OSXversion 10.6.8 Thanks for anything you can do to help!!

    You may have to start the computer from the Installer boot disc and choose
    from the menu options (not reinstall, again) to reset the Admin password.
    It could be the same one you had before, if you like.
    Did you do an Archive and Install -or- an Erase and Install?
    How full is the hard disk drive? After it seems OK for awhile
    you may decide if anything of value is in the old system and
    if not, you could delete it. You may have to start up in SafeBoot
    and run the built-in Disk Utility's "repair disk permissions" and
    restart; there are some things other things you can do to help it.
    Hard saying why the computer acted up. If the drive is getting
    more than 70% full, you should be looking to archive files off
    the machine's hard disk drive and then reduce its load.
    How long have you had this computer, and what is its configuration?
    PS: it would have been nice if you could have started a new
    thread earlier on and kept the topic of your computer in there.
    I see an earlier thread where the error message was a launchd
    message, and that may have been helpful to know all the story.
    re: http://discussions.apple.com/message.jspa?messageID=7178754#7178754
    edited.

  • About my earlier post

    i tried to respond to it, unfortunately, because of this program, adobe flash player 11, i am unable to do so. i un-installed it and downloaded and re-installed version 10.3 and still i'm having the same problems. i am also unable to see what is in the inbox of my email. the thing says it's installed, but when i do the "manage add ons" routine, like other people, it's not there. you tube still swears i don't have a current version of flash player, and it also swears i don't have java. neither of these are true. you guys released a product that is destroying and wreaking havoc on computers. now, as for my system information, here it is in full:
    System Information
    Time of this report: 10/30/2011, 20:31:50
           Machine name: EMACHINE-98E05C
       Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.101209-1647)
               Language: English (Regional Setting: English)
    System Manufacturer: eMachines
           System Model: EL1300G
                   BIOS: )Phoenix - Award WorkstationBIOS v6.00PG
              Processor: AMD Athlon(tm) Processor 2650e,  MMX,  3DNow, ~1.6GHz
                 Memory: 894MB RAM
              Page File: 761MB used, 1406MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
         DxDiag Version: 5.03.2600.5512 32bit Unicode
    DxDiag Notes
      DirectX Files Tab: No problems found.
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Music Tab: No problems found.
              Input Tab: No problems found.
            Network Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (n/a)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: NVIDIA GeForce 6150SE nForce 430
         Manufacturer: NVIDIA
            Chip type: GeForce 6150SE nForce 430
             DAC type: Integrated RAMDAC
           Device Key: Enum\PCI\VEN_10DE&DEV_03D0&SUBSYS_01531025&REV_A2
       Display Memory: 512.0 MB
         Current Mode: 1024 x 768 (32 bit) (60Hz)
              Monitor: Plug and Play Monitor
      Monitor Max Res: 1600,1200
          Driver Name: nv4_disp.dll
       Driver Version: 6.14.0011.6401 (English)
          DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
    Driver Date/Size: 2/25/2008 12:29:00, 5784832 bytes
          WHQL Logo'd: Yes
      WHQL Date Stamp: n/a
                  VDD: n/a
             Mini VDD: nv4_mini.sys
        Mini VDD Date: 2/25/2008 12:29:00, 6867360 bytes
    Device Identifier: {D7B71E3E-4090-11CF-946A-582103C2CB35}
            Vendor ID: 0x10DE
            Device ID: 0x03D0
            SubSys ID: 0x01531025
          Revision ID: 0x00A2
          Revision ID: 0x00A2
          Video Accel:
    Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
             Registry: OK
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    DDraw Test Result: Not run
    D3D7 Test Result: Not run
    D3D8 Test Result: Not run
    D3D9 Test Result: Not run
    Sound Devices
                Description: Realtek HD Audio output
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_10250153&REV_1002
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RtkHDAud.sys
             Driver Version: 5.10.0000.5628 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 5/20/2008 17:53:00, 4800000 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Full
                  Cap Flags: 0xF5F
        Min/Max Sample Rate: 8000, 192000
    Static/Strm HW Mix Bufs: 33, 32
    Static/Strm HW 3D Bufs: 33, 32
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: Yes, Yes
       I3DL2(tm) Listen/Src: Yes, Yes
    Sensaura(tm) ZoomFX(tm): No
                   Registry: OK
          Sound Test Result: Not run
    Sound Capture Devices
                Description: Realtek HD Audio Input
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RtkHDAud.sys
             Driver Version: 5.10.0000.5628 (English)
          Driver Attributes: Final Retail
              Date and Size: 5/20/2008 17:53:00, 4800000 bytes
                  Cap Flags: 0x41
               Format Flags: 0xFFF
    DirectMusic
            DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
         DLS Version: 1.00.0016.0002
        Acceleration: n/a
               Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
                      Microsoft MIDI Mapper , Hardware (Not Kernel Mode), Output, No DLS, Internal
                      Microsoft GS Wavetable SW Synth , Hardware (Not Kernel Mode), Output, No DLS, Internal
            Registry: OK
         Test Result: Not run
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
             Registry: OK
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x10DE, 0x03F1
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 4/14/2008 05:00:00, 59520 bytes
    | Driver: usbd.sys, 4/14/2008 05:00:00, 4736 bytes
    Gameport Devices
    PS/2 Devices
    + Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 4/14/2008 05:00:00, 52480 bytes
    | Driver: kbdclass.sys, 4/14/2008 05:00:00, 24576 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 4/14/2008 06:43:22, 40840 bytes
    | Driver: kbdclass.sys, 4/14/2008 05:00:00, 24576 bytes
    |
    + PS/2 Compatible Mouse
    | Matching Device ID: *pnp0f13
    | Service: i8042prt
    | Driver: i8042prt.sys, 4/14/2008 05:00:00, 52480 bytes
    | Driver: mouclass.sys, 4/14/2008 01:09:48, 23040 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/14/2008 06:43:22, 40840 bytes
    | Driver: mouclass.sys, 4/14/2008 01:09:48, 23040 bytes
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: Not run
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 IPX Service Provider: IPX Adapter 1 - (00000000,00E04C31F239)
    DirectPlay8 IPX Service Provider: IPX Adapter 2 - (00000000,001D72B9C80B)
    DirectPlay8 TCP/IP Service Provider: Wireless Network Connection - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR12 1.4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 10.4 GB
    Total Space: 142.4 GB
    File System: NTFS
          Model: ST316081 5AS SCSI Disk Device
          Drive: G:
          Model: SanDisk U3 Cruzer Micro USB Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5593 (English), 5/2/2008 03:49:39, 62976 bytes
          Drive: D:
          Model: HL-DT-ST DVDRAM GH40F SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5593 (English), 5/2/2008 03:49:39, 62976 bytes
    System Devices
         Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE&DEV_03F6&SUBSYS_01531025&REV_A2\3&2411E6FE&0&41
       Driver: C:\WINDOWS\system32\DRIVERS\nvgts.sys, 10.03.0000.0021 (English), 1/25/2008 20:01:06, 132096 bytes
       Driver: C:\WINDOWS\system32\nvraidco.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:56, 360448 bytes
       Driver: C:\WINDOWS\system32\nvraiins.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:56, 360448 bytes
       Driver: C:\WINDOWS\system32\NvRCoAr.dll, 10.03.0000.0021 (Arabic), 1/25/2008 19:48:26, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoCs.dll, 10.03.0000.0021 (Czech), 1/25/2008 19:48:26, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoDa.dll, 10.03.0000.0021 (Danish), 1/25/2008 19:48:28, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoDe.dll, 10.03.0000.0021 (German), 1/25/2008 19:48:28, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoEl.dll, 10.03.0000.0021 (Greek), 1/25/2008 19:48:28, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoEng.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:28, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoENU.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:30, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoEs.dll, 10.03.0000.0021 (Spanish), 1/25/2008 19:48:30, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoEsm.dll, 10.03.0000.0021 (Spanish), 1/25/2008 19:48:30, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoFi.dll, 10.03.0000.0021 (Finnish), 1/25/2008 19:48:30, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoFr.dll, 10.03.0000.0021 (French), 1/25/2008 19:48:32, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoHe.dll, 10.03.0000.0021 (Hebrew), 1/25/2008 19:48:32, 36864 bytes
       Driver: C:\WINDOWS\system32\NvRCoHu.dll, 10.03.0000.0021 (Hungarian), 1/25/2008 19:48:32, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoIt.dll, 10.03.0000.0021 (Italian), 1/25/2008 19:48:32, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoJa.dll, 10.03.0000.0021 (Japanese), 1/25/2008 19:48:34, 36352 bytes
       Driver: C:\WINDOWS\system32\NvRCoKo.dll, 10.03.0000.0021 (Korean), 1/25/2008 19:48:34, 35840 bytes
       Driver: C:\WINDOWS\system32\NvRCoNl.dll, 10.03.0000.0021 (Dutch), 1/25/2008 19:48:34, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoNo.dll, 10.03.0000.0021 (Norwegian (Bokmål)), 1/25/2008 19:48:34, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoPl.dll, 10.03.0000.0021 (Polish), 1/25/2008 19:48:36, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoPt.dll, 10.03.0000.0021 (Portuguese), 1/25/2008 19:48:36, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoPtb.dll, 10.03.0000.0021 (Portuguese), 1/25/2008 19:48:36, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoRu.dll, 10.03.0000.0021 (Russian), 1/25/2008 19:48:36, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSk.dll, 10.03.0000.0021 (Slovak), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSl.dll, 10.03.0000.0021 (Slovenian), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSv.dll, 10.03.0000.0021 (Swedish), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoTh.dll, 10.03.0000.0021 (Thai), 1/25/2008 19:48:38, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoTr.dll, 10.03.0000.0021 (Turkish), 1/25/2008 19:48:40, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoZhc.dll, 10.03.0000.0021 (Chinese), 1/25/2008 19:48:40, 35328 bytes
       Driver: C:\WINDOWS\system32\NvRCoZht.dll, 10.03.0000.0021 (Chinese), 1/25/2008 19:48:40, 35328 bytes
         Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE&DEV_03F6&SUBSYS_01531025&REV_A2\3&2411E6FE&0&40
       Driver: C:\WINDOWS\system32\DRIVERS\nvgts.sys, 10.03.0000.0021 (English), 1/25/2008 20:01:06, 132096 bytes
       Driver: C:\WINDOWS\system32\nvraidco.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:56, 360448 bytes
       Driver: C:\WINDOWS\system32\nvraiins.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:56, 360448 bytes
       Driver: C:\WINDOWS\system32\NvRCoAr.dll, 10.03.0000.0021 (Arabic), 1/25/2008 19:48:26, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoCs.dll, 10.03.0000.0021 (Czech), 1/25/2008 19:48:26, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoDa.dll, 10.03.0000.0021 (Danish), 1/25/2008 19:48:28, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoDe.dll, 10.03.0000.0021 (German), 1/25/2008 19:48:28, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoEl.dll, 10.03.0000.0021 (Greek), 1/25/2008 19:48:28, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoEng.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:28, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoENU.dll, 10.03.0000.0021 (English), 1/25/2008 19:48:30, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoEs.dll, 10.03.0000.0021 (Spanish), 1/25/2008 19:48:30, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoEsm.dll, 10.03.0000.0021 (Spanish), 1/25/2008 19:48:30, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoFi.dll, 10.03.0000.0021 (Finnish), 1/25/2008 19:48:30, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoFr.dll, 10.03.0000.0021 (French), 1/25/2008 19:48:32, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoHe.dll, 10.03.0000.0021 (Hebrew), 1/25/2008 19:48:32, 36864 bytes
       Driver: C:\WINDOWS\system32\NvRCoHu.dll, 10.03.0000.0021 (Hungarian), 1/25/2008 19:48:32, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoIt.dll, 10.03.0000.0021 (Italian), 1/25/2008 19:48:32, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoJa.dll, 10.03.0000.0021 (Japanese), 1/25/2008 19:48:34, 36352 bytes
       Driver: C:\WINDOWS\system32\NvRCoKo.dll, 10.03.0000.0021 (Korean), 1/25/2008 19:48:34, 35840 bytes
       Driver: C:\WINDOWS\system32\NvRCoNl.dll, 10.03.0000.0021 (Dutch), 1/25/2008 19:48:34, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoNo.dll, 10.03.0000.0021 (Norwegian (Bokmål)), 1/25/2008 19:48:34, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoPl.dll, 10.03.0000.0021 (Polish), 1/25/2008 19:48:36, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoPt.dll, 10.03.0000.0021 (Portuguese), 1/25/2008 19:48:36, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoPtb.dll, 10.03.0000.0021 (Portuguese), 1/25/2008 19:48:36, 38400 bytes
       Driver: C:\WINDOWS\system32\NvRCoRu.dll, 10.03.0000.0021 (Russian), 1/25/2008 19:48:36, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSk.dll, 10.03.0000.0021 (Slovak), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSl.dll, 10.03.0000.0021 (Slovenian), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoSv.dll, 10.03.0000.0021 (Swedish), 1/25/2008 19:48:38, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoTh.dll, 10.03.0000.0021 (Thai), 1/25/2008 19:48:38, 37376 bytes
       Driver: C:\WINDOWS\system32\NvRCoTr.dll, 10.03.0000.0021 (Turkish), 1/25/2008 19:48:40, 37888 bytes
       Driver: C:\WINDOWS\system32\NvRCoZhc.dll, 10.03.0000.0021 (Chinese), 1/25/2008 19:48:40, 35328 bytes
       Driver: C:\WINDOWS\system32\NvRCoZht.dll, 10.03.0000.0021 (Chinese), 1/25/2008 19:48:40, 35328 bytes
         Name: PCI standard RAM Controller
    Device ID: PCI\VEN_10DE&DEV_03F5&SUBSYS_01531025&REV_A2\3&2411E6FE&0&0A
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_03F3&SUBSYS_00000000&REV_A1\3&2411E6FE&0&20
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 68224 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_03F2&SUBSYS_CB8410DE&REV_A3\3&2411E6FE&0&11
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 30208 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 143872 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 22:42:10, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 59520 bytes
       Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 7168 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_03F1&SUBSYS_CB8410DE&REV_A3\3&2411E6FE&0&10
       Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 17152 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 143872 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/13/2008 22:42:10, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 59520 bytes
         Name: Microsoft UAA Bus Driver for High Definition Audio
    Device ID: PCI\VEN_10DE&DEV_03F0&SUBSYS_01531025&REV_A2\3&2411E6FE&0&28
       Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 4/14/2008 05:00:00, 144384 bytes
         Name: NVIDIA Network Bus Enumerator
    Device ID: PCI\VEN_10DE&DEV_03EF&SUBSYS_01531025&REV_A2\3&2411E6FE&0&38
       Driver: C:\WINDOWS\system32\DRIVERS\nvnetbus.sys, 1.00.0001.6776 (English), 1/29/2008 12:37:48, 22016 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\nvnrm.sys, 1.00.0002.6776 (English), 1/29/2008 12:37:38, 950272 bytes
       Driver: C:\WINDOWS\system32\bdco1.dll, 1.00.0000.6776 (English), 1/29/2008 12:36:56, 9216 bytes
       Driver: C:\WINDOWS\system32\bdco1ins.dll, 1.00.0000.6776 (English), 1/29/2008 12:36:56, 9216 bytes
       Driver: C:\WINDOWS\system32\nvconrm.dll, 1.00.0000.0035 (English), 1/29/2008 12:13:08, 35840 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_10DE&DEV_03EC&SUBSYS_CB8410DE&REV_A2\3&2411E6FE&0&30
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 24960 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 96512 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 4/14/2008 05:00:00, 3328 bytes
         Name: NVIDIA nForce PCI System Management
    Device ID: PCI\VEN_10DE&DEV_03EB&SUBSYS_01531025&REV_A2\3&2411E6FE&0&09
       Driver: n/a
         Name: PCI standard RAM Controller
    Device ID: PCI\VEN_10DE&DEV_03EA&SUBSYS_CB8410DE&REV_A1\3&2411E6FE&0&00
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_03E9&SUBSYS_00000000&REV_A2\3&2411E6FE&0&60
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 68224 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_03E9&SUBSYS_00000000&REV_A2\3&2411E6FE&0&58
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 68224 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_03E8&SUBSYS_00000000&REV_A2\3&2411E6FE&0&48
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 68224 bytes
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_10DE&DEV_03E0&SUBSYS_00000000&REV_A2\3&2411E6FE&0&08
       Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (English), 4/14/2008 05:00:00, 37248 bytes
         Name: NVIDIA GeForce 6150SE nForce 430
    Device ID: PCI\VEN_10DE&DEV_03D0&SUBSYS_01531025&REV_A2\3&2411E6FE&0&68
       Driver: C:\WINDOWS\system32\DRIVERS\nv4_mini.sys, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 6867360 bytes
       Driver: C:\WINDOWS\system32\nv4_disp.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 5784832 bytes
       Driver: C:\WINDOWS\system32\nvsvc32.exe, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 155716 bytes
       Driver: C:\WINDOWS\system32\nvapi.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 364544 bytes
       Driver: C:\WINDOWS\system32\nvoglnt.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 6750208 bytes
       Driver: C:\WINDOWS\system32\nvcpl.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 8491008 bytes
       Driver: C:\WINDOWS\system32\nvmctray.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 81920 bytes
       Driver: C:\WINDOWS\system32\nvwddi.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 81920 bytes
       Driver: C:\WINDOWS\system32\nvnt4cpl.dll, 6.14.0010.11155 (English), 2/25/2008 12:29:00, 286720 bytes
       Driver: C:\WINDOWS\system32\nvmccs.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 229376 bytes
       Driver: C:\WINDOWS\system32\nvdisps.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 6356992 bytes
       Driver: C:\WINDOWS\system32\nvdispsr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 5509120 bytes
       Driver: C:\WINDOWS\system32\nvgames.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 3346432 bytes
       Driver: C:\WINDOWS\system32\nvgamesr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 3166208 bytes
       Driver: C:\WINDOWS\system32\nvmccss.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 188416 bytes
       Driver: C:\WINDOWS\system32\nvmccssr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 458752 bytes
       Driver: C:\WINDOWS\system32\nvmobls.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 1163264 bytes
       Driver: C:\WINDOWS\system32\nvmoblsr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 2854912 bytes
       Driver: C:\WINDOWS\system32\nvvitvs.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 3563520 bytes
       Driver: C:\WINDOWS\system32\nvvitvsr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 3629056 bytes
       Driver: C:\WINDOWS\system32\nvwss.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 2383872 bytes
       Driver: C:\WINDOWS\system32\nvwssr.dll, 6.14.0011.6401 (English), 2/25/2008 12:29:00, 2441216 bytes
       Driver: C:\WINDOWS\help\nvcpl.hlp, 2/25/2008 12:29:00, 177897 bytes
       Driver: C:\WINDOWS\help\nvwcplen.hlp, 2/25/2008 12:29:00, 55444 bytes
       Driver: C:\WINDOWS\system32\nvcod.dll, 1.00.0000.0035 (English), 2/25/2008 12:29:00, 35328 bytes
       Driver: C:\WINDOWS\system32\nvcodins.dll, 1.00.0000.0035 (English), 2/25/2008 12:29:00, 35328 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0
       Driver: n/a
    DirectX Components
       ddraw.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 279552 bytes
    ddrawex.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 27136 bytes
       dxapi.sys: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 10496 bytes
        d3d8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 1179648 bytes
    d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 8192 bytes
        d3d9.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 1689088 bytes
       d3dim.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 436224 bytes
    d3dim700.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 824320 bytes
    d3dramp.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 590336 bytes
       d3drm.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 350208 bytes
      d3dxof.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 47616 bytes
    d3dpmesh.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 34816 bytes
       dplay.dll: 5.00.2134.0001 English Final Retail 4/14/2008 05:00:00 33040 bytes
      dplayx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 229888 bytes
    dpmodemx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 23552 bytes
    dpwsock.dll: 5.00.2134.0001 English Final Retail 4/14/2008 05:00:00 42768 bytes
    dpwsockx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 57344 bytes
    dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 29696 bytes
      dpnsvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 17920 bytes
       dpnet.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 375296 bytes
    dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 3072 bytes
    dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 3072 bytes
    dpvoice.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 212480 bytes
    dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 83456 bytes
      dpvvox.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 116736 bytes
      dpvacm.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 21504 bytes
    dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 35328 bytes
    dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 60928 bytes
    dpserial.dll: 5.00.2134.0001 English Final Retail 4/14/2008 05:00:00 53520 bytes
      dinput.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 158720 bytes
    dinput8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 181760 bytes
       dimap.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 44032 bytes
    diactfrm.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 394240 bytes
         joy.cpl: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 68608 bytes
       gcdef.dll: 5.01.2600.0000 English Final Retail 4/14/2008 05:00:00 76800 bytes
         pid.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 35328 bytes
      dsound.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 367616 bytes
    dsound3d.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 1293824 bytes
      dswave.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 19456 bytes
       dsdmo.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 181248 bytes
    dsdmoprp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 71680 bytes
      dmusic.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 104448 bytes
      dmband.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 28672 bytes
    dmcompos.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 61440 bytes
       dmime.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 181248 bytes
    dmloader.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 35840 bytes
    dmstyle.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 105984 bytes
    dmsynth.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 103424 bytes
    dmscript.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 82432 bytes
      system.dll: 1.01.4322.2490 English Final Retail 10/12/2011 10:16:32 1232896 bytes
    Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 10/30/2011 05:14:25 473600 bytes
    Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 10/30/2011 05:14:12 2676224 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 10/30/2011 05:14:13 2846720 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 10/30/2011 05:14:14 563712 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 10/30/2011 05:14:14 567296 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 10/30/2011 05:14:15 576000 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 10/30/2011 05:14:15 577024 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 10/30/2011 05:14:16 577536 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 10/30/2011 05:14:16 577536 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 10/30/2011 05:14:16 578560 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 10/30/2011 05:14:25 578560 bytes
    Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:25 145920 bytes
    Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:26 159232 bytes
    Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:26 364544 bytes
    Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:26 178176 bytes
    Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:24 53248 bytes
    Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:25 12800 bytes
    Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 10/30/2011 05:14:24 223232 bytes
       dx7vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 619008 bytes
       dx8vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 1227264 bytes
    dxdiagn.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 2113536 bytes
       mfc40.dll: 4.01.0000.6151 English Beta Retail 9/17/2010 23:53:25 954368 bytes
       mfc42.dll: 6.02.8081.0000 English Final Retail 2/8/2011 06:33:55 978944 bytes
    wsock32.dll: 5.01.2600.5512 English Final Retail 4/14/2008 05:00:00 22528 bytes
    amstream.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 70656 bytes
    devenum.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 59904 bytes
      dxmasf.dll: 6.04.0009.1133 English Final Retail 4/14/2008 05:00:00 498742 bytes
      mciqtz.drv: 4.00.0096.0729 English Final Retail 11/17/1997 17:13:16 11776 bytes
    mciqtz32.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 35328 bytes
    mpg2splt.ax: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 148992 bytes
       msdmo.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 14336 bytes
      encapi.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 20480 bytes
        qasf.dll: 11.00.5721.5145 English Final Retail 10/18/2006 22:47:18 211456 bytes
        qcap.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 192512 bytes
         qdv.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 279040 bytes
        qdvd.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 386048 bytes
       qedit.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 562176 bytes
    qedwipes.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 733696 bytes
      quartz.dll: 6.05.2600.5933 English Final Retail 2/5/2010 11:27:45 1291776 bytes
      quartz.vxd:                 Final Retail 11/17/1997 17:13:16 5672 bytes
    strmdll.dll: 4.01.0000.3938 English Final Retail 8/26/2009 01:00:21 247326 bytes
      vidx16.dll: 0.00.0000.0000 English Final Retail 11/17/1997 17:13:16 10240 bytes
    iac25_32.ax: 2.00.0005.0053 English Final Retail 4/14/2008 05:00:00 199680 bytes
      ir41_32.ax: 4.51.0016.0003 English Final Retail 4/14/2008 05:00:00 848384 bytes
    ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/14/2008 05:00:00 120320 bytes
    ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/14/2008 05:00:00 338432 bytes
    ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/14/2008 05:00:00 755200 bytes
    ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/14/2008 05:00:00 200192 bytes
    ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/14/2008 05:00:00 183808 bytes
       ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/14/2008 05:00:00 154624 bytes
    mswebdvd.dll: 6.05.2600.5857 English Final Retail 8/5/2009 02:01:48 204800 bytes
          ks.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:46:38 141056 bytes
      ksproxy.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 129536 bytes
      ksuser.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:41:58 4096 bytes
      stream.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:15:16 49408 bytes
    mspclock.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:52 5376 bytes
       mspqm.sys: 5.01.2600.5512 English Final Retail 4/14/2008 01:09:52 4992 bytes
    mskssrv.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:54 7552 bytes
      swenum.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:54 4352 bytes
    mpeg2data.ax: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 118272 bytes
    msvidctl.dll: 6.05.2600.5512 English Final Retail 4/14/2008 05:00:00 1428992 bytes
      vbisurf.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 30208 bytes
       msyuv.dll: 5.03.2600.5908 English Final Retail 11/27/2009 10:11:44 17920 bytes
    wstdecod.dll: 5.03.2600.5512 English Final Retail 4/14/2008 05:00:00 50688 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMA Voice Decoder DMO,0x00600800,1,1,,
    WMVideo Advanced Decoder DMO,0x00800001,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00800001,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
    Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.5933
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,14.00.8051.1204
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,14.00.8051.1204
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8051.1204
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,14.00.8051.1204
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,14.00.8051.1204
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,14.00.8051.1204
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8051.1204
    CyberLink MPEG Video Encoder,0x00200000,1,1,P2GVidEnc.ax,6.00.0001.2226
    CyberLink MP3/WAV Wrapper,0x00200000,1,1,P2GMP3Wrap.ax,3.07.0000.1314
    DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
    CyberLink AudioCD Filter,0x00200000,0,1,P2GAudioCD.ax,5.00.0000.1321
    Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.5933
    WM ASF Reader,0x00400000,0,0,qasf.dll,11.00.5721.5145
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.5721.5145
    AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.5933
    WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.5933
    Indeo® video 5.10 Compression Filter,0x00200000,1,1,ir50_32.dll,5.2562.0015.0055
    CyberLink Editing Service 3.0 (Source),0x00200000,0,2,P2GEdtKrn.dll,3.00.0000.2911
    CyberLink AudioCD Filter (PDVD7),0x00600000,0,1,CLAudioCD.ax,5.00.0000.4417
    Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
    CyberLink Audio Decoder (PDVD7),0x00601000,1,1,CLAud.ax,6.01.0000.4227
    WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.6076
    WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5933
    CyberLink Audio Effect (PDVD7),0x00200000,1,1,CLAudFx.ax,6.00.0000.4111
    Indeo® video 5.10 Decompression Filter,0x00640000,1,1,ir50_32.dll,5.2562.0015.0055
    WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    Microsoft Screen Video Decompressor,0x00800000,1,1,msscds32.ax,8.00.0000.4487
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.05.2600.5933
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
    P2G Video Decoder,0x00200000,2,3,P2GVSD.ax,6.00.0000.2310
    MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.06.0000.0052
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.5512
    ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
    CyberLink Video/SP Decoder(PDVD7 HomeNetwork),0x00200000,2,3,CLVSD.ax,6.00.0000.3313
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5933
    CyberLink Video Regulator,0x00200000,1,1,P2GRGL.ax,2.00.0000.3328
    P2G Audio Decoder,0x00200000,1,1,P2GAud.ax,6.01.0000.3601
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.5933
    File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,11.00.5721.5145
    WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.5512
    Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,
    Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
    CyberLink Video Effect,0x00200000,1,1,P2GVidFx.ax,1.00.0000.2030
    CyberLink Demux (PDVD7),0x00602000,1,0,CLDemuxer.ax,1.00.0000.4528
    CyberLink MPEG Splitter,0x00200000,1,2,CLSplter.ax,3.01.0000.3022
    WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    CyberLink Line21 Decoder (PDVD7),0x00200000,0,2,CLLine21.ax,4.00.0000.7602
    CyberLink Audio Noise Reduction,0x00200000,1,1,P2GAuNRWrapper.ax,2.00.0000.1017
    CyberLink Load Image Filter,0x00200000,0,1,CLImage.ax,3.00.0000.2307
    CyberLink MPEG-2 Splitter,0x00200000,1,2,P2Gm2spliter.ax,2.04.0000.2301
    Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASX file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
    NSC file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    CyberLink Audio VolumeBooster,0x00200000,1,1,P2GVB.ax,1.00.0000.1008
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.5933
    Windows Media source filter,0x00600000,0,2,wmpasf.dll,11.00.5721.5145
    Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.5933
    Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.6076
    Cyberlink Dump Dispatch Filter,0x00200000,1,0,P2GDumpDispatch.ax,1.02.0001.2412
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.5512
    Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.5933
    CyberLink Push-Mode CLStream (PDVD7),0x00200000,0,1,CLStream(PushMode).ax,1.00.0000.1627
    CyberLink Audio Decoder (PDVD7 UPnP),0x00200000,1,1,CLAud.ax,6.01.0000.3816
    WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
    Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.5933
    CyberLink Audio Resampler,0x00200000,1,1,P2GAuRsmpl.ax,1.00.0000.2625
    CyberLink Audio Spectrum Analyzer (PDVD7),0x00200000,1,1,CLAudSpa.ax,1.00.0000.0924
    File Writer,0x00200000,1,0,WLXVAFilt.dll,14.00.8051.1204
    WM ASF Writer,0x00400000,0,0,qasf.dll,11.00.5721.5145
    CyberLink MPEG-1 Splitter,0x00200000,1,2,P2Gm1spliter.ax,2.04.0000.2301
    WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.5512
    Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4504
    File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
    CyberLink Video/SP Decoder (PDVD7),0x00602000,2,3,CLVsd.ax,8.00.0000.1918
    Cyberlink File Reader (Async.),0x00200000,0,1,P2GReader.ax,3.00.0000.3016
    CyberLink M2V Writer,0x00200000,1,0,P2GM2VWriter.ax,1.03.0000.2017
    WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
    Cyberlink Dump Filter,0x00200000,1,0,P2GDump.ax,3.00.0000.7122
    CyberLink Video Stabilizer,0x00200000,1,1,P2GVideoStabilizer.ax,1.00.0000.1017
    CyberLink PCM Wrapper,0x00200000,1,1,P2GPCMEnc.ax,1.01.0000.0321
    DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.5512
    CyberLink DVD Navigator (PDVD7),0x00600000,0,3,CLNavX.ax,7.00.0000.3112
    CyberLink TimeStretch Filter (PDVD7),0x00200000,1,1,clauts.ax,1.00.0000.5423
    Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.5512
    Cyberlink SubTitle Importor (PDVD7),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1604
    Cutlist File Source,0x00200000,0,1,qcut.dll,5.01.0051.0207
    AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.5933
    .RAM file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
    WMT DirectX Transform Wrapper,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    G.711 Codec,0x00200000,1,1,g711codc.ax,5.01.2600.0000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.5512
    Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
    CyberLink MPEG-4 Splitter (PDVD7),0x00600000,1,2,clm4splt.ax,1.00.0000.3229
    ASF DIB Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF ACM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF ICM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF URL Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
    Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.5512
    Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.5512
    WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.6076
    CyberLink TimeStretch Filter (CES),0x00200000,1,1,P2Gauts.ax,1.00.0000.2212
    Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.5512
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.5512
    CyberLink TL MPEG Splitter,0x00200000,1,2,P2GTLMSplter.ax,3.02.0000.2219
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5933
    CyberLink MPEG Muxer,0x00200000,2,1,P2GMpgMux.ax,5.01.0000.1723
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.5933
    QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.5933
    Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
    MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.5933
    File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.5933
    XML Playlist,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
    AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.5933
    File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.5933
    File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.5933
    WMT DV Extract,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    P2G Video Regulator,0x00200000,1,1,P2GResample.ax,2.05.0000.1818
    P2G Audio Encoder,0x00200000,2,0,P2GAudEnc.ax,2.00.0000.4815
    CyberLink Demux (PDVD7 UPnP),0x00200000,1,0,CLDemuxer.ax,1.00.0000.4513
    WMT Switch Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Volume,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.5512
    CyberLink Streamming Filter (PDVD7),0x00200000,0,1,CLStream.ax,1.01.0000.2902
    QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.5933
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.5933
    CyberLink MPEG Decoder,0x00200000,2,3,P2GMVD.ax,5.00.0000.0929
    Indeo® video 4.4 Decompression Filter,0x00640000,1,1,ir41_32.ax,4.51.0016.0003
    TrueMotion 2.0 Decompressor,0x00600001,1,1,tm20dec.ax,1.00.0000.0000
    Indeo® video 4.4 Compression Filter,0x00200000,1,1,ir41_32.ax,4.51.0016.0003
    WDM Streaming Data Transforms:
    Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
    Microsoft Kernel GS Wavetable Synthesizer,0x00200000,1,1,,5.03.2600.5512
    Microsoft Kernel DLS Synthesizer,0x00200000,1,1,,5.03.2600.5512
    Microsoft Kernel DRM Audio Descrambler,0x00200000,1,1,,5.03.2600.5512
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    MSScreen encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.5512
    Indeo® video 5.10 Compression Filter,0x00100000,1,1,ir50_32.dll,5.2562.0015.0055
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.5933
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel Indeo® Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Audio Compressors:
    WMA Voice Encoder DMO,0x00600800,1,1,,
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
    PCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.5933
    ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.5933
    DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.5933
    Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.5933
    Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.5933
    GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.5933
    Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.05.2600.5933
    Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.5933
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.5933
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.5933
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.5933
    Audio Capture Sources:
    Realtek HD Audio Input,0x00200000,0,0,qcap.dll,6.05.2600.5512
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.5933
    Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.5933
    WDM Streaming Capture Devices:
    Realtek HD Audio Input,0x00200000,1,1,,5.03.2600.5512
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,2,1,,5.03.2600.5512
    WDM Streaming Mixer Devices:
    Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.6076
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.6076
    XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.6076
    Audio Renderers:
    Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.5933
    CyberLink Audio Renderer (PDVD7),0x00200000,1,0,cladr.ax,6.00.0000.3916
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.5933
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.5933
    DirectSound: Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.5933
    WDM Streaming System Devices:
    Realtek HD Audio Input,0x00200000,4,1,,5.03.2600.5512
    Realtek HD Audio output,0x00200000,13,1,,5.03.2600.5512
    i await your response. be forewarned, i'll have to start a whole new topic in order to respond, seeing as anytime i click on the "reply" button nothing happens. that is the same issue with trying to download the new flash player 11 from the download page. i click on the link, nothing happens. now, i'm having this problem on every website i go to, at least the ones that will come up and display instead of the blank white screen i keep getting everywhere.

    Thank you for the details.  I suggest you try the following
    go to http://forums.adobe.com/thread/909550 and download (save to disk)
    the 32-bit uninstaller
    the 32-bit installer for your browser
    close all browser windows and run the downloaded uninstaller
    restart Windows
    go to C:\Windows\system32\Macromed\Flash and delete any remaining files in there
    now run the downloaded installer
    Can you now see Shockwave Flash under your browser add-ons, and is it enabled?
    Can you see the Flash animation at http://www.adobe.com/software/flash/about/ ?
    Message was edited by: ʇɐb ɹəuəllıʍ - corrected Flash version link.

  • Unable to update Jist in gui!!! here s the pseudocode. neglect earlier post

    package test;
    public class newdialog extends JDialog {
    JList and JScrollpane decalred here
    private void jbInit() throws Exception {
                        list initialised here and added to scrollpane
    public static void main(String args[])
    SwingUtilities.invokeLater(new Runnable(){
    public void run(){
    call jbinit() here
         //Takes care of delete action
    private class DeleteListener implements ActionListener{
    public void actionPerformed(ActionEvent e) {
    //gettin new list here and updatin jlist
    //workin fine till here
    //but not updated in gui!!!
    //what seems to be the problem??
    //This is how i m tryin( wit all possible methods)
    scrollPane.revalidate();
    scrollPane.repaint();
    scrollPane.updateUI();
    tabbedPane.revalidate();
    tabbedPane.repaint();
    jList.updateUI();
    jList.revalidate();
    }

    [url http://java.sun.com/docs/books/tutorial/uiswing/components/list.html]How to Use Lists

  • Unable to open SR attachment (earlier posted in Oracle Services...oops!)

    Hi,
    The user is trying to open an attachment (.zip file) from SR screen and gets the following error:
    Forbidden
    You don't have permission to access /pls/PRD1/fndgfm/fnd_gfm.get/51073030154/510279/fnd_gfm.zip on this server.
    There are more SR's that have the same problem. Any help is appreciated.
    FYI, they are able to open other .zip file attachments.
    Thanks,
    Alka.

    Please follow instructions in metalink Note:417793.1.

  • Audio preferences lost - not sticking as on earlier post

    I can no longer choose external speakers in audio preferences - it is not there. If I go to audio midi set up I can choose external speakers and restart and everything works fine, but as soon as the iMac wakes from sleep I have lost sound and audio preferences again shows only headphones.

    I've tried multiple firewire cables and tried both firewire ports for each and still my audio interface does not show up as a connected sound output device in system preferences. The manufacturer tech I've been speaking with has determined that the drivers are up to date and there is not a problem in that regard.
    Could the firewire port itself have gone bad?

  • What happened to my earlier post for help

    Oh and by the way, problem has now been resolved

    Have the tracks become unchecked? iTunes will skip unchecked tracks, so if they're all unchecked, iTunes will play one and then stop. If this is indeed the case, re-checkmark the tracks - Command-click on any checkbox will select or unselect them all - and you should then have continuous playback.

Maybe you are looking for

  • Sharing folders for 2 users on the same mac

    Hey I have a Vista Virtual Machine (VM) created in VMware fusion and it is stored on a partition on my Bay 2 HDD in my mac pro. it all runs fine when i log in since i am the admin on the box. I created a Standard user account for my wife. I want my w

  • Possible to make non-HD channel switch to HD channel? (like 7 to 507)

    Hey, just got Fios installed this week and am liking it so far. Quick question... I had Cablevision before this, and they had it set up so that if you put on an non-HD channel using an HD set top box, it automatically switched to the HD version of th

  • Installing internal storage device

    Hello all, Some time over the next few days I will be collecting and installing a 160GB Ultra ATA (internal) drive for my aging Quicksilver (specs below). The old HD is down to about 7GB spare. It is intended to configure the existing and new drives

  • Doubt : Project System with purchase requistion

    Hi all I have to develop one report in Purchase report with PS module. Input parameter : Project No. (Proj-PSPNR) Based on the Project no. i need to take AUFNR from AUFK, and then pass AUFNR to EBKN-NPLNR ie. EBKN-NPLNR = AUFK.AUFNR My doubt : wht is

  • *** glibc detected *** free(): invalid next size (fast):

    Hello, I am working with LabVIEW 8.2 PDS on a RedHawk Enterprise Linux 4.0 system. I have a a VI consisting of a two strings: a control and an indicator string. Both are connected to a CIN object. The control is the input whereas the indicator is the