Yesterday my beloved laptop's WIN10 had some serious issues out of the sudden (was running 5 years without a single problem):
- boths disks still worked (ssd & hdd)
but it
- didn't want to shutdown (button/menue)
- disk management didn't start (then I had an idea what could be wrong)
- Checkdisk (via disk->properties) didn't start
The solution was:
1. Start a command line / Windows Powershell (as admin)
2. execute chkdsk c: /f /r (or other drive)
3. wait for 2-3 hours (can take longer, just be patient)
4. all working fine again
In my case it was the 2nd drive D: which caused that behaviour. Windows seems to wait for all drives to be ready until it gives you any options. Funny thing: Even drive D: was read/writable an behaving "normal" before the repair.
- boths disks still worked (ssd & hdd)
but it
- didn't want to shutdown (button/menue)
- disk management didn't start (then I had an idea what could be wrong)
- Checkdisk (via disk->properties) didn't start
The solution was:
1. Start a command line / Windows Powershell (as admin)
2. execute chkdsk c: /f /r (or other drive)
3. wait for 2-3 hours (can take longer, just be patient)
4. all working fine again
In my case it was the 2nd drive D: which caused that behaviour. Windows seems to wait for all drives to be ready until it gives you any options. Funny thing: Even drive D: was read/writable an behaving "normal" before the repair.