get the display associated with such funny data

Dear All;

I was wondering if this is possible.

I have the sample data below

create table tip
(ID varchar2(300),
  quantity number(30)
);

insert into tip
    (id, quantity)
values
   ('4Z1-4' || chr(44) ||'6-9'||chr(44)||'7B1-4'|| chr(44) ||'6-9', 16);
and it's the view I want below
4Z1
4Z2
4Z3
4Z4
4Z6
4Z7
4Z8
4Z9
7B1
7B2
7B3
7B4
7B6
7B7
7B8
7B9
Separation utilizies the associated both quantity. Any help is appreciated. Thank you

OK, well you'll need something like that, then...

SQL> ed
Wrote file afiedt.buf

  1  with tip as (select '4Z1-4,6-9,7B1-4,6-9' as id, 16 as quantity from dual)
  2  --
  3  -- end of test data
  4  --
  5  select id||to_char(lower_range+y.rn-1,'fm99999') as id
  6  from (
  7        select rn, parts
  8              ,last_value(id ignore nulls) over (order by rn) as id
  9              ,to_number(regexp_substr(range,'[0-9]+',1,1)) as lower_range
 10              ,to_number(regexp_substr(range,'[0-9]+',1,2)) as higher_range
 11        from (
 12              select rownum as rn
 13                    ,regexp_substr(id,'[^,]+',1, rownum) as parts
 14                    ,regexp_replace(regexp_substr(id,'[^,]+',1, rownum),'([0-9]+[A-Z])?.*','\1') as id
 15                    ,regexp_replace(regexp_substr(id,'[^,]+',1, rownum),'([0-9]+[A-Z])?(.*)','\2') as range
 16              from tip
 17              connect by regexp_substr(id,'[^,]+',1, rownum) is not null
 18             )
 19       ) x
 20       join (select rownum rn from dual connect by rownum <= 99999) y
 21*      on (y.rn <= (x.higher_range-x.lower_range)+1)
SQL> /

ID
----------
4Z1
4Z2
4Z3
4Z4
4Z6
4Z7
4Z8
4Z9
7B1
7B2
7B3
7B4
7B6
7B7
7B8
7B9

16 rows selected.

And not to spoil your data again. ;)

Tags: Database

Similar Questions

  • I can't access what whether the internet associated with such sites as Web and other programs which require an internet connection.

    Original title: Weird problem.

    My computer says it is connected to the network and the network is connected to the internet, but I can't access what whether the internet associated with such sites as Web and other programs which require an internet connection. I have reset the router and the computer many times and the problem is still there. Any ideas on how to solve this problem?

    Very strange that this issue has been raised suddenly and even system restore back the working time is not solve it.  At this point, I suspect something mischievous because restoration of return must be a guaranteed fix.  If it worked on Friday, it should work if restore you backup on Friday.

    I ask you to check if your network card has got an update which could have features broke, but that can't be the problem because the restoration of return would be handed over the old version.

    Indeed, using restore in a working time essentially says that this isn't a configuration problem, because configuration is in a known-to-be-working state (because he worked at the restored time).

    I would therefore start at this stage, verification of hardware, antenna, connections, equipment devices.

  • How to get the Max value with other columns data also.

    Suppose that a query is covered with the data as

    Time of ID
    01 07/12/2014
    02 07/05/2014
    03 16/07/2014
    04 07/07/2014

    I need to get the ID and time to time max.
    that is, should I get
    Time of ID
    03 16/07/2014

    To do this, I wrote a query that gives me necessary data. But I thought that's the best way?
    Is it an effective way to get this data?
    My query that returns the data required is:

    SELECT ID, MAX_DT FROM
    (
    Select 'DUMMY', ID, TIME1, MAX (TIME1) OVER (PARTITION 'DUMMY') AS MAX_DT FROM TAB1
    WHERE ID IN (BLAH BLAH)
    )
    WHERE MAX_DT = (EDT) 1

    Frank mentioned links


    WITH test_data (id, time) LIKE)

    SELECT 01, to_date('2014/07/12','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 02, to_date('2014/07/16','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 03, to_date('2014/07/16','yyyy-mm-dd') FROM dual

    UNION ALL

    SELECT 04, to_date('2014/07/07','yyyy-mm-dd') FROM dual

    )

    SELECT id, time

    go (select id,

    time,

    Max (Time) on latest_time (order by time lines between unbounded preceding and following unbounded)

    of test_data

    )

    where time = latest_time

    ID TIME
    3 16/07/2014
    2 16/07/2014

    Concerning

    Etbin

  • MAMP + WordPress + xip.io: failed to get the assets associated with load

    I managed to get Mamp Pro virtual host domains (example: http://mysite.dev) working with the help of the above link stackoverflow ( http://stackoverflow.com/questions/11546356/xip-io-with-mamp-pro-doesn ' t-work ), but I still can't get things to work properly with local installs WordPress.  I get the same old problem of loading content, but don't load related assets (CSS, JS, images, etc.). When I used to use http://localhost/ URL, I had the same problem unless I put each WordPress installation to use the IP address of the machine, which was annoying when working from different locations.  Now that I configured the virtual servers and use .dev domains, that I really like for various reasons, I'm back to square 1, where the edge inspect becomes useless.

    For the record, comes from a user on a fix for the problem of Wordpress:

    http://WordPress.org/extend/plugins/root-relative-URLs/

    Good luck

    Mark

  • Get the object associated with the event

    I would like to create some user interface items dynamically and connect their tap event to a slot.

    The event that is passed to the slot is TapEvent:

    https://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__tapevent.html

    How to use the event (or something else) to determine which object UI has been exploited?

    Thank you
    Daniel

    OK, he solved by trial and error.

    Looks like the parent of the TapHandler the container. So here's the final solution:

    TapHandler * tapHandler = qobject_cast(sender());
    Container container = tapHandler-> parent();

    Thanks for your help guys.

  • How to get the files associated with a server module

    Hello

    I am facing a problem. I must extends controller, but there a lot of imports coming from the same module but the different folders. and all the files in the .class. files can you tell me where I can download all the files from the server on my local server system and process they are converted to java files. Can I also have the xml on my local system files.

    Please help me on this. are there any tools that can do this? Please share links.

    Thanks in advance.

    Kind regards
    Prakash

    Prakash

    It's better using the tools (for example (WINFTP or WINSCP) you copy the entire structure of package in your local machine. To decompling all files in an appointment that you can make use of JAD which is easily downloadable on the net.

    http://www.varaneckas.com/JAD

    I hope that helps!

    Thank you
    AJ

  • My user folder displays the data of 30 GB. Actual data are only 2 GB. I want to wipe my drive C of hidden data. How can I get the details of 30 GB of data shown in the properties of the folder

    My user folder displays the data of 30 GB. Actual data are only 2 GB. I want to wipe my drive C of hidden data. How can I get the details of 30 GB of data shown in the properties of the folder.

    Hello

    This free program allows you to see what is taking place.

    http://www.Jam-software.com/treesize_free/

    Here's how to understand Treesize Screenshots:

    http://www.Jam-software.com/treesize_free/screenshots.shtml

    ____________________________________

    Also check how much space system restore uses:

    http://Windows.Microsoft.com/en-us/Windows7/how-much-disk-space-does-System-Restore-require

    _____________________________________

    You can clean your hard drive using these two methods.

    "Delete files using Disk Cleanup"

    http://Windows.Microsoft.com/en-us/Windows/delete-files-using-disk-cleanup#delete-files-using-disk-cleanup=Windows-7

    Using the free CCleaner program:

    http://www.Piriform.com/CCleaner

    In NO case use the registry cleaning Option in CCleaner

    _____________________________________

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    And Norton Backup, if you are using Norton, can do strange things with filling of hard drive space.

    See you soon.

  • Hello everyone, I just bought a Thunderbolt Apple display to use with my 2012 15 "27" Macbook Pro, Win10/Bootcamp. Is anyone know the procedure to get the display to work with Bootcamp Windows 10?  I have connected screen but no picture. TY

    Hi all

    I just bought a Thunderbolt Apple display to use with my 2012 15 "27" Macbook Pro Win10/Boot Camp running. Is anyone know the procedure to get the display to work with Bootcamp/Windows 10? Is there a setting in the training Camp that must be turned on to make it work? I have connected screen but could not get a desktop display.  Any help would be really appreciated! TY

    The monitor should have a TB and adapter power connector. The monitor works on both OSX. ? If so, shut down of windows, connect monitor and start Windows. Your TB 2012 monitor is not plug-and-play with Windows.

    Please see ports Thunderbolt and views: frequently asked questions (FAQ) - Apple Support .

    1. the "hot pluggable" Thunderbolt devices using Windows with Boot Camp?

    Thunderbolt hot plugging is supported under Windows 8 or 8.1 on all Macs from 2014 and later.

    For all other Mac computers, Windows 7, 8 and 8.1 scans and active them Thunderbolt devices connected to ports Thunderbolt during the Windows startup process. If your device has been plugged in not at startup, Windows detects not without a reboot.

  • the program associated with the creation of a virtual instrument of Lab View. Please help me

    I have a question with the program associated with the creation of a virtual instrument of Lab View. 1. creation of virtual instrument based on the NI 9401 module mounted on the chassis NI DAQ of Compaq (nor-cDAQ-9172). Creating a virtual tool should apply the following counting pulses in series of the pulse, visualization of data by means of a digital indicator, by comparing the number of impusite with a predetermined value, this value can be assigned by the user. Indicator light when you get to reach the number of pulses, the ability to reset the counter of a button on the front panel. Digital output switch when reaching the number. I hope someone can help me.

    What is your question? You have described what the program is supposed to do, but it is unclear what you're asking about. Do you need help to get started? If so, what you have gone through the tutorials of LabVIEW? You and look at the material in tutorials the NI Developer Zone Learning Center , which provides links to other materials and other. You can also take a course online for free. Have you looked through numerous examples provided with LabVIEW for data acquisition?

  • BlackBerry smartphones can not verify my blacberry id - enter the username associated with this phone - ARGH!

    I just got my blackberry a few days ago and it makes me nuts trying to get this set up. I'm pretty tech savy, but not when it comes to this phone.

    I created an account via blackberry, but then I could not for the life of me remember the password I put on it. So, which became a nightmare and I ended up deleting this account and set up a new through the computer.

    Now, every time I try and connect to this, as the app world to try to put things in place and not - I get the error message "enter the username associated with this smartphone.

    So I enter the new name of user and password I put in place and it works so of course I tried to get all blackberry programs set up on my computer and connect the phone to my computer - but my house is a deadband for cells - so I can't do set up because I can not access my "data plan" in my house.

    I recorded my phone, I have taken the battery all that fun stuff - but it's still not working! That makes me BONKERS - I can not set up email, bbm anything because I can't access my account - ARGH! I really hope that someone can help you.

    No doubt because I posted this - my friend that I couldn't reach finally called me and told me to do a security wipe and then start again. It WORKED! So if anyone has this problem, just try to do a wipe

  • What is the icon associated with a graphic symbol?

    Hello.

    as a beginner in animation and using animate CC, I find a lot of things confused, so I decided to go slowly and carefully through the Adobe Help documentation in order to understand things.

    An example of what I find confusing is the icon associated with a graphic symbol such as illustrated on page 373 of the Adobe animate help PDF is different from the icon that appears in the Animate library panel.

    graphic symbol icon 1.pnggraphic symbol icon 2.png

    For example. I've attached a screenshot of the graphical symbol icon, as shown on page 373 of Adobe animate PDF User Guide, and I have attached a screenshot of the library panel, displaying a symbol graphic icon named "symbol 1", after the bitmap imported PSD has been converted to a graphic symbol.

    You can see that the graphic symbol in the library Panel icon is different from the symbol icon graphic on page 373 of Adobe PDF animate. -each icon consists of a triangle, a circle and a square, but in the PDF version the three forms are arranged differently to the icon displayed in the library panel. that is to say that they are not the same icon.

    Could someone explain to me why the icons are different?

    Thank you.

    I'm guessing a sloppy editing tutorials is at fault. Both icons for graphic symbol and key have changed in CC of Flash versions for icons used in previous versions of CS. I have no idea why this change was made. The only advantage I see is confusing for users.

  • How to get the display driver for hp250 g1 for windows7 32 bit

    Hi, I bought a laptop HP 250 G1 & installed windows 7(32bit) but I'm not able to find the display for this driver. The i found on the site of hp drivers named AMD graphics high definition hd extracted al drivers driver in drive c, but there is no display in driver. Please help me to get the display driver. I will always be grateful.

    Paiva

    Hello:

    I see that your model comes with an AMD graphics adapter.  See page 4 on the link below.

    http://WWW8.HP.com/h20195/v2/GetDocument.aspx?DocName=c04111387

    See if this Intel graphics driver works for you...

    https://downloadcenter.Intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23713&lang=eng&OSVersion=Windows%207%20(32-bit) * & DownloadType = 0a % 09% 09% 09% 09% 09% 09% 09Drivers % 0 a 09 09% 09% 09% 09% 09

  • Get the IRQL_NOT_LESS_OR_EQUAL Error with blue screen

    Hello

    I get the IRQL_NOT_LESS_OR_EQUAL Error with blue screen when I start the machine.
    STOP: 0X0000000A (0X00000000, 0X804DC11D, 0X00000001, 0 X 000000002)

    I can't connect in Debug Mode. I tried winDBG, but cannot interpret the output (output is attached below). There was no new HW SW or recently installed or when this error occurred.

    I also tried to run Verifier.exe with the option "Select all drivers installed automatically on this computer" and as soon as I chose this option, another mistake (and cannot change this option), DRIVER_IRQL_NOT_LESS_OR_EQUAL
    STOP: 0x000000D1(0x8068329C,0x00000002,0x00000000,0x89E4460A)

    Thanks in advance,
    SRSK

    output in winDbg:

    Debug version of Microsoft Windows (R) 6.11.0001.404 X 86

    Copyright (c) Microsoft Corporation. All rights reserved.

    Loading dump file [C:\WINDOWS\Minidump\Mini102109-01.dmp]

    The mini kernel dump file: only registers and the trace of the stack are available

    Symbol search path is: * invalid *.

    ****************************************************************************

    * Loading of the symbol may be unreliable without a symbol search path.           *

    * Use .symfix to get the debugger to choose a symbol path.                   *

    * After adjusting your path to symbols, use .reload to refresh the locations of symbols. *

    ****************************************************************************

    Executable search path is:

    *********************************************************************

    * Symbols cannot be loaded because the path is not initialized. *

    *                                                                   *

    * The symbol path can be defined: *.

    * using the _NT_SYMBOL_PATH environment variable.                 *

    * with the help of the there when you start the debugger argument. *.

    * using the .sympath and .sympath + *.

    *********************************************************************

    Could not load the ntoskrnl.exe, 0n2 error Win32 image

    WARNING: Unable to verify timestamp for ntoskrnl.exe

    ERROR: Module load completed but symbols can be loaded for ntoskrnl.exe

    Windows XP Kernel Version 2600 (Service Pack 3) PUTS free x 86 compatible

    Product: WinNt, suite: TerminalServer SingleUserTS

    Computer name:

    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055b1c0

    The debugging session: 23:57:36.015 Tue Oct 20, 2009 (GMT-4)

    System Uptime: 0 days 9:05:10.605

    *********************************************************************

    * Symbols cannot be loaded because the path is not initialized. *

    *                                                                   *

    * The symbol path can be defined: *.

    * using the _NT_SYMBOL_PATH environment variable.                 *

    * with the help of the there when you start the debugger argument. *.

    * using the .sympath and .sympath + *.

    *********************************************************************

    Could not load the ntoskrnl.exe, 0n2 error Win32 image

    WARNING: Unable to verify timestamp for ntoskrnl.exe

    ERROR: Module load completed but symbols can be loaded for ntoskrnl.exe

    Loading the kernel symbols

    ...............................................................

    ................................................................

    .......

    Loading user symbols

    Loading unloaded module list

    ..................

    *******************************************************************************

    *                                                                             *

    * Bugcheck analysis *.

    *                                                                             *

    *******************************************************************************

    Use! analyze - v to obtain detailed debugging information.

    Bugcheck 1000007E, {c0000005, 8736d01a, f78d9ec4, f78d9bc0}

    The kernel symbols are FALSE. Correct symbols to do the analysis.

    *************************************************************************

    ***                                                                   ***

    ***                                                                   ***

    Your debugger is not using the appropriate symbols *.

    ***                                                                   ***

    In order for this command works correctly, your symbol path *.

    should point to .pdb files have the type information complete.      ***

    ***                                                                   ***

    Some (such as the public OS symbols) .pdb files are not *.

    contain the required information.  The contact group that *.

    you provided with these symbols, if you need this command for *.

    work.                                                          ***

    ***                                                                   ***

    Type referenced: nt! _KPRCB *.

    *

    Type referenced: nt! KPRCB                                      ***

    Type referenced: nt! _KPRCB *.

    *

    Type referenced: nt! _KPRCB *.

    *************************************************************************

    WARNING: Unable to verify timestamp for Ntfs.sys

    ERROR: Module load completed but symbols can be loaded for Ntfs.sys

    Could not load the PxHelp20.sys, 0n2 error Win32 image

    WARNING: Unable to verify timestamp for PxHelp20.sys

    ERROR: Module load completed but symbols can be loaded for PxHelp20.sys

    Type referenced: nt! _KPRCB *.

    *                                                                  ***

    Type referenced: nt! _KPRCB *.

    * Symbols cannot be loaded because the path is not initialized. *

    *                                                                   *

    * The symbol path can be defined: *.

    * using the _NT_SYMBOL_PATH environment variable.                 *

    * with the help of the there when you start the debugger argument. *.

    * using the .sympath and .sympath + *.

    *********************************************************************

    *********************************************************************

    * Symbols cannot be loaded because the path is not initialized. *

    *                                                                   *

    * The symbol path can be defined: *.

    * using the _NT_SYMBOL_PATH environment variable.                 *

    * with the help of the there when you start the debugger argument. *.

    * using the .sympath and .sympath + *.

    *********************************************************************

    Probably caused by: PxHelp20.sys (PxHelp20 + 59b 7)

    Follow-up: MachineOwner

    ---------

    KD > .symfix

    KD > .reload

    Could not load the ntoskrnl.exe, 0n2 error Win32 image

    WARNING: Unable to verify timestamp for ntoskrnl.exe

    ERROR: Module load completed but symbols can be loaded for ntoskrnl.exe

    Loading the kernel symbols

    ...............................................................

    ................................................................

    .......

    Loading user symbols

    Loading unloaded module list

    ..................

    KD > kb

    ChildEBP RetAddr Args to child

    WARNING: Frame IP not in any known module. Sequence of images may be wrong.

    68772073 20657265 20657261 3f756f79 0x8736d01a f78da54c

    20657265 20657261 3f756f79 6d6f4820 f78da550 0 x 68772073

    f78da554 20657261 3f756f79 6d6f4820 63207265 0 x 20657265

    f78da558 3f756f79 6d6f4820 63207265 736c6c61 0 x 20657261

    f78da55c 6d6f4820 63207265 736c6c61 62654 has 20 0x3f756f79

    f78da560 63207265 62654a 20 00217375 0x6d6f4820 736c6c61

    f78da564 736c6c61 62654a 20 00217375 666e6f63 0 x 63207265

    62654a 20 00217375 666e6f63 692e6769 0x736c6c61 f78da568

    f78da56c 00217375 666e6f63 692e6769 0000696e 0x62654a20

    f78da570 666e6f63 692e6769 0000696e 73726576 0 x 217375

    f78da574 0000696e 692e6769 73726576 006e6f69 0x666e6f63

    00000000 73726576 006e6f69 746f7571 0x692e6769 f78da578

    KD > lmv

    start end module name

    804 d 7000 806ed700 nt T (no symbol)

    Loaded symbol image file: ntoskrnl.exe

    Image path: ntoskrnl.exe

    Image name: ntoskrnl.exe

    Timestamp: Fri Feb 06 06:08:08 2009 (498C1A18)

    CheckSum: 002197F5

    ImageSize: 00216700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    806ee000 8070e300 hal (postponed)

    Image path: hal.dll

    Image name: hal.dll

    Timestamp: Sun Apr 13 14:31:27 2008 (4802517F)

    CheckSum: 00024F17

    ImageSize: 00020300

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    951ba180 95190000 kmixer (postponed)

    Image path: c:\windows\system32\drivers\kmixer.sys

    Image name: c:\windows\system32\drivers\kmixer.sys

    Timestamp: Sun Apr 13 14:45:07 2008 (480254B 3)

    CheckSum: 0002F580

    ImageSize: 0002A 180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    953c 6000 953d 2000 1 (postponed)

    Image path: 1C.tmp

    Image name: 1C.tmp

    Timestamp: Sat Oct 17 23:21:43 2009 (4ADA89C7)

    CheckSum: 00007E35

    ImageSize: 0000-000 C

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    98528000 98579880 srv (postponed)

    Image path: srv.sys

    Image name: srv.sys

    Timestamp: Thu Dec 11 05:57:07 2008 (4940F203)

    CheckSum: 0005EF30

    ImageSize: 00051880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    985f5000 98609480 wdmaud (postponed)

    Image path: wdmaud.sys

    Image name: wdmaud.sys

    Timestamp: Sun Apr 13 15:17:18 2008 (48025C3E)

    CheckSum: 00018CBD

    ImageSize: 00014480

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9865 to 000 9869aa80 HTTP (postponed)

    Image path: HTTP.sys

    Image name: HTTP.sys

    Timestamp: Sun Apr 13 14:53:48 2008 (480256BC)

    Checksum: 00046D 31

    ImageSize: 00040A 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9870e000 9873 has 180 mrxdav (postponed)

    Image path: c:\windows\system32\drivers\mrxdav.sys

    Image name: c:\windows\system32\drivers\mrxdav.sys

    Timestamp: Sun Apr 13 14:32:42 2008 (480251CA)

    Sum: 0002C 564

    ImageSize: 0002C 180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a7b3000 9a 825100 dump_iastor (postponed)

    Image path: dump_iastor.sys

    Image name: dump_iastor.sys

    Timestamp: Tue Mar 23 15:13:55 2004 (40608 C 73)

    CheckSum: 00072C3C

    ImageSize: 00072100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a 826000 9 has 876380 avgldx86 (postponed)

    Image path: avgldx86.sys

    Image name: avgldx86.sys

    Timestamp: Thu Jul 09 20:17:49 2009 (4A5688AD)

    Sum: 0005C 506

    ImageSize: 00050380

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a 877000 9a89c500 ipnat (postponed)

    Image path: ipnat.sys

    Image name: ipnat.sys

    Timestamp: Sun Apr 13 14:57:10 2008 (48025786)

    CheckSum: 0002AF4A

    ImageSize: 00025500

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a89d000 9a90c280 mrxsmb (postponed)

    Image path: mrxsmb.sys

    Image name: mrxsmb.sys

    Timestamp: Fri Oct 24 07:21:07 2008 (4901AFA3)

    CheckSum: 0007CB15

    ImageSize: 0006F280

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a90d000 9a937e80 rdbss (postponed)

    Image path: rdbss.sys

    Image name: rdbss.sys

    Timestamp: Sun Apr 13 15:28:38 2008 (48025EE6)

    CheckSum: 0002F906

    ImageSize: 0002AE80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a 938000 9a959d00 afd (postponed)

    Image path: afd.sys

    Image name: afd.sys

    Timestamp: Thu Aug 14 06:04:35 2008 (48A 40333)

    CheckSum: 000292E0

    ImageSize: 00021D 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a95a000 9a981c00 netbt (postponed)

    Image path: netbt.sys

    Image name: netbt.sys

    Timestamp: Sun Apr 13 15:20:59 2008 (48025D1B)

    CheckSum: 0002FE7A

    ImageSize: 00027C 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a 982000 9a99ae00 avgtdix (postponed)

    Image path: c:\windows\system32\drivers\avgtdix.sys Device

    Image name: c:\windows\system32\drivers\avgtdix.sys Device

    Timestamp: My Apr 06 09:42:27 2009 (49DA06C3)

    CheckSum: 00029806

    ImageSize: 00018E00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a99b000 9a9f3480 tcpip (postponed)

    Image path: tcpip.sys

    Image name: tcpip.sys

    Timestamp: Fri Jun 20 07:51:09 2008 (485B99AD)

    CheckSum: 0005ED6B

    ImageSize: 00058480

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9a9f4000 9aa06600 ipsec (postponed)

    Image path: ipsec.sys

    Image name: ipsec.sys

    Timestamp: Sun Apr 13 15:19:42 2008 (48025CCE)

    CheckSum: 00016389

    ImageSize: 00012600

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9aa27000 9aac3000 ctac32k (postponed)

    Image path: ctac32k.sys

    Image name: ctac32k.sys

    Timestamp: Fri Aug 11 02:45:14 2006 (44DC277A)

    CheckSum: 00081570

    ImageSize: 0009C 000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9aac3000 9aaea000 ctsfm2k (postponed)

    Image path: ctsfm2k.sys

    Image name: ctsfm2k.sys

    Timestamp: Fri Aug 11 02:45:18 2006 (44DC277E)

    Checksum: 000275C 8

    ImageSize: 00027000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9aaea000 9ab17000 emupia2k (postponed)

    Image path: emupia2k.sys

    Image name: emupia2k.sys

    Timestamp: Fri Aug 11 02:45:17 2006 (44DC277D)

    CheckSum: 00013B 96

    ImageSize: 0002D 000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9ab17000 9ac1b000 ha10kx2k (postponed)

    Image path: ha10kx2k.sys

    Image name: ha10kx2k.sys

    Timestamp: Fri Aug 11 02:45:24 2006 (44DC2784)

    CheckSum: 000BD2C0

    ImageSize: 00104000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9ac1b000 9ac45000 hap16v2k (postponed)

    Image path: hap16v2k.sys

    Image name: hap16v2k.sys

    Timestamp: Fri Aug 11 02:45:26 2006 (44DC2786)

    Checksum: 0002D 547

    ImageSize: 0002A, 000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b20b000 9b219a80 usbaudio (postponed)

    Image path: usbaudio.sys

    Image name: usbaudio.sys

    Timestamp: Sun Apr 13 14:45:11 2008 (480254B 7)

    CheckSum: 0001D8AC

    ImageSize: 0000EA80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b2bb000 9b2be900 o ndisuio (postponed)

    Image path: ndisuio.sys

    Image name: ndisuio.sys

    Timestamp: Sun Apr 13 14:55:57 2008 (4802573D)

    CheckSum: 00008481

    ImageSize: 00003900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b2dc000 9b2dcb80 Null (postponed)

    Image path: Null.SYS

    Image name: Null.SYS

    Timestamp: Fri Aug 17 16:47:39 2001 (3B7D82EB)

    CheckSum: 00008483

    ImageSize: 00000B 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b 964000 9b972d80 arp1394 (postponed)

    Image path: arp1394.sys

    Image name: arp1394.sys

    Timestamp: Sun Apr 13 14:51:22 2008 (4802562A)

    CheckSum: 0000EE1E

    ImageSize: 0000ED80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b 974000 9b97c700 wanarp (postponed)

    Image path: wanarp.sys

    Image name: wanarp.sys

    Timestamp: Sun Apr 13 14:57:20 2008 (48025790)

    CheckSum: 00009785

    ImageSize: 00008700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b 994000 9b99ee00 Fips (postponed)

    Image path: Fips.SYS

    Image name: Fips.SYS

    Timestamp: Sun Apr 13 14:33:27 2008 (480251F7)

    CheckSum: 0001559A

    ImageSize: 0000AE00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9b9b4000 9b9bc780 netbios (postponed)

    Image path: netbios.sys

    Image name: netbios.sys

    Timestamp: Sun Apr 13 14:56:01 2008 (48025741)

    CheckSum: 00010B5E

    ImageSize: 00008780

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9bd09000 9bd0c240 OMCI (postponed)

    Image path: OMCI. SYS

    Image name: OMCI. SYS

    Timestamp: Sea Aug 22 12:42:57 2001 (3B83E111)

    CheckSum: 0000FDD9

    ImageSize: 00003240

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    9ca 75000 9 ca 77280 Rdbss (postponed)

    Image path: rasacd.sys

    Image name: rasacd.sys

    Timestamp: Fri Aug 17 16:55:39 2001 (3B7D84CB)

    CheckSum: 0000B2E7

    ImageSize: 00002280

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    a6782000 dog guard a6786500 (postponed)

    Image path: watchdog.sys

    Image name: watchdog.sys

    Timestamp: Sun Apr 13 14:44:59 2008 (480254AB)

    CheckSum: 000078B 2

    ImageSize: 00004500

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    a6870000 a687f900 Cdfs (postponed)

    Image path: Cdfs.SYS

    Image name: Cdfs.SYS

    Timestamp: Sun Apr 13 15:14:21 2008 (48025B8D)

    CheckSum: 000127A 4

    ImageSize: 0000F900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    a7027000 a7029900 Dxapi (postponed)

    Image path: Dxapi.sys

    Image name: Dxapi.sys

    Timestamp: Fri Aug 17 16:53:19 2001 (3B7D843F)

    CheckSum: 0000ACC2

    ImageSize: 00002900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    aa431000 aa437700 USBSTOR (postponed)

    Image path: USBSTOR. SYS

    Image name: USBSTOR. SYS

    Timestamp: Sun Apr 13 14:45:37 (1 480254) 2008

    CheckSum: 00011541

    ImageSize: 00006700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad66c000 ad673d80 usbccgp (postponed)

    Image path: usbccgp.sys

    Image name: usbccgp.sys

    Timestamp: Sun Apr 13 14:45:38 2008 (480254 2)

    CheckSum: 000100CC

    ImageSize: 00007D 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad684000 ad689280 avgmfx86 (postponed)

    Image path: avgmfx86.sys

    Image name: avgmfx86.sys

    Timestamp: Wed Jul 01 16:37:21 2009 (4A4BC901)

    CheckSum: 0000B17B

    ImageSize: 00005280

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad68c000 ad693880 NPH (postponed)

    Image path: Npfs.SYS

    Image name: Npfs.SYS

    Timestamp: Sun Apr 13 14:32:38 2008 (6 480251)

    CheckSum: 0000C3AB

    ImageSize: 00007880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad694000 ad698a80 Msfs (postponed)

    Image path: Msfs.SYS

    Image name: Msfs.SYS

    Timestamp: Sun Apr 13 14:32:38 2008 (6 480251)

    CheckSum: 00005BB8

    ImageSize: 00004A 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad69c000 ad6a1200 vga (postponed)

    Image path: vga.sys

    Image name: vga.sys

    Timestamp: Sun Apr 13 14:44:40 2008 (48025498)

    Checksum: 0001170C

    ImageSize: 00005200

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ad6a4000 ad6aa180 HIDPARSE (postponed)

    Image path: HIDPARSE. SYS

    Image name: HIDPARSE. SYS

    Timestamp: Sun Apr 13 14:45:22 2008 (480254 2)

    CheckSum: 00008E19

    ImageSize: 00006180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b03d8000 b03d8d00 dxgthk (postponed)

    Image path: dxgthk.sys

    Image name: dxgthk.sys

    Timestamp: Fri Aug 17 16:53:12 2001 (3B7D8438)

    CheckSum: 000035E7

    ImageSize: 00000D 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9722000 b977ff00 update (postponed)

    Image path: update.sys

    Image name: update.sys

    Timestamp: Sun Apr 13 14:39:46 2008 (48025372)

    CheckSum: 0006CBBF

    ImageSize: 0005DF00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9780000 b97afe80 rdpdr (postponed)

    Image path: rdpdr.sys

    Image name: rdpdr.sys

    Timestamp: Sun Apr 13 14:32:50 (480251 2) 2008

    CheckSum: 00039B0C

    ImageSize: 0002FE80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b97b0000 b97c0e00 psched (postponed)

    Image path: psched.sys

    Image name: psched.sys

    Timestamp: Sun Apr 13 14:56:36 2008 (48025764)

    CheckSum: 0001E655

    ImageSize: 00010E00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b97c1000 b97d7580 ndiswan (postponed)

    Image path: ndiswan.sys

    Image name: ndiswan.sys

    Timestamp: Sun Apr 13 15:20:41 2008 (48025-09)

    CheckSum: 00018B 10

    ImageSize: 00016580

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b97d8000 b9826500 luipsec (postponed)

    Image path: luipsec.sys

    Image name: luipsec.sys

    Timestamp: Fri Feb 20 14:55:19 2008 (47BC85A7)

    CheckSum: 0005082D

    ImageSize: 0004E500

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9827000 b9860000 arkzlin6 (postponed)

    Image path: arkzlin6. SYS

    Image name: arkzlin6. SYS

    Timestamp: Sun Jul 13 18:54 2008 (487A 8788)

    CheckSum: 00042E1D

    ImageSize: 00039000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9860000 b9873900 parport (postponed)

    Image path: parport.sys

    Image name: parport.sys

    Timestamp: Sun Apr 13 14:40:09 2008 (48025389)

    CheckSum: 00018D4E

    ImageSize: 00013900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9874000 b98a7000 ctoss2k (postponed)

    Image path: ctoss2k.sys

    Image name: ctoss2k.sys

    Timestamp: Fri Aug 11 02:45:23 2006 (44DC2783)

    CheckSum: 000299B 7

    ImageSize: 00033000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b98a7000 b98caa80 portcls (postponed)

    Image path: portcls.sys

    Image name: portcls.sys

    Timestamp: Sun Apr 13 15:19:40 2008 (48025CCC)

    CheckSum: 00030B 59

    ImageSize: 00023A 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b98cb000 b9944f80 ctaud2k (postponed)

    Image path: ctaud2k.sys don't

    Image name: ctaud2k.sys don't

    Timestamp: Fri Aug 11 02:45:37 2006 (44DC2791)

    CheckSum: 00084619

    ImageSize: 00079F80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9945000 b9967700 ks (deferred)

    Image path: ks.sys

    Image name: ks.sys

    Timestamp: Sun Apr 13 15:16:34 (48025 12) 2008

    CheckSum: 000326F0

    ImageSize: 00022700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9968000 b99dea00 atinewp2 (postponed)

    Image path: atinewp2.sys

    Image name: atinewp2.sys

    Timestamp: Kills Jul 27 21:43:40 2004 (410704CC)

    CheckSum: 00083DD5

    ImageSize: 00076A 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b99df000 b9a02200 USBPORT (postponed)

    Image path: USBPORT. SYS

    Image name: USBPORT. SYS

    Timestamp: Sun Apr 13 14:45:34 2008 (480254CE)

    CheckSum: 0002AAEC

    ImageSize: 00023200

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9a03000 b9a20a80 b57xp32 (postponed)

    Image path: b57xp32.sys

    Image name: b57xp32.sys

    Timestamp: Mon August 23 at 17:49:29 2004 (412A 6669)

    CheckSum: 00028D3C

    ImageSize: 0001DA80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9a21000 b9a34f00 VIDEOPRT (postponed)

    Image path: VIDEOPRT. SYS

    Image name: VIDEOPRT. SYS

    Timestamp: Sun Apr 13 14:44:39 2008 (48025497)

    CheckSum: 000142CF

    ImageSize: 00013F00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9a35000 b9bb2000 ati2mtag (postponed)

    Image path: ati2mtag.sys

    Image name: ati2mtag.sys

    Timestamp: Thu Feb 09 21:57:44 2006 (43EC0128)

    CheckSum: 00179501

    ImageSize: 0017D 000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9cd6000 b9cda580 ptilink (postponed)

    Image path: ptilink.sys

    Image name: ptilink.sys

    Timestamp: Fri Aug 17 16:49:53 2001 (3B7D8371)

    Sum: 0000648C

    ImageSize: 00004580

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    b9cde000 b9ce2a80 TDI (postponed)

    Image path: TDI. SYS

    Image name: TDI. SYS

    Timestamp: Sun Apr 13 15:00:04 2008 (48025834)

    CheckSum: 0000649E

    ImageSize: 00004A 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0a0000 ba0a9f00 termdd (postponed)

    Image path: termdd.sys

    Image name: termdd.sys

    Timestamp: Sun Apr 13 14:38:36 2008 (4802532 C)

    CheckSum: 0000DEB5

    ImageSize: 00009F00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0b0000 ba0b8900 msgpc (postponed)

    Image path: msgpc.sys

    Image name: msgpc.sys

    Timestamp: Sun Apr 13 14:56:32 2008 (48025760)

    CheckSum: 0000DE60

    ImageSize: 00008900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0c0000 ba0cbd00 raspptp (postponed)

    Image path: raspptp.sys

    Image name: raspptp.sys

    Timestamp: Sun Apr 13 15:19:47 2008 (48025 CD 3)

    CheckSum: 000188A 6

    ImageSize: 0000BD00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0d0000 ba0da200 raspppoe (postponed)

    Image path: raspppoe.sys

    Image name: raspppoe.sys

    Timestamp: Sun Apr 13 14:57:31 2008 (4802579B)

    Sum: 0000D 695

    ImageSize: 0000A 200

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0e0000 ba0ec880 rasl2tp (postponed)

    Image path: rasl2tp.sys

    Image name: rasl2tp.sys

    Timestamp: Sun Apr 13 15:19:43 2008 (48025CCF)

    CheckSum: 0000FAE5

    ImageSize: 0000C 880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba0f0000 ba0fa480 imapi (postponed)

    Image path: imapi.sys

    Image name: imapi.sys

    Timestamp: Sun Apr 13 14:40:57 2008 (B 480253, 9)

    CheckSum: 00014A 61

    ImageSize: 0000A 480

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba100000 ba10e100 redbook (postponed)

    Image path: redbook.sys

    Image name: redbook.sys

    Timestamp: Sun Apr 13 14:40:27 2008 (4802539B)

    CheckSum: 0001462F

    ImageSize: 0000E100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba63d000 ba64c600 cdrom (postponed)

    Image path: cdrom.sys

    Image name: cdrom.sys

    Timestamp: Sun Apr 13 14:40:45 2008 (480253AD)

    CheckSum: 00018524

    ImageSize: 0000F600

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba64d000 ba65cc00 series (postponed)

    Image path: serial.sys

    Image name: serial.sys

    Timestamp: Sun Apr 13 15:15:44 2008 (48025BE0)

    CheckSum: 00014865

    ImageSize: 0000 00 FC

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba65d000 ba669d00 i8042prt (postponed)

    Image path: i8042prt.sys

    Image name: i8042prt.sys

    Timestamp: Sun Apr 13 15:17:59 2008 (48025 C 67)

    Checksum: 0001918C

    ImageSize: 0000CD 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba66d000 ba67bb00 drmk (postponed)

    Image path: drmk.sys

    Image name: drmk.sys

    Timestamp: Sun Apr 13 14:45:12 2008 (480254B 8)

    CheckSum: 0001 B 540

    ImageSize: 0000EB00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba67d000 ba689100 STREAM (postponed)

    Image path: streams. SYS

    Image name: streams. SYS

    Timestamp: Sun Apr 13 14:45:14 2008 (480254BA)

    CheckSum: 0001B4AB

    ImageSize: 0000C 100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    ba68d000 ba695e00 intelppm (postponed)

    Image path: intelppm.sys

    Image name: intelppm.sys

    Timestamp: Sun Apr 13 14:31:31 2008 (48025183)

    Sum: 0000C 894

    ImageSize: 00008E00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    badd2000 badd5c80 mssmbios (postponed)

    Image path: mssmbios.sys

    Image name: mssmbios.sys

    Timestamp: Sun Apr 13 14:36:45 2008 (480252BD)

    CheckSum: 0000FC8F

    ImageSize: 00003C 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    badfb000 badfd780 ndistapi (postponed)

    Image path: ndistapi.sys

    Image name: ndistapi.sys

    Timestamp: Sun Apr 13 14:57:27 2008 (48025797)

    CheckSum: 0000A1B3

    ImageSize: 00002780

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bae17000 bae1ad80 serenum (postponed)

    Image path: serenum.sys

    Image name: serenum.sys

    Timestamp: Sun Apr 13 14:40:12 2008 (4802538 C)

    CheckSum: 0001290A

    ImageSize: 00003D 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bae43000 bae5cb80 Mup (postponed)

    Image path: Mup.sys

    Image name: Mup.sys

    Timestamp: Sun Apr 13 15:17:05 (48025 31) 2008

    CheckSum: 0001AB3E

    ImageSize: 00019B 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bae5d000 bae89980 NDIS (postponed)

    Image path: NDIS.sys

    Image name: NDIS.sys

    Timestamp: Sun Apr 13 15:20:35 (48025 03) 2008

    CheckSum: 0002E181

    ImageSize: 0002C 980

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bae8a000 baf16600 Ntfs (postponed)

    Image path: Ntfs.sys

    Image name: Ntfs.sys

    Timestamp: Sun Apr 13 15:15:49 2008 (48025BE5)

    CheckSum: 0009586B

    ImageSize: 0008C 600

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    baf17000 baf2d880 KSecDD (postponed)

    Image path: KSecDD.sys

    Image name: KSecDD.sys

    Timestamp: Sun Apr 13 14:31:40 2008 (4802518 C)

    CheckSum: 00025D4C

    ImageSize: 00016880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    baf3e000 baf47e80 NDProxy (postponed)

    Image path: NDProxy.SYS

    Image name: NDProxy.SYS

    Timestamp: Sun Apr 13 14:57:28 2008 (48025798)

    CheckSum: 00011DE5

    ImageSize: 00009E80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bafce000 bafdff00 sr (postponed)

    Image path: sr.sys

    Image name: sr.sys

    Timestamp: Sun Apr 13 14:36:50 2008 (480252 2)

    CheckSum: 00012604

    ImageSize: 00011F00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bafe0000 bafffb00 fltmgr (postponed)

    Image path: fltmgr.sys

    Image name: fltmgr.sys

    Timestamp: Sun Apr 13 14:32:58 2008 (480251DA)

    CheckSum: 000251BB

    ImageSize: 0001FB00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    BF800000 bf9c2f80 win32k (postponed)

    Image path: win32k.sys

    Image name: win32k.sys

    Timestamp: Fri Apr 17 08:26:26 2009 (49E87572)

    CheckSum: 001C50F1

    ImageSize: 001C2F80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bf9c3000 bf9d4600 dxg (postponed)

    Image path: dxg.sys

    Image name: dxg.sys

    Timestamp: Sun Apr 13 14:38:27 2008 (48025323)

    Sum: 0001313C

    ImageSize: 00011600

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    BF9D5000 bfa17000 ati2dvag (postponed)

    Image path: ati2dvag.dll

    Image name: ati2dvag.dll

    Timestamp: Thu Feb 09 21:58:02 2006 (43EC013A)

    CheckSum: 000493AB

    ImageSize: 00042000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bfa17000 bfa56000 ati2cqag (postponed)

    Image path: ati2cqag.dll

    Image name: ati2cqag.dll

    Timestamp: Thu Feb 09 21:22:39 2006 (43EBF8EF)

    CheckSum: 00044F2F

    ImageSize: 0003F000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bfa56000 bfa8c000 atikvmag (postponed)

    Image path: c:\windows\system32\atikvmag.dll

    Image name: c:\windows\system32\atikvmag.dll

    Timestamp: Thu Feb 09 21:27:47 2006 (43EBFA23)

    Checksum: 000317C 3

    ImageSize: 00036000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bfa8c000 bfd0f940 ati3duag (postponed)

    Image path: ati3duag.dll

    Image name: ati3duag.dll

    Timestamp: Thu Feb 09 21:44:39 2006 (43EBFE17)

    CheckSum: 0028EAA1

    ImageSize: 00283940

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bfd10000 bfde20c0 ativvaxx (postponed)

    Image path: ativvaxx.dll

    Image name: ativvaxx.dll

    Timestamp: Thu Feb 09 21:39:23 2006 (43EBFCDB)

    CheckSum: 000D58AB

    ImageSize: 000D20C0

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bff50000 bff52f00 TSDDD (postponed)

    Image path: TSDDD.dll

    Image name: TSDDD.dll

    Timestamp: Sun Apr 13 20:11:25 2008 (4802A12D)

    CheckSum: 0000E39C

    ImageSize: 00002F00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    bffa0000 bffe5c00 ATMFD (postponed)

    Image path: ATMFD. DLL

    Image name: ATMFD. DLL

    Timestamp: Sun Apr 13 20:09:55 2008 (4802A0D3)

    CheckSum: 0004BE90

    ImageSize: 00045C 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f747f000 f748fa80 pci (postponed)

    Image path: pci.sys

    Image name: pci.sys

    Timestamp: Sun Apr 13 14:36:43 2008 (480252BB)

    CheckSum: 00015F46

    ImageSize: 00010A 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7490000 f74bdd80 ACPI (postponed)

    Image path: ACPI.sys

    Image name: ACPI.sys

    Timestamp: Sun Apr 13 14:36:33 2008 (480252B 1)

    CheckSum: 00038955

    ImageSize: 0002DD80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f74be000 f74d5880 SCSIPORT (postponed)

    Image path: SCSIPORT. SYS

    Image name: SCSIPORT. SYS

    Timestamp: Sun Apr 13 14:40:29 2008 (4802539 D)

    CheckSum: 00021101

    ImageSize: 00017880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f74d6000 f75d6000 DTAS (postponed)

    Image path: c:\windows\system32\drivers\sptd.sys

    Image name: c:\windows\system32\drivers\sptd.sys

    Timestamp: Wed Mar 05 19:32:57 2008 (47CF3BB9)

    CheckSum: 000 B 4211

    ImageSize: 00100000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f75f7000 f7606100 ohci1394 (postponed)

    Image path: ohci1394.sys

    Image name: ohci1394.sys

    Timestamp: Sun Apr 13 14:46:18 2008 (480254FA)

    CheckSum: 000151B 2

    ImageSize: 0000F100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7607000 f7614080 1394BUS (postponed)

    Image path: 1394BUS. SYS

    Image name: 1394BUS. SYS

    Timestamp: Sun Apr 13 14:46:18 2008 (480254FA)

    CheckSum: 0000F247

    ImageSize: 0000D 080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7617000 f7620180 isapnp (postponed)

    Image path: isapnp.sys

    Image name: isapnp.sys

    Timestamp: Sun Apr 13 14:36:40 2008 (480252B 8)

    Sum: 0000D 074

    ImageSize: 00009180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7627000 f7631580 MountMgr (postponed)

    Image path: MountMgr.sys

    Image name: MountMgr.sys

    Timestamp: Sun Apr 13 14:39:45 2008 (48025371)

    CheckSum: 0000E3AA

    ImageSize: 0000A 580

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7637000 f7643c80 VolSnap (postponed)

    Image path: VolSnap.sys

    Image name: VolSnap.sys

    Timestamp: Sun Apr 13 14:41 2008 (480253BC)

    CheckSum: 00019063

    ImageSize: 0000CC80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7647000 f764fe00 drive (postponed)

    Image path: disk.sys

    Image name: disk.sys

    Timestamp: Sun Apr 13 14:40:46 2008 (480253AE)

    Checksum: 00014C 02

    ImageSize: 00008E00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7657000 f7663180 CLASSPNP (postponed)

    Image path: CLASSPNP. SYS

    Image name: CLASSPNP. SYS

    Timestamp: Sun Apr 13 15:16:21 2008 (48025-05)

    CheckSum: 0000CA8C

    ImageSize: 0000C 180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7667000 f766fde0 PxHelp20 (postponed)

    Image path: PxHelp20.sys

    Image name: PxHelp20.sys

    Timestamp: Wed Jun 20 18:26 2007 (4679A 978)

    CheckSum: 00015660

    ImageSize: 00008DE0

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7687000 f7696180 nic1394 (postponed)

    Image path: nic1394.sys

    Image name: nic1394.sys

    Timestamp: Sun Apr 13 14:51:22 2008 (4802562A)

    CheckSum: 0000F8AC

    ImageSize: 0000F180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f76b7000 f76c5880 usbhub (postponed)

    Image path: usbhub.sys

    Image name: usbhub.sys

    Timestamp: Sun Apr 13 14:45:36 2008 (480254 D 0)

    CheckSum: 0000FBBC

    ImageSize: 0000E880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7707000 f770d180 PCIIDEX (postponed)

    Image path: PCIIDEX. SYS

    Image name: PCIIDEX. SYS

    Timestamp: Sun Apr 13 14:40:29 2008 (4802539 D)

    CheckSum: 00009319

    ImageSize: 00006180

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f770f000 f7713d00 PartMgr (postponed)

    Image path: PartMgr.sys

    Image name: PartMgr.sys

    Timestamp: Sun Apr 13 14:40:48 2008 (B 480253, 0)

    CheckSum: 0000C1F3

    ImageSize: 00004D 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77b7000 f77bc080 usbuhci (postponed)

    Image path: usbuhci.sys

    Image name: usbuhci.sys

    Timestamp: Sun Apr 13 14:45:34 2008 (480254CE)

    CheckSum: 0000DB34

    ImageSize: 00005080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77bf000 f77c6600 usbehci (postponed)

    Image path: usbehci.sys

    Image name: usbehci.sys

    Timestamp: Sun Apr 13 14:45:34 2008 (480254CE)

    Checksum: 000099D 5

    ImageSize: 00007600

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77c7000 f77cf000 ctprxy2k (postponed)

    Image path: ctprxy2k.sys

    Image name: ctprxy2k.sys

    Timestamp: Fri Aug 11 02:45:39 2006 (44DC2793)

    CheckSum: 00005746

    ImageSize: 00008000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77cf000 f77d5000 kbdclass (postponed)

    Image path: kbdclass.sys

    Image name: kbdclass.sys

    Timestamp: Sun Apr 13 14:39:46 2008 (48025372)

    CheckSum: 00011FF4

    ImageSize: 00006000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77d7000 f77dca00 mouclass (postponed)

    Image path: mouclass.sys

    Image name: mouclass.sys

    Timestamp: Sun Apr 13 14:39:47 2008 (48025373)

    CheckSum: 00014EAB

    ImageSize: 00005A 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f77ff000 f7803080 raspti (postponed)

    Image path: raspti.sys

    Image name: raspti.sys

    Timestamp: Fri Aug 17 16:55:32 2001 (3B7D84C4)

    CheckSum: 000114B 1

    ImageSize: 00004080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7832000 f7857700 dmio (postponed)

    Image path: dmio.sys

    Image name: dmio.sys

    Timestamp: Sun Apr 13 14:44:45 2008 (4802549 D)

    CheckSum: 00034FCE

    ImageSize: 00025700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7858000 f7876880 ftdisk (postponed)

    Image path: ftdisk.sys

    Image name: ftdisk.sys

    Timestamp: Fri August 17 16:52:41 2001 (3B7D8419)

    CheckSum: 00021032

    ImageSize: 0001E880

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7877000 f7885d80 sysaudio (postponed)

    Image path: sysaudio.sys

    Image name: sysaudio.sys

    Timestamp: Sun Apr 13 15:15:55 2008 (48025BEB)

    CheckSum: 0001C7CE

    ImageSize: 0000ED80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7897000 f789a000 BOOTVID (postponed)

    Image path: BOOTVID.dll

    Image name: BOOTVID.dll

    Timestamp: Fri Aug 17 16:49:09 2001 (3B7D8345)

    CheckSum: 0000A36C

    ImageSize: 00003000

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f796f000 f7986900 atapi (postponed)

    Image path: atapi.sys

    Image name: atapi.sys

    Timestamp: Sun Apr 13 14:40:29 2008 (4802539 D)

    Sum: 0001CD 25

    ImageSize: 00017900

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7987000 f7988b80 kdcom (postponed)

    Image path: kdcom.dll

    Image name: kdcom.dll

    Timestamp: Fri Aug 17 16:49:10 2001 (3B7D8346)

    CheckSum: 00008311

    ImageSize: 00001 B 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7989000 f798a100 WMILIB (postponed)

    Image path: WMILIB. SYS

    Image name: WMILIB. SYS

    Timestamp: Fri 17 August 17:07:23 2001 (3B7D878B)

    Sum: 0000D 600

    ImageSize: 00001100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f798b000 f798c580 intelide (postponed)

    Image path: intelide.sys

    Image name: intelide.sys

    Timestamp: Sun Apr 13 14:40:29 2008 (4802539 D)

    CheckSum: 0000E81D

    ImageSize: 00001580

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f798d000 f798e700 dmload (postponed)

    Image path: system32\drivers\dmload.sys

    Image name: system32\drivers\dmload.sys

    Timestamp: Fri Aug 17 16:58:15 2001 (3B7D8567)

    CheckSum: 0000DC8A

    ImageSize: 00001700

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79b7000 f79b8a80 ParVdm (postponed)

    Image path: ParVdm.SYS

    Image name: ParVdm.SYS

    Timestamp: Fri Aug 17 16:49:49 2001 (3B7D836D)

    CheckSum: 0000A 855

    ImageSize: 00001 has 80

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79c1000 f79c2f00 Fs_Rec (postponed)

    Image path: Fs_Rec.SYS

    Image name: Fs_Rec.SYS

    Timestamp: Fri Aug 17 16:49:37 2001 (3B7D8361)

    CheckSum: 000079A 7

    ImageSize: 00001F00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79c3000 f79c4080 beep (postponed)

    Image path: c:\windows\system32\drivers\beep.sys

    Image name: c:\windows\system32\drivers\beep.sys

    Timestamp: Fri Aug 17 16:47:33 2001 (3B7D82E5)

    CheckSum: 0000C82C

    ImageSize: 00001080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79c5000 f79c6080 mnmdd (postponed)

    Image path: mnmdd. SYS

    Image name: mnmdd. SYS

    Timestamp: Fri Aug 17 16:57:28 2001 (3B7D8538)

    CheckSum: 0000F3F7

    ImageSize: 00001080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79c7000 f79c8080 RDPCDD (postponed)

    Image path: system32\drivers\rdpcdd.sys

    Image name: system32\drivers\rdpcdd.sys

    Timestamp: Fri Aug 17 16:46:56 2001 (3B7D82C0)

    CheckSum: 0000E2B7

    ImageSize: 00001080

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79d3000 f79d4100 swenum (postponed)

    Image path: swenum.sys

    Image name: swenum.sys

    Timestamp: Sun Apr 13 14:39:52 2008 (48025378)

    CheckSum: 0000383A

    ImageSize: 00001100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79d9000 f79da380 MSPQM (postponed)

    Image path: MSPQM.sys

    Image name: MSPQM.sys

    Timestamp: Sun Apr 13 14:39:51 2008 (48025377)

    Checksum: 00006D 54

    ImageSize: 00001380

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f79df000 f79e0280 USBD (postponed)

    Image path: USBD. SYS

    Image name: USBD. SYS

    Timestamp: Fri Aug 17 17:02:58 2001 (3B7D8682)

    CheckSum: 000040AF

    ImageSize: 00001280

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7a4f000 f7a4fd00 pciide (postponed)

    Image path: system32\drivers\pciide.sys

    Image name: system32\drivers\pciide.sys

    Timestamp: Fri Aug 17 16:51:49 2001 (3B7D83E5)

    CheckSum: 0000213E

    ImageSize: 00000D 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7a73000 f7a73c00 audstub (postponed)

    Image path: audstub.sys

    Image name: audstub.sys

    Timestamp: Fri Aug 17 16:59:40 2001 (3B7D85BC)

    CheckSum: 000105B 1

    ImageSize: 00000C 00

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    f7b6c000 f7bde100 iaStor (postponed)

    Image path: iaStor.sys

    Image name: iaStor.sys

    Timestamp: Tue Mar 23 15:13:55 2004 (40608 C 73)

    CheckSum: 00072C3C

    ImageSize: 00072100

    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    Unloaded modules:

    9525b 000 95286000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    955e4000 9560f000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    975e4000 9760f000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    975e4000 9760f000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    975e4000 9760f000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    975e0000 b 9760, 000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    979c 6000 979f1000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ca 985 000 985f5000 c:\windows\system32\drivers\kmixer.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    b03da000 b03db000 drmkaud.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    b0ffe000 b100b000 DMusic.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ba6bd000 ba6cb000 c:\windows\system32\drivers\swmidi.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ad4ab000 ad4ad000 splitter.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    9869b 000 986be000 aec.sys

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ca 9, 79000 kbdhid.sys 9ca7d000

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ad6ac000 ad6b1000 Cdaudio.SYS

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    9ca7d000 ca 9, 80000 Sfloppy.SYS

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ad6b4000 ad6b9000 Flpydisk.SYS

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    ae12a000 ae131000 Fdc.SYS

    Timestamp: unavailable (00000000)

    Checksum: 00000000

    Hello

    Bluescreens can certainly be triggered by malware.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Malicious removal tool from Microsoft
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • The link "forgotten password?" asks me to enter the email associated with the account...

    I forgot my password. I can't create a new account because I get an error message saying that my e-mail address is already associated with an account.  So, I use the link 'forgot password?'.  The link request my email address I provided.  Then I get an error message asking me to enter the email associated with the account.  I'm stuck.  What should I do?

    I'm sorry that you have this problem.

    If you have a snapfish account, use your snapfish e-mail address and the password to connect to ePrintCenter.com with. If you do not have an account, snapfish, go to snapfish.com and create an account and then use the information that you create on snapfish to connect to ePrintCenter.com

  • I'm trying to get a file associated with working for TURL:TN3270 in a windows system 7.

    Original title:

    File associations

    I'm trying to get a file associated with working for TURL:TN3270 in a windows system 7. I went to the control panel and clicked on all Associations. I have a list but URL: TN3270 does not appear in this list, so I can put it in a program. What Miss me?

    THIS

    The seller has to walk you, and who ever you are going to send directions, through it.  AFAIK for a protocol to be included in the default programs, it must have been executed.  Maybe if you launched the exe, it could list, but I'm just guessing

Maybe you are looking for