{"id":2251,"date":"2020-05-13T09:16:42","date_gmt":"2020-05-13T07:16:42","guid":{"rendered":"https:\/\/support.abelssoft.de\/?p=2251"},"modified":"2020-05-13T09:18:36","modified_gmt":"2020-05-13T07:18:36","slug":"how-to-export-windows-event-log","status":"publish","type":"post","link":"https:\/\/wp-support.abelssoft.de\/en\/general\/how-to-export-windows-event-log\/","title":{"rendered":"How to export Windows Event Log"},"content":{"rendered":"\n<p>Sometimes, when there are system errors, we need the event log to be able to analyze problems. To export the Windows Event Log, please open the command prompt once by pressing &#8220;Windows-Key&#8221; + &#8220;R&#8221; and type &#8220;cmd&#8221;, followed by pressing &#8220;Enter&#8221;.<\/p>\n\n\n\n<p>Please enter the following commands one after the other. It is best to copy them and then paste them into the command prompt:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>First switch to the desktop with the following command:<br><code>cd \"%UserProfile%\\Desktop\"<\/code><\/li><li>Then create an event log folder there:<br><code>mkdir eventlog<\/code><\/li><li>Now change to the folder:<br><code>cd eventlog<\/code><\/li><li>In this folder you can then use the following commands to export the event logs for application and system one after the other:<br><code>wevtutil epl Application Application.evtx<\/code><br><code>wevtutil epl System System.evtx<\/code><\/li><li>Then change one folder higher again with the command:<br><code>cd ..<\/code><\/li><li>And compress the folder with the event logs to an eventlog.zip file:<br><code>powershell Compress-Archive -Path eventlog -DestinationPath eventlog.zip<\/code><\/li><li>Then delete the Event Logs folder:<br><code>rd \/s \/q eventlog<\/code><\/li><li>Please send us the eventlog.zip<\/li><\/ol>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes, when there are system errors, we need the event log to be able to analyze problems. To export the Windows Event Log, please open the command prompt once by pressing &#8220;Windows-Key&#8221; + &#8220;R&#8221; and type &#8220;cmd&#8221;, followed by pressing &#8220;Enter&#8221;. Please enter the following commands one after the other. It is best to copy [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[],"class_list":["post-2251","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/posts\/2251\/"}],"collection":[{"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/posts\/"}],"about":[{"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/types\/post\/"}],"author":[{"embeddable":true,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/users\/20\/"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/comments\/?post=2251"}],"version-history":[{"count":3,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/posts\/2251\/revisions\/"}],"predecessor-version":[{"id":2260,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/posts\/2251\/revisions\/2260\/"}],"wp:attachment":[{"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/media\/?parent=2251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/categories\/?post=2251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp-support.abelssoft.de\/en\/wp-json\/wp\/v2\/tags\/?post=2251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}