Skip to main content

Questions tagged [process]

A process is a binary program running continuously on a computer (until terminated) which is managed by the operating system.

0 votes
1 answer
42 views

User account m is a standard account. User account a is an admin account. Basically I want the make sure that process p.exe always runs whenever m is logged in and m cannot kill the process; and that ...
gaazkam's user avatar
  • 1,073
3 votes
1 answer
499 views

When I close the last firefox window, it still lives in the task manager. I am on windows. This behavior is annoying, because launching firefox from a shortcut create a new empty window, instead of my ...
jokoon's user avatar
  • 498
7 votes
2 answers
2k views

My friend has a Windows 11 laptop with a stuck process. It survives powering off the system. The name of the process is SETUP.EXE, and apparently it came from something he previously installed and ...
Bob Smith's user avatar
  • 121
12 votes
2 answers
2k views

In the power settings, my computer is configured to turn off the screen after 2 hours of inactivity. In all of my Python projects that I run at random times during my day I add a function that runs in ...
Digital Farmer's user avatar
2 votes
2 answers
334 views

I’m using Windows 11 and recently noticed that Task Manager is not showing any running applications under the “Apps” section, even though I clearly have programs open (e.g., browser, file explorer, ...
Rinshan Kolayil's user avatar
1 vote
0 answers
79 views

I play the standalone version of War Thunder on PC (3090 FE with the newest drivers, i7-13700K, Windows 11 Pro, 64GB 6000MT/s RAM with XMP on). I've had no issues with it, except that recently, a few ...
Red_byte's user avatar
  • 140
1 vote
1 answer
170 views

I want to close a program without triggering the actions the program performs when it knows it's closing. Task Manager and taskkill both ask a program to close, and are not solutions for this question....
Renoc's user avatar
  • 142
-4 votes
1 answer
378 views

I have noticed recently that every day when my computer turns on this service I never installed that looks suspiciously like spyware/bloatware auto starts as well. I have never heard of ...
Red_byte's user avatar
  • 140
0 votes
0 answers
156 views

In CachyOS (which is arch-based) is there a way to keep track of all processes created by a specific application, ideally with low CPU overhead, and kill them all when the application is closed? I'm ...
Bagle Hishket's user avatar
0 votes
0 answers
48 views

I want to be surgical and allow only the rule/process or rules/processes that are blocking this download. I'm trying to avoid blanket disabling Lulu and then reenabling. There are too many Apple rules ...
questioner56's user avatar
7 votes
2 answers
950 views

I am using PowerShell to start Chrome and then kill it. Start-Process gets the PID, but when I try to kill Chrome it says PID does not exist. The script: $myp = Start-Process "chrome.exe" -...
TakeMe2YourLeader's user avatar
0 votes
0 answers
83 views

According to the task manager, this process takes up a lot of memory, so I'd really like to remove it. I suspect that it appeared after I opened Gmail, but I'm unaware of any ways to check this. I don'...
multus's user avatar
  • 1
1 vote
1 answer
714 views

I recently became curious about how different OSes manage memory. I know Linux has an OOM killer and that idea has always bothered me. It seems really bad to allow programs to allocate and then kill ...
Isaac D. Cohen's user avatar
4 votes
2 answers
227 views

In Task Manager, there is a column Command line. I would like to export this information to a CSV. It would also be useful to capture the memory column, with results like so: Process | Command Line |...
sushi's user avatar
  • 175
1 vote
0 answers
331 views

Ever since I booted up my computer today, a process called "System:4" (according to Process Explorer) has been spiking up to 30% CPU usage every 30 seconds or so. A second process called &...
Ryan's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
94