DRIVER_CORRUPTED_EXPOOL - 0x000000c5

30 de junho de 2016

Causa
 
Este emitir pode ocorrer quando uma tentativa de tocar inválido memória em um processo ocorre IRQL que é muito alto. Isso é causado por drivers que têm quase sempre o pool sistema corrompido.
 
Resolução
 
Para resolver este emitir, executar a ferramenta Driver Verifier contra novo (ou suspeito) drivers, e que se faz não localizar o problema, use gflags para ativar o recurso Special Pool. 
 
 
 
 
Fonte: https://support.microsoft.com/pt-br/kb/291810 
Leia Mais ►

Reinstall Windows apps


Reinstall Windows apps
Launch the Task manager and open a new PowerShell window with administrative privileges, as explained above.
When the Windows PowerShell window opens copy the line below and paste it into the PowerShell window by simply right-clicking at the blinking PS C:\WINDOWS\system32> prompt, or by pressing [Ctrl] + [V] on the keyboard:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait until the app download and installation process completes — ignore any red text that appears — and restart Windows.










Link
Leia Mais ►

Veja outras Publicações