79565767

Date: 2025-04-10 05:18:37
Score: 1.5
Natty:
Report link

You should check to see if the C:\Windows\System32 directory contains null.sys;

if not, you should copy a null.sys that is the same as your system to this directory;

Then open cmd and run the script:
sc create null binPath= C:\Windows\System32\drivers\null.sys type= kernel start= auto error= normal
sc query Null
sc start Null

Finally reinstall

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: haipeng Cui