If you want to look back the reports of the chkdsk runs you have done there are 2 ways to see the old reports:
1. Powershell
To start powershell go to START=>Run .. type "powershell" hit OK
With the use of PowerShell command it is easy to get the information gathered by chkdsk:
Copy and paste that into the Windows PowerShell command window:
get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername –match "wininit"} | fl timecreated, message
2. Eventviewer:
Go into eventvwr.msc, right-click Custom Views and choose "Create Custome view". Give it a name for example Chkdsk.
Use the settings from the pull-down menu from this picture and save your view.
Geen opmerkingen:
Een reactie posten