Hey there Marc!
I'm Miguel Ángel and I'm an independent advisor, also a Microsoft advisor, I'll try to help you today with this issue!
The error code is 193, in decimal numbers, which converted to hexadecimal is C1 (0x000000C1). So, the error code was this: SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION
This usually involves an issue with RAM module or hard drive. However, it could also be a driver issue. Is it something that always happens, or just once? Anyways, we'll follow these steps:
- SYSTEM FILES INTEGRITY CHECK
First of all, make sure all Windows Updates are installed, all drivers are updated and BIOS is updated as well, everything with the latest installation possible.
Then, we will do some system files check, and also check the hard drive, just in case. Follow these steps:
- Press Windows + R. Type 'cmd' and press Enter.
- In the command prompt, run the following commands:
> dism /online /cleanup-image /restorehealth
> sfc /scannow
> chkdsk /f
Third command may ask you to type Y to reset the computer. Just type Y and then press Enter. I'd recommend you to post some feedback if these commands have fixed anything or not.
- TROUBLESHOOTING
- Press Windows key + X. Click on 'Powershell (admin)' or 'Command Prompt (admin)'.
- Once inside, type this command (it will run the hardware troubleshooter):
msdt.exe -id DeviceDiagnostic
- Follow its steps, and let it run and check the device.
- CLEAN BOOT
Perform a clean boot following the steps given in https://support.microsoft.com/en-us/topic/how-t... and see if issues continue happening. Report back with some feedback!
Those are the generic solutions that we all should follow before going into deeper measures. Please, follow them and then we'll continue on working on the issue!
Tell me how it goes! Best of luck!
Miguel Ángel :)