-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.htm
24 lines (24 loc) · 3.94 KB
/
error.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML TABLE</title>
</head><body>
<table>
<colgroup><col/><col/><col/></colgroup>
<tr><th>EventID</th><th>TimeWritten</th><th>Message</th></tr>
<tr><td>1001</td><td>9/10/2016 7:10:43 PM</td><td>The description for Event ID '1073742825' in Source 'BugCheck' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'0x0000003b (0x00000000c0000005, 0xfffff8022da1fc30, 0xffffd001052c07d0, 0x0000000000000000)', 'C:\Windows\MEMORY.DMP', '091016-9687-01'</td></tr>
<tr><td>6008</td><td>9/10/2016 7:10:42 PM</td><td>The previous system shutdown at 11:24:58 AM on 9/10/2016 was unexpected.</td></tr>
</table>
</body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML TABLE</title>
</head><body>
<table>
<colgroup><col/><col/><col/></colgroup>
<tr><th>EventID</th><th>TimeWritten</th><th>Message</th></tr>
<tr><td>1001</td><td>9/10/2016 7:10:43 PM</td><td>The description for Event ID '1073742825' in Source 'BugCheck' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'0x0000003b (0x00000000c0000005, 0xfffff8022da1fc30, 0xffffd001052c07d0, 0x0000000000000000)', 'C:\Windows\MEMORY.DMP', '091016-9687-01'</td></tr>
<tr><td>6008</td><td>9/10/2016 7:10:42 PM</td><td>The previous system shutdown at 11:24:58 AM on 9/10/2016 was unexpected.</td></tr>
</table>
</body></html>