Windows crash when navigate '\\.\globalroot\device\condrv\kernelconnect' on edge/chrome/firefox

轩 龙 6 Reputation points
2021-01-19T08:01:37.747+00:00

58036-wecom-screenshot-20210119160442.png
58093-wecom-screenshot-20210119160241.png
GetFileAttributesExW -> CdpDispatchCleanup

   #include <iostream>  
   #include <Windows.h>  
      
   int main()  
   {  
       WCHAR fileName[] = L"\\\\.\\globalroot\\device\\condrv\\kernelconnect";  
       WIN32_FILE_ATTRIBUTE_DATA data;  
       GetFileAttributesEx(fileName, GetFileExInfoStandard, &data);  
   }  
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,654 questions
0 comments No comments
{count} vote

6 answers

Sort by: Most helpful
  1. 12X 1 Reputation point
    2022-03-01T08:48:01.753+00:00

    Its patched now by microsoft

    0 comments No comments