Share via


Tools for Troubleshooting Slow Boots and Slow Logons (sbsl)


This article describes Microsoft Support experiences in troubleshooting boot and logon delays. Other related topics include:

The goal of this content is to create awareness among IT administrators, support professionals, and consultants, about the tools, cause, and resolutions for boot and user logon delays.

Credits

Written by: A. Conner, David Everett, and Joey Seifert

Edited by: Justin Hall

Tools Overview

Microsoft support had been using a collection of tools and logs including NETLOGON, USERENV and GPSVC logs, Process Monitor, NETMON traces, ETL traces (like profile and Winlogon) and memory dump to troubleshoot slow user logons on domain-joined computers for years. In 2011, Commercial Technical Support (CTS) adopted XPERF as the primary tool in diagnosing boot and logon delays.

XPERF, also known as the Windows Performance Analyzer, ships as part of the Windows Performance Tools (WPT) kit. The latest WPT ships as part of the Windows SDK for Windows 7 and .NET Framework. The WPT consists of:

  • XPERF – an interactive trace capturing tool used in this case to enable ETL tracing of a slow user logon clearly not caused by the background loading of the OS (that is, a slow boot).
  • XBOOTMGR – enables ETL tracing, reboots the host computer then stops capturing N # of (default 120) seconds after user logon for 1) slow boot scenarios and 2) slow logons caused by delays in the OS boot process.
  • XPERFVIEW – views ETL traces captured by XPERF or XPERFVIEW in a graphical format linked with rich numerical reports and stack trace data to drill into delays for impacted and root cause components and functions.

XPERF provides:

  • Graphical charts which illustrate operation runtimes and resource utilization.
  • Rich reports which aggregate delays across a boot or logon operation
  • A stack trace view similar to a debug session which aggregates delays across a period of time in the trace

The use of XPERF may lead to a more structured troubleshooting approach for slow boot and logon issues on Windows Vista and later operating systems. Once root cause is understood, XPERF typically makes the resolution of repeat issues a slam dunk.

More recently, Microsoft has developed a Slow Boot Slow Logon SDP manifest which:

  • Enables and captures ETL tracing for boot and logon scenarios just like XBOOT and XBOOTMGR but without the need to distribute, install and execute XPERF on the slow computer.
  • Collects supporting component logs.
  • Executes a set of rules to check for known slow boot and logon root causes on a real-time basis.
  • Executes an additional set of rules to check for slow boots and logons by interrogating collected files uploaded to Microsoft support.

The SBSL SDP manifest supports Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2 computers. Its primary focus is the fast and efficient collection of ETL trace data and the execution of diagnostic rules. Real-time and post-mortem diagnostic rule checks quickly expose probable and known root causes for slow boots or logons. Additional real-time and post-mortem diagnostic rules will be added to check for known root causes for slow boot and slow logon issues over time.

Regardless of whether ETL trace data is captured by XPERF or the SBSL SDP, all ETL trace data is still viewed with XPERFVIEW, and the SBSL SDP wizard has an option that allows administrators to save trace data on the SBSL computer for their own review.

Currently, the SBSL SDP is only available to administrators and support professionals that open a support case with Microsoft CTS.

The following table compares XPERF with the SBSL SDP and with troubleshooting using logs.

 

Legacy logs

WPT

SBSL SDP

Capture tracing on single component

√ m

√ 

Graphical View of SBSL

 

√x

Rich zoom on delays| key operations

 

√x

Delays aggregated across trace (CPU | Memory | Disk)

 

√x

Capture NETLOGON.LOG

√ m

 

Capture GPSVC.LOG

√ m

 

Capture Event logs

√ m

 

Capture GPRESUT /H

√ m

 

Capture PROFILE.ETL

√ m

 

Check for known SBSL root causes

√ m

 

 √

Administrators can view collected data

 √

Automated tracing

 √

Avoids the need to send & install XPERF to collect data

 √

Note: “m” = manual enabled configuration change. “x” functionality provided by XPERF.

The exception to using ETL trace data from XPEF or the SBSL SDP is when the logon duration is long enough that the resulting ETL trace file will be too large to read. Lead with memory dumps and, if appropriate for the scenario, network traces.

Installing XPERF to capture a slow boot or logon trace

  1. Install XPERF from the Windows SDK for Windows 7 and .NET Framework on the slow boot or logon computer.

    Hint 1: It is possible to install only the Windows Performance Toolkit from the Windows SDK.

    Hint 2: We suggest installing the WPT in an X:\XPERF directory rather than the default directory recommended by setup. It's easier to access and copy files in and out of, and change paths, to the short-labeled directory.

    Hint 3: Once installed on a computer, the XPERF installation directory can be copied to other computers that you want to capture ETL traces from or view ETL traces on. There are no external files, DLL registration or registry changes required to make or view a capture. Make a copy of the X:\XPERF directory and copy at will.

  2. If taking a network trace on a 64-bit computer, enable the following registry key and reboot before capturing ETL data. This prevents kernel mode data from being paged out of memory.

Registry Path

HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management

Setting

DisablePagingExecutive

Data Type:

REG_DWORD

Value:

1

 

Using XBOOTMGR to capture slow boots, or slow logons caused by slow boots

  1. Logon as an Administrator of the computer you want to trace (either a local Administrator or Domain Admin account that is a member of the local machine's Administrators group).

  2. Open an elevated command prompt.

  3. Run the following command in the WPT directory (default path is C:\Program Files\Microsoft Windows Performance Toolkit). This syntax is useful to capture slow boots as well as slow logons thought to be caused by a delay in OS startup:

    xbootmgr -trace boot -traceflags base+latency+dispatcher -stackwalk profile+cswitch+readythread -notraceflagsinfilename -postbootdelay 10

    This command will:

    • Reboot the local computer
    • Capture ETL tracing during the boot and logon operation (you provide user name, domain name, and password for the slow logon account)
    • Stop tracing at 10 seconds after disk and CPU utilization fall below a certain threshold after user logon. Increase the value for "-postbootdelay" as required to troubleshoot user desktops that are unresponsive to mouse and keyboard input post boot.

Using XPERF to capture slow logons

  1. Logon as an Administrator of the computer you want to trace (either a local Administrator or Domain Admin account that is a member of the local machine's Administrators group).

  2. Open an elevated command prompt and run this command from WPT Install directory (default path is C:\Program Files\Microsoft Windows Performance Toolkit. 

    xperf -on base+latency+dispatcher+NetworkTrace+Registry+FileIO -stackWalk CSwitch+ReadyThread+ThreadCreate+Profile -BufferSize 128 -start UserTrace -on "Microsoft-Windows-Shell-Core+Microsoft-Windows-Wininit+Microsoft-Windows-Folder Redirection+Microsoft-Windows-User Profiles Service+Microsoft-Windows-GroupPolicy+Microsoft-Windows-Winlogon+Microsoft-Windows-Security-Kerberos+Microsoft-Windows-User Profiles General+e5ba83f6-07d0-46b1-8bc7-7e669a1d31dc+63b530f8-29c9-4880-a5b4-b8179096e7b8+2f07e2ee-15db-40f1-90ef-9d7ba282188a"  -BufferSize 1024 -MinBuffers 64 -MaxBuffers 128 -MaxFile 1024
    

    Note: This syntax works on Windows Vista (Windows Server 2008) and Windows 7 (Windows Server 2008 R2) computers

  3. Press CTRL+ALT+DEL and then Switch User.

  4. Logon with the user account experiencing the slow user logon to reproduce the issue.

  5. Stop the trace. While logged on with the slow user account, open an elevated CMD prompt and type:   

    xperf -stop -stop UserTrace -d merged.etl
    

    Close the slow logon user session and the admin logon session opened in step 2 as required.

    IMPORTANT: The double “-stop” call in step 5 is not a typo but is required. The first "-stop" terminates kernel tracing. The second "-stop" terminates user mode tracing. Trust us.

    Note: You can also stop the trace by using Switch User to return to the admin user logon established in step #2 and running the same XPERF stop command in the elevated command prompt used to start the trace. This results in a larger, longer trace and requires that you discern the different logons encapsulated in the trace. 

  6. Send the MERGED.ETL file to Microsoft or an Independent Solution Vendor (ISV) for analysis, or review it yourself.

    By default, the MERGED.ETL file will exist in the XPERF installation directory, which by default is %systemdrive%\program files\microsoft windows performance toolkit directory or if you followed our recommendations early in the doc, the c:\XPERF directory (that is, the XPERF installation directory).

 Optional: Follow KB 315231 to enable automatic logon.

Installing and using the SBSL SDP Manifest to capture data

  1. Open a case with CTS.
  2. Request a copy of the SBSL SDP Manifest.
  3. Log on using an account that is a member of the Administrators group of the local computer.
  4. Click the URL in the provided email to install the SBSL SDP on the local or a remote computer.
  5. Follow the on-screen instructions to troubleshoot a slow boot, a slow logon caused by a slow boot, or to simply capture both the boot and the logon operation.
  6. To troubleshoot a slow logon:
    1. Logon as an admin
    2. Enable tracing
    3. Switch user
    4. Logon as slow user
    5. Switch back to the admin session. Rerun the SDP which will merge the trace and collect an MSFT and optional local copy of the data files.  

Configuring XPERF to view slow boot and logon traces captured with XPERF or the SBSL SDP manifest

Regardless of whether you used the SBSL SDP, XBOOTMGR or XPERF, the resulting ETL trace file is viewed with XPERF or XPERFVIEW. Since there is configuration work associated with viewing XPERF traces, you’ll probably want to install XPEF on a dedicated tools machine that will stay around for a while.

Also, XPERF uses memory mapped files so the computer that you use to view XPERF traces needs to have free memory equal to the file size of the ETL files being viewed.

  1. Install XPERF from the Windows SDK for Windows 7 and .NET Framework. 

    Note 1: We suggest installing the tool in X:\XPERF directory rather than the default directory recommended by setup.

    Note 2: There is no need to set the disablepagingexecutive switch on a computer that is only viewing ETL traces.

  2. Create Symbol Cache folders: md c:\SymcachePublic md c:\xperfSymcachePublic

  3. Configure environment variables. From an Admin-privileged CMD prompt, define the following environment variables:

    setx ``_NT_SYMBOL_PATH ``srv*c:\SymcachePublic*http://msdl.microsoft.com/download/symbols;srv*c:\SymcachePublic*http://ctxsym.citrix.com/symbols

    setx _NT_SYMCACHE_PATH c:\xperfSymcachePublic 

  4. Customize XPERF

    Graphs displayed in XPERF, their display order, the columns displayed in underlying summary tables, including column sort orders, have an impact on your ability to quickly identify boot and logon delays. Count on customizing your views over time. You may also re-arrange columns on an ad-hoc basis to view data from different perspectives. Layout of information is stored in the Registry. A starter XPERF display view can be found in the Appendix of this topic.

    Copy all text between <start copy here> and <end copy here> to the Windows clipboard. Paste the contents from the Windows clipboard into an empty Windows Notepad.

    Save the contents of Windows Notepad as "XPERF_LAYOUT.REG", or an alternate file name that makes sense to you. On computers used to display XPERF files, double-click on the saved .REG file in Windows Explorer.

  5. Load the ETL trace you want to view To view traces, you can either double click the ETL file in Windows Explorer or load it from the CMD prompt using the command line: C:\XPERF> XPERF <filename>.ETL  

  6. Load symbols in XPERF immediately after loading the trace or prior to viewing the CPU Scheduling with ready thread report at your discretion.

Analyzing an ETL trace with XPERFVIEW   

Much like viewing a network monitor or a stack dump, viewing an XPERF is one part detective work, one part Windows internals knowledge. Here’s a generic workflow that the CTS SBSL team uses to view an XPERF trace. 

  1. Load the trace type using the syntax “XPERF <filename>.etl”, or double click on the ETL file in Windows Explorer.
  2. Review specific panes in XPERF as listed in the following table.

XPERF Pane

What to look for

CPU

  • Scan the various CPU panes for CPU utilization over the duration of the trace, noting time periods of interest.
  • Identify start and stop times where CPU activity is high. Hover on the lines within CPU by Process charts to display the process name and PID consuming high CPU.
  • Identify start and stop times where CPU activity is low, which could indicate a deadlock condition or network delay or simply the absence of work (that is, the OS is waiting for user input such as the user logon or a credential popup).
  • It may be helpful to review CPU utilization in summary tables (right click on CPU Sampling by Process pane) once you have cloned in on a time window that you want to review in more detail.

Disk

  • Similar to CPU
  • Review the disk utilization over the duration of the trace and make a mental note about overall disk utilization.
  • Note the start and stop times where disk utilization is high. Hover on the lines within the Disk Utilization by Process pane to identify which processes are generating disk I/O.
  • Note the amount of disk I/O generated by disk reads and writes over the duration of the trace.
  • Open summary tables and note which files were read from or written to and whether that activity represented a significant amount of the overall disk activity, especially on a busy disk.
  • Periods of low disk activity may be “normal” or caused by network delays, deadlock conditions or waits on user input like credentials dialogs which are not always visible to the user (i.e. like session 0 of an RDP logon for example).
  • Review disk activity once you have cloned or zoomed in on one or more time periods of interest.

Network

  • Similar to CPU.

TCP/IP Throughput

  • Similar to CPU
  • Once time window is cloned or zoomed in, hover over high volume IP generators to identify the target server and host process generating that I/O.

Services

  • The Services pane is only captured in a boot trace (XBOOTMGR or its SBSL SDP equivalent)

    The autostart process must complete before the user logon process can begin. Restated, delays in autostart will cause profile load delays which will result in slow user logons.

  • Look for long running child processes within the autostart parent. Long running processes in XPERF Gantt charts may reveal the root cause component or an impacted component. To identify root cause, you will likely need the drill down into the supporting stack trace data.

Readyboot

  • The Readyboot pane is only captured in a boot trace (XBOOTMGR or its SBSL SDP equivalent)
  • 100% cache misses may be observed when booting the OS on an SSD drive, a normal condition since SSD drives do not use Readyboot.
  • When booting with a mechanical hard drive however, the Readyboot pane should identify that a certain portion of the OS load was pre-cached. A large number of cache misses could indicate non-default Readyboot service start, invalid registry values, or a bug where a large number of restore points disables the Readyboot plan, resolved by KB 2555428

Winlogon

  • Look for the execution time for each instance of GPCLIENT and PROFILE service.
  • Fast execution for GPCLIENT should be in the range of 1-7 seconds. Longer execution times may indicate the existence of network delays or code defects which are typically resolved by post RTM service packs and QFEs. Dode defects in Windows are typically resolved by post-RTM service packs and hotfixes. The network infrastructure should also be evaluated as a potential source of delays.
  • Where GPCLIENT or Profiles runs long, clone the start and stop time for the longest running instance then focus on the Generic Events Pane filtered on GPCLIENT or PROFILE. The Profile service loads both the user profile and user home directories. Long execution times may indicate a problem with either operation, or a delay in an upstream operation, including a delay in the autostart phase in the services pane or a delay in network startup.

Generic events

  • Use the Generic events pane to identify delays in the GPCLIENT and Profile service.
  • Clone time for the longest running GPCLIENT instance in the WINLOGON pane then review metrics in the Generic events -> Summary table noting the start, stop and duration of delays as well as the host process and thread ID where delays took place. Repeat for each additional instance.
  • Transition to the CPU Scheduling with Ready Thread summary table report in the CPU Scheduling pane. Locate the process ID and thread ID identified by the Generic Events -> Summary Table as having delays.

CPU Scheduling with Ready Thread Summary Table

Everything above is used to identify the process ID, thread ID and time window where delays occurred (there may be more than one).

Delays are typically exposed by:

  • The long running child operation in the Autostart phase.
  • Long running GPCLIENT or PROFLE executions in the WINLOGON pane.
  • Delays exposed by the Generic Events -> Summary table, most commonly for GPCLIENT but possibly for other processes such as WINLOGON.
Locate the Process ID and Thread ID identified by your previous work (either manually or by using the search function). Then use the right arrow key on your keyboard to repeatedly “crack open” the stack trace. Focus on values in the sum delays + count + maxwait columns to identify delays of interest.

If you see delays in operations making it to the wire, don’t spend time trying to force XPERF to give you the answer, go to the source!

For example, if you see a delay after a DSGETDC call in a stack trace, get a NETLOGON.LOG. Or, if the call stack shows a slow operation making it on the wire, get a network trace then look for possible explanations like small reads, repetitive reads, synretransmits, TCP resets, DNS lookup failures and so on.

Get concurrent network traces of all traffic between the caller and target DC to look for dropped frames that will not be visible in traces capturing all traffic to and from the slow client. 

 

Appendix

 

<start copy here>

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView]

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Graphs]

"Stack Counts by Type"=dword:00000001

"CPU Sampling by Process"=dword: 00000001

"CPU Sampling by Thread"=dword: 00000001

"CPU Usage by CPU"=dword: 00000001

"CPU Usage by Process"=dword:00000001

"CPU Usage by Thread"=dword:00000001

"CPU Scheduling"=dword: 00000001

"File I/O"=dword: 00000001

"Disk Utilization by Process"=dword: 00000001

"DPC CPU Usage"=dword: 00000000

"Interrupt CPU Usage"=dword: 00000000

"Hard Faults"=dword:00000000

"Boot Phases"=dword: 00000001

"Marks"=dword: 00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Settings]

"Flags"=dword: 00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables]

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\CPU Scheduling with Ready Thread Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0c,\

00,00,00,b4,00,00,00,00,00,00,00,4e,00,65,00,77,00,50,00,72,00,6f,00,63,00,\

65,00,73,00,73,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,0d,00,00,00,66,00,00,00,01,00,00,00,4e,00,65,00,\

77,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,3b,00,\

00,00,01,00,00,00,4e,00,65,00,77,00,54,00,68,00,72,00,65,00,61,00,64,00,49,\

00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,0e,00,00,00,ff,01,00,00,01,00,00,00,4e,00,65,00,77,00,54,00,68,\

00,72,00,65,00,61,00,64,00,53,00,74,00,61,00,63,00,6b,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,10,00,00,00,b4,00,00,00,00,00,00,\

00,52,00,65,00,61,00,64,00,79,00,69,00,6e,00,67,00,50,00,72,00,6f,00,63,00,\

65,00,73,00,73,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,80,2a,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,17,\

00,00,00,49,00,00,00,01,00,00,00,53,00,77,00,69,00,74,00,63,00,68,00,49,00,\

6e,00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,29,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,11,00,00,00,4c,00,00,00,01,00,00,00,52,00,65,00,\

61,00,64,00,79,00,69,00,6e,00,67,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a0,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,12,00,00,00,53,00,\

00,00,01,00,00,00,52,00,65,00,61,00,64,00,79,00,69,00,6e,00,67,00,54,00,68,\

00,72,00,65,00,61,00,64,00,49,00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,0f,00,00,00,55,00,00,00,01,00,00,00,52,00,65,00,61,00,64,00,79,\

00,54,00,68,00,72,00,65,00,61,00,64,00,53,00,74,00,61,00,63,00,6b,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,14,00,00,00,78,00,00,00,00,00,00,\

00,52,00,65,00,61,00,64,00,79,00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,\

29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,10,29,1e,70,00,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,15,\

00,00,00,29,00,00,00,01,00,00,00,43,00,6f,00,75,00,6e,00,74,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,02,00,00,00,03,00,00,00,78,00,00,00,00,00,00,00,53,00,75,00,\

6d,00,3a,00,54,00,69,00,6d,00,65,00,53,00,69,00,6e,00,63,00,65,00,4c,00,61,\

00,73,00,74,00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,\

2a,1e,70,00,00,00,00,01,00,00,00,05,00,00,00,02,00,00,00,04,00,00,00,78,00,\

00,00,00,00,00,00,4d,00,61,00,78,00,3a,00,54,00,69,00,6d,00,65,00,53,00,69,\

00,6e,00,63,00,65,00,4c,00,61,00,73,00,74,00,20,00,28,00,75,00,73,00,29,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,\

02,00,00,00,00,00,00,00,6a,00,00,00,01,00,00,00,53,00,75,00,6d,00,3a,00,57,\

00,61,00,69,00,74,00,73,00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,\

00,00,01,00,00,00,05,00,00,00,02,00,00,00,06,00,00,00,64,00,00,00,01,00,00,\

00,4d,00,61,00,78,00,3a,00,57,00,61,00,69,00,74,00,73,00,20,00,28,00,75,00,\

73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,02,00,00,00,01,\

00,00,00,6a,00,00,00,01,00,00,00,53,00,75,00,6d,00,3a,00,52,00,65,00,61,00,\

64,00,79,00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,\

00,05,00,00,00,02,00,00,00,05,00,00,00,64,00,00,00,01,00,00,00,4d,00,61,00,\

78,00,3a,00,52,00,65,00,61,00,64,00,79,00,20,00,28,00,75,00,73,00,29,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,\

29,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,02,00,00,00,07,00,00,00,46,00,\

00,00,01,00,00,00,43,00,6f,00,75,00,6e,00,74,00,3a,00,57,00,61,00,69,00,74,\

00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,\

00,00,00,00,16,00,00,00,64,00,00,00,01,00,00,00,4e,00,65,00,77,00,49,00,6e,\

00,53,00,77,00,69,00,74,00,63,00,68,00,54,00,69,00,6d,00,65,00,20,00,28,00,\

75,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,18,00,00,00,78,00,00,00,00,00,00,\

00,4c,00,61,00,73,00,74,00,53,00,77,00,69,00,74,00,63,00,68,00,4f,00,75,00,\

74,00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,29,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,19,\

00,00,00,46,00,00,00,00,00,00,00,4e,00,65,00,77,00,50,00,72,00,65,00,76,00,\

4f,00,75,00,74,00,50,00,72,00,69,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,1a,00,00,00,46,00,00,00,01,00,00,00,4e,00,65,00,\

77,00,49,00,6e,00,50,00,72,00,69,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1b,00,00,00,46,00,\

00,00,00,00,00,00,4e,00,65,00,77,00,4f,00,75,00,74,00,50,00,72,00,69,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,d0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,1c,00,00,00,3c,00,00,00,00,00,00,00,4e,00,65,00,77,00,51,00,6e,\

00,74,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,1d,00,00,00,64,00,00,00,00,00,00,\

00,4e,00,65,00,77,00,50,00,72,00,65,00,76,00,53,00,74,00,61,00,74,00,65,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1e,\

00,00,00,64,00,00,00,00,00,00,00,4e,00,65,00,77,00,50,00,72,00,65,00,76,00,\

57,00,61,00,69,00,74,00,52,00,65,00,61,00,73,00,6f,00,6e,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,1f,00,00,00,50,00,00,00,00,00,00,00,4e,00,65,00,\

77,00,50,00,72,00,65,00,76,00,57,00,61,00,69,00,74,00,4d,00,6f,00,64,00,65,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,20,00,00,00,64,00,\

00,00,00,00,00,00,4e,00,65,00,77,00,53,00,74,00,61,00,74,00,65,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,21,00,00,00,64,00,00,00,00,00,00,00,4e,00,65,00,77,00,57,00,61,\

00,69,00,74,00,52,00,65,00,61,00,73,00,6f,00,6e,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,22,00,00,00,50,00,00,00,00,00,00,\

00,4e,00,65,00,77,00,57,00,61,00,69,00,74,00,4d,00,6f,00,64,00,65,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,23,\

00,00,00,3c,00,00,00,00,00,00,00,4e,00,65,00,77,00,50,00,72,00,69,00,44,00,\

65,00,63,00,72,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,24,00,00,00,b4,00,00,00,00,00,00,00,4f,00,6c,00,\

64,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,20,00,4e,00,61,00,6d,00,65,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,25,00,00,00,c8,00,\

00,00,01,00,00,00,4f,00,6c,00,64,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,90,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

01,00,00,00,08,00,00,00,50,00,00,00,01,00,00,00,4f,00,6c,00,64,00,54,00,68,\

00,72,00,65,00,61,00,64,00,49,00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,26,00,00,00,46,00,00,00,01,00,00,\

00,4f,00,6c,00,64,00,4f,00,75,00,74,00,50,00,72,00,69,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,d0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,27,\

00,00,00,3c,00,00,00,00,00,00,00,4f,00,6c,00,64,00,51,00,6e,00,74,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,02,00,00,00,09,00,00,00,64,00,00,00,01,00,00,00,4f,00,6c,00,\

64,00,49,00,6e,00,53,00,77,00,69,00,74,00,63,00,68,00,54,00,69,00,6d,00,65,\

00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,28,00,00,00,50,00,\

00,00,01,00,00,00,4f,00,6c,00,64,00,53,00,74,00,61,00,74,00,65,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,29,00,00,00,64,00,00,00,01,00,00,00,4f,00,6c,00,64,00,57,00,61,\

00,69,00,74,00,52,00,65,00,61,00,73,00,6f,00,6e,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,2a,00,00,00,50,00,00,00,01,00,00,\

00,4f,00,6c,00,64,00,57,00,61,00,69,00,74,00,4d,00,6f,00,64,00,65,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,0a,\

00,00,00,32,00,00,00,01,00,00,00,43,00,70,00,75,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,01,00,00,00,0b,00,00,00,3c,00,00,00,01,00,00,00,49,00,64,00,\

65,00,61,00,6c,00,43,00,70,00,75,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,2b,00,00,00,3c,00,\

00,00,00,00,00,00,50,00,72,00,65,00,76,00,43,00,53,00,74,00,61,00,74,00,65,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\Disk Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,\

00,00,00,78,00,00,00,00,00,00,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,\

20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,02,00,00,00,8c,00,00,00,01,00,00,00,50,00,72,00,\

6f,00,63,00,65,00,73,00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,\

28,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,c8,00,\

00,00,00,00,00,00,50,00,61,00,74,00,68,00,20,00,54,00,72,00,65,00,65,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,04,00,00,00,c8,00,00,00,01,00,00,00,50,00,61,00,74,00,68,00,20,\

00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,06,00,00,00,3c,00,00,00,00,00,00,\

00,50,00,61,00,74,00,68,00,20,00,45,00,78,00,74,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,02,00,00,00,00,\

00,00,00,8c,00,00,00,01,00,00,00,53,00,65,00,72,00,76,00,69,00,63,00,65,00,\

20,00,54,00,69,00,6d,00,65,00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,00,00,00,00,07,00,00,00,50,00,00,00,01,00,00,00,53,00,69,00,\

7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,28,00,\

00,00,01,00,00,00,50,00,72,00,69,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,\

00,00,00,00,09,00,00,00,50,00,00,00,01,00,00,00,52,00,65,00,61,00,64,00,20,\

00,43,00,6f,00,75,00,6e,00,74,00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,2a,1e,70,00,00,\

00,00,01,00,00,00,02,00,00,00,00,00,00,00,0a,00,00,00,8c,00,00,00,01,00,00,\

00,52,00,65,00,61,00,64,00,20,00,53,00,65,00,72,00,76,00,69,00,63,00,65,00,\

20,00,54,00,69,00,6d,00,65,00,20,00,28,00,75,00,73,00,29,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,0b,\

00,00,00,50,00,00,00,01,00,00,00,52,00,65,00,61,00,64,00,20,00,53,00,69,00,\

7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,00,00,00,00,0c,00,00,00,50,00,00,00,01,00,00,00,57,00,72,00,\

69,00,74,00,65,00,20,00,43,00,6f,00,75,00,6e,00,74,00,73,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,20,\

2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,0d,00,00,00,8c,00,\

00,00,01,00,00,00,57,00,72,00,69,00,74,00,65,00,20,00,53,00,65,00,72,00,76,\

00,69,00,63,00,65,00,20,00,54,00,69,00,6d,00,65,00,28,00,75,00,73,00,29,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,\

00,00,00,00,0e,00,00,00,50,00,00,00,01,00,00,00,57,00,72,00,69,00,74,00,65,\

00,20,00,53,00,69,00,7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,\

00,00,01,00,00,00,02,00,00,00,00,00,00,00,0f,00,00,00,50,00,00,00,01,00,00,\

00,46,00,6c,00,75,00,73,00,68,00,20,00,43,00,6f,00,75,00,6e,00,74,00,73,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,20,2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,10,\

00,00,00,8c,00,00,00,01,00,00,00,46,00,6c,00,75,00,73,00,68,00,20,00,53,00,\

65,00,72,00,76,00,69,00,63,00,65,00,20,00,54,00,69,00,6d,00,65,00,28,00,75,\

00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,\

00,01,00,00,00,00,00,00,00,11,00,00,00,50,00,00,00,01,00,00,00,41,00,76,00,\

67,00,2e,00,20,00,53,00,69,00,7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,60,\

29,1e,70,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,12,00,00,00,64,00,\

00,00,01,00,00,00,41,00,76,00,67,00,2e,00,20,00,52,00,65,00,61,00,64,00,20,\

00,53,00,69,00,7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,60,29,1e,70,00,00,00,00,01,00,00,00,01,00,00,00,\

00,00,00,00,13,00,00,00,64,00,00,00,01,00,00,00,41,00,76,00,67,00,2e,00,20,\

00,57,00,72,00,69,00,74,00,65,00,20,00,53,00,69,00,7a,00,65,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,50,29,1e,70,00,00,\

00,00,01,00,00,00,04,00,00,00,00,00,00,00,14,00,00,00,8c,00,00,00,01,00,00,\

00,4d,00,69,00,6e,00,20,00,4f,00,66,00,66,00,73,00,65,00,74,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,50,29,1e,70,00,00,00,00,01,00,00,00,05,00,00,00,00,00,00,00,15,\

00,00,00,8c,00,00,00,01,00,00,00,4d,00,61,00,78,00,20,00,4f,00,66,00,66,00,\

73,00,65,00,74,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\Generic Events Simple Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,\

00,00,00,c8,00,00,00,00,00,00,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,\

20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,06,00,00,00,b4,00,00,00,01,00,00,00,50,00,72,00,\

6f,00,76,00,69,00,64,00,65,00,72,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,6c,00,\

00,00,01,00,00,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,a0,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,05,00,00,00,2a,00,00,00,01,00,00,00,54,00,68,00,72,00,65,00,61,\

00,64,00,20,00,49,00,44,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,29,1e,70,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,07,00,00,00,c8,00,00,00,00,00,00,\

00,53,00,74,00,61,00,63,00,6b,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,\

00,00,00,1d,01,00,00,00,00,00,00,45,00,76,00,65,00,6e,00,74,00,20,00,4e,00,\

61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,b0,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,09,00,00,00,46,00,00,00,00,00,00,00,49,00,64,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,\

2a,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,5a,00,\

00,00,01,00,00,00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,29,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,10,29,1e,70,00,00,00,00,01,00,00,00,03,00,00,00,\

02,00,00,00,02,00,00,00,50,00,00,00,01,00,00,00,43,00,6f,00,75,00,6e,00,74,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,2f,00,00,00,01,00,00,\

00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,b0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,01,\

00,00,00,35,00,00,00,01,00,00,00,54,00,61,00,73,00,6b,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,0d,00,00,00,28,00,00,00,00,00,00,00,43,00,50,00,\

55,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,0a,00,00,00,32,00,\

00,00,01,00,00,00,4f,00,70,00,63,00,6f,00,64,00,65,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,0e,00,00,00,3c,00,00,00,01,00,00,00,43,00,68,00,61,00,6e,00,6e,\

00,65,00,6c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,0f,00,00,00,32,00,00,00,01,00,00,\

00,4c,00,65,00,76,00,65,00,6c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,50,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,10,\

00,00,00,8c,00,00,00,01,00,00,00,4b,00,65,00,79,00,77,00,6f,00,72,00,64,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,11,00,00,00,1d,01,00,00,00,00,00,00,50,00,72,00,\

6f,00,76,00,69,00,64,00,65,00,72,00,49,00,64,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,12,00,00,00,32,00,\

00,00,00,00,00,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,54,00,79,\

00,70,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\Generic Events Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,03,\

00,00,00,1d,01,00,00,00,00,00,00,65,00,74,00,77,00,3a,00,41,00,63,00,74,00,\

69,00,76,00,69,00,74,00,79,00,49,00,64,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,04,00,00,00,1d,01,00,00,00,00,00,00,65,00,74,00,\

77,00,3a,00,52,00,65,00,6c,00,61,00,74,00,65,00,64,00,20,00,41,00,63,00,74,\

00,69,00,76,00,69,00,74,00,79,00,49,00,64,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,05,00,00,00,c8,00,\

00,00,00,00,00,00,65,00,74,00,77,00,3a,00,55,00,73,00,65,00,72,00,53,00,69,\

00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,06,00,00,00,28,00,00,00,00,00,00,00,65,00,74,00,77,00,3a,00,53,\

00,65,00,73,00,73,00,69,00,6f,00,6e,00,49,00,64,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,07,00,00,00,c8,00,00,00,00,00,00,\

00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,20,00,4e,00,61,00,6d,00,65,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,09,\

00,00,00,1d,01,00,00,01,00,00,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,\

72,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,01,00,00,00,00,00,00,00,c8,00,00,00,01,00,00,00,50,00,72,00,\

6f,00,63,00,65,00,73,00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a0,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,50,00,\

00,00,01,00,00,00,54,00,68,00,72,00,65,00,61,00,64,00,20,00,49,00,44,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,0a,00,00,00,1d,01,00,00,00,00,00,00,45,00,76,00,65,00,6e,00,74,\

00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,\

00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,78,00,00,00,01,00,00,\

00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,29,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,\

00,00,00,1d,01,00,00,00,00,00,00,54,00,61,00,73,00,6b,00,20,00,4e,00,61,00,\

6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,0c,00,00,00,c8,00,00,00,00,00,00,00,53,00,74,00,\

61,00,63,00,6b,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,b0,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0d,00,00,00,46,00,\

00,00,00,00,00,00,49,00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,10,29,1e,70,00,00,00,00,01,00,00,00,03,00,00,00,\

02,00,00,00,01,00,00,00,50,00,00,00,01,00,00,00,43,00,6f,00,75,00,6e,00,74,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,0f,00,00,00,4f,00,00,00,01,00,00,\

00,4f,00,70,00,63,00,6f,00,64,00,65,00,20,00,4e,00,61,00,6d,00,65,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,10,\

00,00,00,28,00,00,00,00,00,00,00,43,00,50,00,55,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,11,00,00,00,85,01,00,00,01,00,00,00,46,00,69,00,\

65,00,6c,00,64,00,20,00,31,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,12,00,00,00,3e,01,\

00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,00,20,00,32,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,13,00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,\

00,20,00,33,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,14,00,00,00,3c,00,00,00,01,00,00,\

00,46,00,69,00,65,00,6c,00,64,00,20,00,34,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,15,\

00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,00,20,00,35,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,16,00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,\

65,00,6c,00,64,00,20,00,36,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,17,00,00,00,3c,00,\

00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,00,20,00,37,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,18,00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,\

00,20,00,38,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,19,00,00,00,3c,00,00,00,01,00,00,\

00,46,00,69,00,65,00,6c,00,64,00,20,00,39,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1a,\

00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,00,20,00,31,00,\

30,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,1b,00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,\

65,00,6c,00,64,00,20,00,31,00,31,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1c,00,00,00,3c,00,\

00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,00,20,00,31,00,32,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,1d,00,00,00,3c,00,00,00,01,00,00,00,46,00,69,00,65,00,6c,00,64,\

00,20,00,31,00,33,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,c0,29,1e,70,00,00,\

00,00,01,00,00,00,02,00,00,00,00,00,00,00,1e,00,00,00,64,00,00,00,01,00,00,\

00,55,00,73,00,65,00,72,00,44,00,61,00,74,00,61,00,4c,00,65,00,6e,00,67,00,\

74,00,68,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,b0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1f,\

00,00,00,46,00,00,00,01,00,00,00,54,00,61,00,73,00,6b,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,20,00,00,00,32,00,00,00,01,00,00,00,4f,00,70,00,\

63,00,6f,00,64,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,21,00,00,00,32,00,\

00,00,01,00,00,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,22,00,00,00,3c,00,00,00,01,00,00,00,43,00,68,00,61,00,6e,00,6e,\

00,65,00,6c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,e0,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,23,00,00,00,32,00,00,00,01,00,00,\

00,4c,00,65,00,76,00,65,00,6c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,50,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,24,\

00,00,00,8c,00,00,00,01,00,00,00,4b,00,65,00,79,00,77,00,6f,00,72,00,64,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,25,00,00,00,1d,01,00,00,01,00,00,00,50,00,72,00,\

6f,00,76,00,69,00,64,00,65,00,72,00,49,00,64,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,26,00,00,00,32,00,\

00,00,01,00,00,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,54,00,79,\

00,70,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\Images Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,\

00,00,00,c8,00,00,00,00,00,00,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,\

20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,01,00,00,00,08,00,00,00,c8,00,00,00,01,00,00,00,49,00,6d,00,\

61,00,67,00,65,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,c8,00,\

00,00,01,00,00,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,a0,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

01,00,00,00,03,00,00,00,50,00,00,00,00,00,00,00,50,00,72,00,6f,00,63,00,65,\

00,73,00,73,00,20,00,49,00,44,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a0,29,1e,70,00,00,\

00,00,00,00,00,00,00,00,00,00,01,00,00,00,05,00,00,00,50,00,00,00,01,00,00,\

00,50,00,61,00,72,00,65,00,6e,00,74,00,20,00,50,00,72,00,6f,00,63,00,65,00,\

73,00,73,00,20,00,49,00,44,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,a0,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,\

00,00,00,3c,00,00,00,00,00,00,00,53,00,65,00,73,00,73,00,69,00,6f,00,6e,00,\

20,00,49,00,44,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,01,00,00,00,06,00,00,00,c8,00,00,00,00,00,00,00,4c,00,6f,00,\

61,00,64,00,20,00,53,00,74,00,61,00,63,00,6b,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,07,00,00,00,c8,00,\

00,00,00,00,00,00,55,00,6e,00,6c,00,6f,00,61,00,64,00,20,00,53,00,74,00,61,\

00,63,00,6b,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,\

01,00,00,00,09,00,00,00,2c,01,00,00,00,00,00,00,49,00,6d,00,61,00,67,00,65,\

00,20,00,50,00,61,00,74,00,68,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,10,29,1e,70,00,00,\

00,00,01,00,00,00,03,00,00,00,02,00,00,00,00,00,00,00,3c,00,00,00,01,00,00,\

00,43,00,6f,00,75,00,6e,00,74,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,80,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,0b,\

00,00,00,50,00,00,00,01,00,00,00,49,00,6d,00,61,00,67,00,65,00,53,00,69,00,\

7a,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,00,00,00,00,0c,00,00,00,50,00,00,00,00,00,00,00,50,00,65,00,\

72,00,6d,00,61,00,6e,00,65,00,6e,00,74,00,20,00,43,00,6f,00,75,00,6e,00,74,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

2a,1e,70,00,00,00,00,01,00,00,00,02,00,00,00,02,00,00,00,0d,00,00,00,78,00,\

00,00,00,00,00,00,44,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,20,00,28,\

00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,2a,1e,70,00,00,00,00,01,00,00,00,01,00,00,00,\

02,00,00,00,0e,00,00,00,78,00,00,00,00,00,00,00,41,00,76,00,67,00,20,00,44,\

00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,20,00,28,00,73,00,29,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,2a,1e,70,00,00,\

00,00,01,00,00,00,04,00,00,00,01,00,00,00,0f,00,00,00,78,00,00,00,00,00,00,\

00,4d,00,69,00,6e,00,20,00,44,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,\

20,00,28,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,2a,1e,70,00,00,00,00,01,00,00,00,05,00,00,00,02,00,00,00,10,\

00,00,00,78,00,00,00,00,00,00,00,4d,00,61,00,78,00,20,00,44,00,75,00,72,00,\

61,00,74,00,69,00,6f,00,6e,00,20,00,28,00,73,00,29,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,00,00,01,00,00,\

00,04,00,00,00,01,00,00,00,11,00,00,00,78,00,00,00,01,00,00,00,53,00,74,00,\

61,00,72,00,74,00,20,00,54,00,69,00,6d,00,65,00,20,00,28,00,73,00,29,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,\

2a,1e,70,00,00,00,00,01,00,00,00,05,00,00,00,01,00,00,00,12,00,00,00,78,00,\

00,00,01,00,00,00,45,00,6e,00,64,00,20,00,54,00,69,00,6d,00,65,00,20,00,28,\

00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,50,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

01,00,00,00,13,00,00,00,8c,00,00,00,00,00,00,00,44,00,65,00,66,00,61,00,75,\

00,6c,00,74,00,20,00,53,00,74,00,61,00,72,00,74,00,20,00,41,00,64,00,64,00,\

72,00,65,00,73,00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,50,29,1e,70,00,00,\

00,00,01,00,00,00,04,00,00,00,01,00,00,00,14,00,00,00,8c,00,00,00,01,00,00,\

00,53,00,74,00,61,00,72,00,74,00,20,00,41,00,64,00,64,00,72,00,65,00,73,00,\

73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,50,29,1e,70,00,00,00,00,01,00,00,00,05,00,00,00,01,00,00,00,15,\

00,00,00,8c,00,00,00,01,00,00,00,45,00,6e,00,64,00,20,00,41,00,64,00,64,00,\

72,00,65,00,73,00,73,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,f0,29,1e,70,00,00,00,00,01,00,00,\

00,02,00,00,00,02,00,00,00,16,00,00,00,50,00,00,00,00,00,00,00,52,00,65,00,\

6c,00,6f,00,63,00,61,00,74,00,65,00,64,00,20,00,43,00,6f,00,75,00,6e,00,74,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,17,00,00,00,50,00,\

00,00,01,00,00,00,43,00,68,00,65,00,63,00,6b,00,73,00,75,00,6d,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,80,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,18,00,00,00,50,00,00,00,01,00,00,00,54,00,69,00,6d,00,65,00,44,\

00,61,00,74,00,65,00,53,00,74,00,61,00,6d,00,70,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,19,00,00,00,e7,03,00,00,00,00,00,\

00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,20,00,43,00,6f,00,6d,00,6d,00,\

61,00,6e,00,64,00,20,00,4c,00,69,00,6e,00,65,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1a,\

00,00,00,c8,00,00,00,00,00,00,00,4f,00,72,00,69,00,67,00,69,00,6e,00,61,00,\

6c,00,20,00,46,00,69,00,6c,00,65,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,1b,00,00,00,2c,01,00,00,00,00,00,00,46,00,69,00,\

6c,00,65,00,20,00,44,00,65,00,73,00,63,00,72,00,69,00,70,00,74,00,69,00,6f,\

00,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1c,00,00,00,2c,01,\

00,00,01,00,00,00,46,00,69,00,6c,00,65,00,20,00,56,00,65,00,72,00,73,00,69,\

00,6f,00,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,1d,00,00,00,78,00,00,00,00,00,00,00,42,00,69,00,6e,00,61,00,72,\

00,79,00,20,00,46,00,69,00,6c,00,65,00,20,00,56,00,65,00,72,00,73,00,69,00,\

6f,00,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,1e,00,00,00,78,00,00,00,00,00,00,\

00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,20,00,4c,00,61,00,6e,00,67,00,\

75,00,61,00,67,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,1f,\

00,00,00,fa,00,00,00,00,00,00,00,50,00,72,00,6f,00,64,00,75,00,63,00,74,00,\

20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,00,00,00,00,20,00,00,00,c8,00,00,00,00,00,00,00,43,00,6f,00,\

6d,00,70,00,61,00,6e,00,79,00,20,00,4e,00,61,00,6d,00,65,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,21,00,00,00,78,00,\

00,00,00,00,00,00,50,00,72,00,6f,00,64,00,75,00,63,00,74,00,20,00,56,00,65,\

00,72,00,73,00,69,00,6f,00,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

00,00,00,00,22,00,00,00,2c,01,00,00,00,00,00,00,46,00,69,00,6c,00,65,00,49,\

00,64,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,29,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,00,00,00,00,23,00,00,00,2c,01,00,00,00,00,00,\

00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,49,00,64,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Windows Performance Analyzer\v4\XPerfView\Tables\Winlogon Notifications Summary Table]

"<Current>"=hex:40,29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,00,00,\

00,00,00,c8,00,00,00,01,00,00,00,4e,00,6f,00,74,00,69,00,66,00,69,00,63,00,\

61,00,74,00,69,00,6f,00,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,29,1e,70,00,00,00,00,00,00,00,\

00,00,00,00,00,01,00,00,00,01,00,00,00,32,00,00,00,01,00,00,00,53,00,65,00,\

73,00,73,00,69,00,6f,00,6e,00,49,00,44,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,\

29,1e,70,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,c8,00,\

00,00,01,00,00,00,53,00,75,00,62,00,73,00,63,00,72,00,69,00,62,00,65,00,72,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,40,2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

01,00,00,00,04,00,00,00,8c,00,00,00,01,00,00,00,54,00,6f,00,74,00,61,00,6c,\

00,20,00,4e,00,6f,00,74,00,69,00,66,00,69,00,63,00,61,00,74,00,69,00,6f,00,\

6e,00,20,00,54,00,69,00,6d,00,65,00,20,00,28,00,64,00,73,00,29,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,40,2a,1e,70,00,00,\

00,00,01,00,00,00,00,00,00,00,01,00,00,00,05,00,00,00,8c,00,00,00,01,00,00,\

00,53,00,75,00,62,00,73,00,63,00,72,00,69,00,62,00,65,00,72,00,20,00,54,00,\

69,00,6d,00,65,00,20,00,28,00,64,00,73,00,29,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,80,2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,06,\

00,00,00,78,00,00,00,01,00,00,00,4e,00,6f,00,74,00,66,00,2e,00,20,00,53,00,\

74,00,61,00,72,00,74,00,65,00,64,00,20,00,41,00,74,00,20,00,28,00,73,00,29,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,00,00,01,00,00,\

00,00,00,00,00,01,00,00,00,07,00,00,00,78,00,00,00,01,00,00,00,4e,00,6f,00,\

74,00,66,00,2e,00,20,00,45,00,6e,00,64,00,65,00,64,00,20,00,41,00,74,00,20,\

00,28,00,73,00,29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,\

2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,01,00,00,00,08,00,00,00,78,00,\

00,00,01,00,00,00,53,00,75,00,62,00,73,00,2e,00,20,00,53,00,74,00,61,00,72,\

00,74,00,65,00,64,00,20,00,41,00,74,00,20,00,28,00,73,00,29,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,80,2a,1e,70,00,00,00,00,01,00,00,00,00,00,00,00,\

01,00,00,00,09,00,00,00,78,00,00,00,01,00,00,00,53,00,75,00,62,00,73,00,2e,\

00,20,00,45,00,6e,00,64,00,65,00,64,00,20,00,41,00,74,00,20,00,28,00,73,00,\

29,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

<end copy here>