1. Restart.
2. Right-click on
Start and choose
Windows PowerShell (Admin).
3. Copy/paste the following into the
PowerShell console but
don't press RETURN/ENTER yet:
Code:
Get-EventLog -LogName System -Newest 20 | Format-Table -AutoSize
4. Press
Windows key + R key together. When the
Run dialog appears, type
devmgmt.msc and press
RETURN/ENTER.
5. When the
Device Manager window starts misbehaving, swap to the
PowerShell console and press
RETURN/ENTER to show the last 20 entries in the
System log.
Report back with the results.
Alternatively:
1.Download, un-zip and run the small, free, portable Sysinternals/Technet tool
Process Monitor (ProcMon).
2. Accept the EULA (you only need to do this once then, when
ProcMon opens, press
CTRL+E (to end the automatic capture of events) then
CTRL+X to clear the event display.
3. Press
CTRL+L to open the
Filter editor and change the top line to this:
... then click on the
Add button under the top line then the
Apply and
OK buttons at the bottom of the dialog to accept the change and return to the main
ProcMon dialog.
4. Press
Windows key + R key together. When the
Run dialog appears, type
devmgmt.msc and press
RETURN/ENTER.
5. When the
Device Manager window starts misbehaving, swap to the
ProcMon dialog and press
CTRL+E to resume event logging. After a few seconds, press
CTRL+E to stop event logging. Problems with
Device Manager should show in the
Results column, probably as
FAILURE.
Report back with the results.
Hope this helps...