Dll injection hook doesn't work on windows start up

Viewed 32

My goal is to hide process (Dll injection) from task manager on windows logon trigger using Task Scheduler. I use a code snippet from this github thread: https://github.com/HadarShahar/process-hiders

I am using the GlobalHook method to load the dll to the proccess: https://github.com/HadarShahar/process-hiders/blob/main/Dll_Injection/GlobalHookInjector/GlobalHook/GlobalHook.cpp

But it works only if i manually run the injector (with UAC prompt) from local administrator account on my PC, but when i am trying to set up the task in windows Task Scheduler with high available privileges the injection doesn't work on windows start up.

Could you please give me some hints how to make the dll to be injected (hide process) on windows start up? thank you. I will provide any additional information if needed.. i am using Windows 10 Pro 19043.2006 build

0 Answers
Related