this post was submitted on 26 Jan 2024
0 points (NaN% liked)

techsupport

2407 readers
10 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 1 year ago
MODERATORS
 

Because i am local admin and i'm authorized to do whatever i want, i can use process explorer.

But i want to use taskmgr.exe

The exe is signed by microsoft

top 2 comments
sorted by: hot top controversial new old
[โ€“] d3Xt3r@lemmy.nz 0 points 7 months ago* (last edited 7 months ago) (1 children)

That's not a standard Windows prompt, looks like some third-party application is intercepting the call.

Check the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options - for a key named taskmgr.exe. If it exists, see if the taskmgr.exe key has a value called Debugger. If so, delete the Debugger value, or rename the taskmgr.exe key to e.g. taskmgr.exe.old.

Then try launching Task Manager again.

If there's nothing in the registry, you could monitor the process tree in Process Explorer and watch what happens when you execute taskmgr.exe. You could also use Process Monitor if you want to dig deeper and find out exactly what's happening - you can filter out Microsoft processes to make it easier to see all thirdparty software interactions.

[โ€“] KISSmyOS@feddit.de 0 points 7 months ago

Doing something like this on a work pc is a good way to get written up.