Hello!
I present to your attention the second version of my utility Kernel Explorer
https://mega.nz/file/oWwy1SCT#_RN21QRI2gnkxTCjrYwJOiPyqzst0SEUt1kHpNljpFEThis is a lite version and i'm add functionality in my spare time.
IDE and compiler - Pelles C.
Key features:
- the program runs in the context LocalSystem Account;
- creation of system processes;
- switching to terminal session (after Windows 10 build 1709 Microsoft closed this functionality);
- changing parameters of kernel objects (token, privilege (double click on process list), service protect, etc.).
Functionality tested: Windows 7 Pro SP1 (x64), Windows 10 Pro 22H2 (x64), Windows 11 Pro 22H2 (x64).
The service UI0Detect is required to switch to the terminal session after Windows 10 build 1709.
The driver ZeroInput is required for the correct operation of the mouse and keyboard in the terminal session.
On Windows 10 and Windows 11 be sure to use the return library UI0Return.dll from the terminal session (Create Process In Session_0) before switching to Session 0.
Otherwise, you will not be able to return to the user session. Later i will rewrite this library to english language.