The CHKDSK results move by in the output window very fast and disappear before I can read everything.
To see the CHKDSK results in Windows 7, I would use at the PowerShell (admin) Command prompt
PS C:\Users\Personalfoldername> Get-EventLog -LogName Application -Source wininit | select -Last 1 -ExpandProperty Message
In Windows 10, the Powershell Command (admin) Prompt says:
PC C:\Windows\system32> and when I use the Get -EventLog command and the arguments above, it does not work.
So, how can I use Powershell (admin) in Windows 10 to get the same results that I got in Windows 7?