• Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Retrieve Check Disk Information

Retrieve Check Disk Information

Press the Windows + R keys to open the Run dialog

Type
powershell

Run.png


Then press Enter or click OK

In PowerShell, copy and paste the command below, and press Enter.
get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername –match "wininit"} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt

powershell.png


The CHKDSKResults.txt file will be created on your desktop.

desktop.png


COPY and PASTE the contents from the CHKDSKResults.txt or you can also attach the file into your next post.
Author
Rustys
Views
1,695
First release
Last update
Rating
0.00 star(s) 0 ratings