<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; event viewer</title> <atom:link href="http://www.ghacks.net/tag/event-viewer/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Attaching an Alert Task to a Windows Error</title><link>http://www.ghacks.net/2012/01/24/attaching-an-alert-task-to-a-windows-error/</link> <comments>http://www.ghacks.net/2012/01/24/attaching-an-alert-task-to-a-windows-error/#comments</comments> <pubDate>Tue, 24 Jan 2012 11:04:32 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=56344</guid> <description><![CDATA[The Windows Event Viewer in one of the most useful, yet most under used features of the operating system.  Accessed by typing event into the Start Menu search box, or through the Computer Management Console it logs everything that happens in the OS, including warnings, errors and critical failures (sudden power losses or immediate restarts [...]]]></description> <content:encoded><![CDATA[<p>The Windows Event Viewer in one of the most useful, yet most under used features of the operating system.  Accessed by typing <strong>event</strong> into the Start Menu search box, or through the Computer Management Console it logs everything that happens in the OS, including warnings, errors and critical failures (sudden power losses or immediate restarts excepted).  When you have an error Windows will usually alert you by displaying a message on the screen, or by displaying the dreaded Blue Screen of Death.  Sometimes though a device driver, software package or Windows component will fail silently in the background, and you won&#8217;t be aware of the failure until you come to use it.</p><p>A couple of examples of this are a printer driver that fails silently, and you won&#8217;t notice until the next time you go to print something, or a networking component fails taking down a Homegroup or Internet Access.  Fortunately Windows does include a handy wizard utility to alert you when something happens silently in the background, and you access it in the Event Viewer.</p><p>The first step is to find the original error.  This isn&#8217;t actually as difficult as it sounds as events are all clearly labelled with plain English explanations.  The details will include the name of the driver, application or service which has stopped working and it&#8217;s normally not too difficult to find what you&#8217;re looking for as you can further drill down by the appropriate date and time.  There will never be too many errors and warnings on your system which again makes it easier to find the specific error event you are looking for.</p><p
style="text-align: center"><img
class="aligncenter size-medium wp-image-56348" src="http://www.ghacks.net/wp-content/uploads/2012/01/Event-Viewer-600x494.png" alt="" width="600" height="494" /></p><p>Once you have found the appropriate error, double click to open it and all instances of the error will be shown.  Here is where we we attach a task to this event to let us know when it occurs next.  Why might we want to do this?  It could be that the error is caused by a conflict with another piece of software or hardware, or that some other force external to the failed component is causing the problem.  Attaching a task and alerting the user to the error can help you to diagnose the problem because, especially if it&#8217;s happening regularly you ought to be able to see a pattern.</p><p
style="text-align: center"><img
class="aligncenter size-medium wp-image-56347" src="http://www.ghacks.net/wp-content/uploads/2012/01/Event-Viewer-2-600x494.png" alt="" width="600" height="494" /></p><p>In the right hand panel of the Event Viewer for a specific event you will see the option to <strong>Attach [a] Task to This Event</strong> and this is what you should click.  There are several things you can do, for instance run a program.  You could have a PowerShell or other script to report on the error.  Windows contains the command line <strong>WEVTUTIL</strong> which can be used to export the details of events from the Event Viewer as a text file, and you can read more about how you can use this command <a
href="http://technet.microsoft.com/en-us/library/cc732848(WS.10).aspx" target="_blank">here</a>.</p><p>You can also send an email, but note that this will only work if you have an email client such as Microsoft Outlook installed and configured.  What we want to do though is alert the user with a message.</p><p
style="text-align: center"><img
class="aligncenter size-medium wp-image-56346" src="http://www.ghacks.net/wp-content/uploads/2012/01/Create-Basic-Task-Wizard-600x425.png" alt="" width="600" height="425" /></p><p>The wizard really coiuldn&#8217;t be simpler and will allow you to set the title and content of a dialog message box.  For instance you might set the title as &#8220;Component Failure Alert!&#8221; and the message as &#8220;Please stop what you&#8217;re doing and phone IT, a component has failed and we need to know exactly what was happening and what you were doing on your computer the instant this message appeared.&#8221;</p><p
style="text-align: center"><img
class="aligncenter size-medium wp-image-56345" src="http://www.ghacks.net/wp-content/uploads/2012/01/Create-Basic-Task-Wizard-2-600x425.png" alt="" width="600" height="425" /></p><p>In short, attaching tasks to the event viewer can be incredibly useful, especially if you use Command or PowerShell scripts to automatically report on the problem, and the email system to then send the file on to someone.  It a great way for an IT department to be able to detect, diagnose and find a solution to the problem without the end user having to be too involved in the process, and given that tasks can be exported and installed on multiple machines quite simply this is a Windows feature that I&#8217;m surprised isn&#8217;t used much more often.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2012/01/24/attaching-an-alert-task-to-a-windows-error/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Analyse The Boot And Shutdown Performance of Windows</title><link>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/</link> <comments>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/#comments</comments> <pubDate>Tue, 09 Aug 2011 07:53:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[boot performance]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[microsoft-windows]]></category> <category><![CDATA[shutdown performance]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=48790</guid> <description><![CDATA[Speed seems to be something that Microsoft intends to improve further in Windows 8. Especially the boot performance will be noticeably faster, according to reports. While I cannot really say if that is true or not, considering that there are no official versions of the operating system available, I can show you how you can [...]]]></description> <content:encoded><![CDATA[<p>Speed seems to be something that Microsoft intends to improve further in Windows 8. Especially the boot performance will be noticeably faster, according to reports. While I cannot really say if that is true or not, considering that there are no official versions of the operating system available, I can show you how you can analyze the boot and shutdown performance of your operating system without third party tools.</p><p>The Windows Event Viewer logs many system events automatically. This includes installations, hardware errors and events that are important to diagnose a system. Two of those values that get recorded automatically by default are the boot performance and the shutdown performance of the Windows operating system.</p><p>The time recorded here is often more accurate than the time recorded by third party software such as <a
href="http://www.ghacks.net/2010/06/03/analyze-windows-startup-time-with-soluto/">Soluto</a>, <a
href="http://www.ghacks.net/2008/12/31/windows-startup-speed-benchmark/">BootRacer</a> or <a
href="http://www.ghacks.net/2008/05/05/windows-boot-timer/">Boot Timer</a>.</p><h3>Event Manager</h3><p>Launch the Event Manager the following way. Bring up the run box with the hotkey Windows-r, type in eventvwr and hit enter.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/event-viewer.png" alt="event-viewer" title="event-viewer" width="417" height="216" class="alignnone size-full wp-image-48791" /></p><p>The program displays a tree structure in the left sidebar, the contents of the selected folder in the middle and actions on the right. I suggest you click on the hide action button in the toolbar to increase the available room.</p><p>Microsoft has changed the Event Viewer significantly for Windows Vista which means that Windows XP users will see a different layout than Vista or Windows 7 users.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/boot-performance-windows.png" alt="boot performance windows" title="boot performance windows" width="590" height="480" class="alignnone size-full wp-image-48792" /></p><p>The events that we want to analyze are event 100 which logs the boot performance, and event 200 which logs the shutdown performance of the Windows system.</p><p>Follow the tree structure to the following folder:</p><p><strong>Applications and Services Log > Microsoft > Windows > Diagnostics-Performance > Operational</strong></p><p><del
datetime="2011-08-10T07:41:01+00:00">Windows XP users can sort the system events to find all events with the numbers 100 and 200.</del></p><p>The event listing list the date and time of the event, the event number and the task category. If you click on an event you see detailed information about it in the lower half of the interface. Locate the entry Boot Duration for Boot Performance events, or Shutdown Duration for Shutdown Performance events.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/boot-duration.png" alt="boot-duration" title="boot-duration" width="285" height="149" class="alignnone size-full wp-image-48793" /></p><p>Divide the time by 1000 to get the boot or shutdown time in seconds. The value listed is milliseconds.</p><p>Now what can you do with the information? You could analyze boot performance optimizations for instance, or analyze the system&#8217;s boot time over time. I personally like to use the information to measure the impact of newly installed software on the system boot time.</p><p>What&#8217;s the boot duration of your computer?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/09/analyse-the-boot-and-shutdown-performance-of-windows/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Adding Actions to Events in the Windows Event Viewer</title><link>http://www.ghacks.net/2011/03/15/adding-actions-to-events-in-the-windows-event-viewer/</link> <comments>http://www.ghacks.net/2011/03/15/adding-actions-to-events-in-the-windows-event-viewer/#comments</comments> <pubDate>Tue, 15 Mar 2011 12:09:58 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[troubleshooting windows 7 inside out]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=42548</guid> <description><![CDATA[I&#8217;ve written about hundreds of Windows 7 troubleshooting tips in my book Troubleshooting Windows 7 Inside Out but one of the most useful tips, at least for business customers, is how you can add actions to events in Windows. Why would you want to do this?  You can commonly find that drivers, services or software in Windows [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve written about hundreds of Windows 7 troubleshooting tips in my book <em><a
href="http://oreilly.com/catalog/9780735645202/" target="_blank">Troubleshooting Windows 7 Inside Out</a></em> but one of the most useful tips, at least for business customers, is how you can add actions to events in Windows.</p><p>Why would you want to do this?  You can commonly find that drivers, services or software in Windows can crash without you even being aware of it.  The only time you find out is later on when you want to perform an action such as print a document, attach to a corporate network or run a piece of bespoke software.  These events can very often be triggered by something the user is doing at the time, perhaps running another piece of software or performing a specific action.</p><p>This is where attaching an action to an event becomes useful.  In the <strong>Event Viewer</strong> in Windows you can launch a program, send an email (if the user has a desktop email client installed) or alert the user to the fact that something has occurred.</p><p>It&#8217;s very easy to do this to.  Once you&#8217;re in the Event Viewer (either through the Computer Management console, the Control Panel or by typing <strong>Event</strong> into the Start Menu search box) keep double clicking on the event type and the error itself until you get to the screen you see here.</p><p><a
rel="attachment wp-att-42550" href="http://www.ghacks.net/2011/03/15/adding-actions-to-events-in-the-windows-event-viewer/windows-7-webcast-windows-virtual-pc/"><img
class="aligncenter size-medium wp-image-42550" src="http://www.ghacks.net/wp-content/uploads/2011/03/Windows-7-Webcast-Windows-Virtual-PC-550x347.png" alt="" width="550" height="347" /></a></p><p>In the right hand panel (highlighted) is an option to attach a task to the event.  It&#8217;s here that we&#8217;ll find all of our options.  This will pop up a window in which we can define the task.  We can specify whether we want to run a program (more on this in a bit), send an email (for which we&#8217;ll need email software installed on the PC) or display a pop-up alert.</p><p><img
class="aligncenter size-medium wp-image-42551" src="http://www.ghacks.net/wp-content/uploads/2011/03/Windows-7-Webcast-Windows-Virtual-PC-2-550x381.png" alt="windows 8 webcast virtual pc" width="550" height="381" /></p><p
style="text-align: left">When you&#8217;re finished you will see an option to display further properties for this task.  You can tick this box for even more control and options.</p><p><img
class="aligncenter size-medium wp-image-42552" src="http://www.ghacks.net/wp-content/uploads/2011/03/Windows-7-Webcast-Windows-Virtual-PC-3-550x383.png" alt="windows event viewer" width="550" height="383" /><br
/> It&#8217;s here that we can specify additional tasks to run and in what order we want things to happen.<br
/> <img
class="aligncenter size-medium wp-image-42553" src="http://www.ghacks.net/wp-content/uploads/2011/03/Windows-7-Webcast-Windows-Virtual-PC-4-550x413.png" alt="windows virtual pc" width="550" height="413" /><br
/> I talked a little while ago about running a program.  There are a couple of very useful Command Line and PowerShell utilities that can come in very handy here.  I won&#8217;t go into detail on them in this article but they are both well documented on the Microsoft website.</p><p>You can run the program <strong>CMD.EXE</strong> with either the <strong>/c</strong> switch to carry out a command string and then stop, or the <strong>/k</strong> switch to continue afterwards (see <a
href="http://technet.microsoft.com/en-us/library/bb490880.aspx" target="_blank">here</a> for more details on command line switches).  It&#8217;s here you can use the <strong>WEVTUTIL</strong> command to automatically poll the event viewer for data and perform an action such as saving it to the user&#8217;s desktop.  This can then immediately be sent to a support person for review.  You can get full information on WEVTUTIL <a
href="http://technet.microsoft.com/en-us/library/cc732848(WS.10).aspx" target="_blank">here</a>.</p><p>You can also run <strong>POWERSHELL.EXE</strong> or involve the <strong>PowerShell</strong> command from the Command Line to automatically generate a <em>System Health Report.</em>  The command you would use here is <strong>Get-RmsSystemHealthReport -Path &lt;drive&gt;:\Report [-StartTime &lt;start_time&gt;] [-EndTime &lt;end_time&gt;] -ReportType &lt;report_type&gt;</strong>.  Full details of this command can be found <a
href="http://technet.microsoft.com/en-us/library/ee221012(WS.10).aspx" target="_blank">here</a>.</p><p>Any tasks you add can be viewed and edited in the Windows <em>Task Scheduler</em> and all in all, being able to add actions to events can be a real time-saver when it comes to diagnosing problems in Windows&#8230; especially those annoying intermittent ones.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/15/adding-actions-to-events-in-the-windows-event-viewer/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Windows Event Viewer Plus</title><link>http://www.ghacks.net/2010/12/13/windows-event-viewer-plus/</link> <comments>http://www.ghacks.net/2010/12/13/windows-event-viewer-plus/#comments</comments> <pubDate>Mon, 13 Dec 2010 10:07:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[event log]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows event viewer]]></category> <category><![CDATA[Windows Event Viewer Plus]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37916</guid> <description><![CDATA[Most Windows users shy away from the powerful Event log thinking that it is to complex and complicated to be of use. The Windows Event Viewer on the other hand can reveal information about errors or alerts that would otherwise be hard to come by, if at all possible. Windows Event Viewer Plus was recently [...]]]></description> <content:encoded><![CDATA[<p>Most Windows users shy away from the powerful Event log thinking that it is to complex and complicated to be of use. The Windows Event Viewer on the other hand can reveal information about errors or alerts that would otherwise be hard to come by, if at all possible.</p><p>Windows Event Viewer Plus was recently released for a faster way of using the Event log in the Windows operating system. The portable software can be used to view event logs from local computer systems as well as remote PCs.</p><p>All available event logs are displayed in a sidebar on start, and the main pane will be filled with recent entries after a selection has been made.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/windows-event-viewer-plus-550x303.jpg" alt="windows event viewer plus" title="windows event viewer plus" width="550" height="303" class="alignnone size-medium wp-image-37917" /></p><p>A double-click on an event log entry opens a small window with detailed information about that specific event.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/event-log-viewer-550x413.jpg" alt="event log viewer" title="event log viewer" width="550" height="413" class="alignnone size-medium wp-image-37918" /></p><p>These information can be exported to the local computer system. Windows Event Viewer Plus provides access to four web search modules that can be used to search Bing Search, Google Search, Yahoo Search or the Microsoft Support site for that error.</p><p>That&#8217;s comfortable as it gets rid of the copy and paste when working with the standard Windows Event Viewer and researching events on the Internet. The portable program links to several Tools in the menubar including memory diagnostics, check disk and the system file checker.</p><p>Windows Event Viewer Plus is responsive and faster to navigate than the built-in Windows Event Viewer. It does however lack a lot of features that the Event Viewer offers like the ability to search in the event log, sort it by one of the parameters (e.g. time) or to attach tasks to events.</p><p>Windows Event Viewer Plus is <a
href="http://www.thewindowsclub.com/windows-event-viewer-plus-v-1-0-released">available</a> for download at the Windows Club website. The program ran fine on a 64-bit Windows 7 Professional system. It should run fine on most Windows systems as well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/13/windows-event-viewer-plus/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Acronis Drive Monitor, Monitor Hard Drives For Critical Events</title><link>http://www.ghacks.net/2010/09/24/acronis-drive-monitor-monitor-hard-drives-for-critical-events/</link> <comments>http://www.ghacks.net/2010/09/24/acronis-drive-monitor-monitor-hard-drives-for-critical-events/#comments</comments> <pubDate>Fri, 24 Sep 2010 16:45:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[event notifications]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[hard-drive]]></category> <category><![CDATA[smart]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35196</guid> <description><![CDATA[Keeping an eye on the hard drives of a computer system ensures to receive notifications about imminent drive errors or other critical events that may affect the data on those devices. Modern hard drives usually support the SMART technology, which software can use to display information about a drive&#8217;s health. Acronis Drive Monitor is a [...]]]></description> <content:encoded><![CDATA[<p>Keeping an eye on the hard drives of a computer system ensures to receive notifications about imminent drive errors or other critical events that may affect the data on those devices. Modern hard drives usually support the SMART technology, which software can use to display information about a drive&#8217;s health.</p><p>Acronis Drive Monitor is a free hard disk monitoring software that uses SMART information and the Windows event log to display important events to the system user. The program is pretty basic, which is surprising considering its size of nearly 18 Megabytes.</p><p>On startup a summary is displayed, which displays disk problems, backup information and critical events. Disk problems are directly linked to SMART parameters, and the program will either report that all disks are working normally, or that problems have been encountered.</p><div
id="attachment_35197" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/acronis-drive-monitor.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/acronis-drive-monitor-500x419.png" alt="acronis drive monitor" title="acronis drive monitor" width="500" height="419" class="size-medium wp-image-35197" /></a><p
class="wp-caption-text">acronis drive monitor</p></div><p>Critical events taps right into the Windows event log and displays high risk events of the system&#8217;s storage devices. Backup finally has probably been added to distribute or sell Acronis products as it proposes to download Acronis backup software if no backup software is detected on the system.</p><p>Links lead to detailed information about each of the information provided by the software. Probably the most interesting feature of the program is the critical events listing which makes use of the Windows Event log. Not many hard drive monitoring applications offer this feature.</p><p>Then again, it is possible to <a
href="http://www.ghacks.net/2010/08/30/how-to-create-desktop-notifications-for-windows-events/">create those custom alerts</a> quite easily without third party software.</p><p>The page displays all critical events, sorted by date. Included in the listing is the risk evaluation rating, severity, source and event id. A double-click on an event displays detailed information about that specific event, with a link to the Acronis Knowledge Base website for additional information.</p><div
id="attachment_35198" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/crtiical-events.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/crtiical-events-500x419.png" alt="critical events" title="critical events" width="500" height="419" class="size-medium wp-image-35198" /></a><p
class="wp-caption-text">critical events</p></div><p>The Disks page lists the usual information about the primary partition of the computer. We did not find an option to make the drive monitor display those information for other connected drives.</p><p>Finally, the program can create four types of alerts that are send to an email address that needs to be configured in the program&#8217;s options. Alerts can be configured for temperature levels, critical events, disks monitoring errors and backup monitoring errors.</p><p>Acronis Drive Monitor does not offer anything that other tools or even Windows first party tools do not offer. Some users may still be inclined to give the program a try, it is free after all. The program supports both 32-bit and 64-bit editions of the Windows operating system. Downloads are provided at the <a
href="http://www.acronis.com/homecomputing/download/drive-monitor/">Acronis</a> website after registration.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/24/acronis-drive-monitor-monitor-hard-drives-for-critical-events/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Analyzing Windows Shutdown Performance</title><link>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/</link> <comments>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/#comments</comments> <pubDate>Wed, 21 Jan 2009 19:33:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[diagnostics performance]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[shutdown]]></category> <category><![CDATA[shutdown performance]]></category> <category><![CDATA[shutdown performance monitoring]]></category> <category><![CDATA[windows shutdown]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows tutorial]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10043</guid> <description><![CDATA[Windows Shutdown usually takes only a matter of seconds before the computer shuts down. It can take longer if commands or applications are executed at shutdown &#8211; like cleaning temporary files or the pagefile &#8211; or if a driver or program does not respond properly to the shutdown command. One of the better additions of [...]]]></description> <content:encoded><![CDATA[<p>Windows Shutdown usually takes only a matter of seconds before the computer shuts down. It can take longer if commands or applications are executed at shutdown &#8211; like cleaning temporary files or the pagefile &#8211; or if a driver or program does not respond properly to the shutdown command. One of the better additions of the Windows Vista operating system is the advanced Event Viewer that can be used to analyze Windows shutdown performance problems easily. The very same possibility will be included in Microsoft&#8217;s next operating system Windows 7.</p><p>You can start the Event Viewer in Windows using the keyboard shortcut [Windows R], typing [eventvwr.msc] and hitting [enter]. Navigate in the Event Manager using the menu on the left side using the following path: Applications and Services Logs => Microsoft => Windows => Diagnostics-Performance => Operational. This will lead directly to the location that contains performance diagnostics not only for the Windows shutdown but also for standby and boot performance issues.</p><p>A good way to start is to sort the columns by Task Category. Click on the Task Category title and look for Shutdown Performance Monitoring entries. Each entry will contain information about the application or process that was causing problems during shutdown including the time it took to shutdown that process. A process that takes very long to shutdown is usually the problem for the shutdown problems.</p><p><span
id="more-10043"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/windows_shutdown-500x312.jpg" alt="windows shutdown" title="windows shutdown" width="500" height="312" class="alignnone size-medium wp-image-10044" /></p><p>Once the process or application has been identified it is a matter of finding out why it is causing the delay. It could be outdated or incompatible with that version of Windows and to a lesser extent a faulty version or driver. A good way to start is to look for updates for that software and install those if they are available. It might be easier on the other hand to simply deactivate or uninstall the software if that is possible.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/21/analyzing-windows-shutdown-performance/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Event Log Explorer</title><link>http://www.ghacks.net/2008/03/18/event-log-explorer/</link> <comments>http://www.ghacks.net/2008/03/18/event-log-explorer/#comments</comments> <pubDate>Tue, 18 Mar 2008 09:59:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[event viewer]]></category> <category><![CDATA[microsoft]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/03/18/event-log-explorer/</guid> <description><![CDATA[The Event Viewer is a great way to diagnose system problems in Windows. You can access the build in Event Viewer by clicking on Computer Management in the Administrative Tools section of the Control Panel. Events are sorted by type, date, source, event id and other variables. The main problem of the default Event Viewer [...]]]></description> <content:encoded><![CDATA[<p>The Event Viewer is a great way to diagnose system problems in Windows. You can access the build in Event Viewer by clicking on Computer Management in the Administrative Tools section of the Control Panel. Events are sorted by type, date, source, event id and other variables. The main problem of the default Event Viewer is the lack of information and options to obtain them.</p><p>A good way to start would be to look up the Event Id in a database that contains a list of them. This has to be done manually if you use the default Event Viewer.</p><p>The software Event Log Explorer is a <a
href="http://www.eventlogxp.com/">free</a> for personal use software that adds more comfort and functions to working with the Event Log in Windows. It basically displays the same amount of information but offers ways to quickly lookup Event Ids on the Internet. A right-click on an Event Id will provide the user with the option to look it up in the Event Id database or Microsoft Knowledge Base.</p><p><span
id="more-3405"></span><img
src='http://www.ghacks.net/wp-content/uploads/2008/03/event_log_explorer.jpg' alt='event log explorer' /></p><p>That&#8217;s actually only one of the new functions that make the product a great replacement. The quick filtering function is another one. Whenever you right-click on a column you can quickly filter for that value, right-clicking on a date for example gives the option to filter events of that date.</p><p>Another interesting addition is that the description of the event is available in a third pane that has been added. If you use the default Event Viewer you have to right-click the event and select Properties to get the description which gives more details about the event.</p><p>The only limitation of the free version is that it does not allow you to connect to more than three computers.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/18/event-log-explorer/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
