pid

  1. GeorgeHe

    Why are there many zombie processed shown in RamMap?

    After some time using win10 (or other windows os), many zombie processes can be seen in RamMap, these PIDs can't be found in task manager. Is there a bug in os memory management driver?
  2. Christlike Sam

    Xammp

    5:25:12 PM [main] Initializing Control Panel 5:25:12 PM [main] Windows Version: Enterprise 64-bit 5:25:12 PM [main] XAMPP Version: 8.0.28 5:25:12 PM [main] Control Panel Version: 3.3.0 [ Compiled: Apr 6th 2021 ] 5:25:12 PM [main] Running with Administrator rights -...
  3. caesar7

    Windows 10 How to differentiate multiple connected process when it return the same parent PID?

    Whenever an instance of BlueStacks is opened for the first time, it launches a Bluestacks.exe* that looks like it 'handles' all other futures instances opened: It then launches BlueStacks.exe and HD-Player.exe for each new instance, where each of them is dependent on each other, if you close...
  4. M

    Windows 10 Python: get PID from window handle

    hi I am trying to get PID from the foreground window, but this doesn't work because I am passing the wrong kind of handle to the function. This is under python. How do I fix this? thx! import ctypes import time time.sleep(2) handle = ctypes.windll.user32.GetForegroundWindow() print(handle)...
  5. S

    Windows 7 Need to send a signal SEGV to a running process in windows

    Hi , I need to run crash a running a process in Windows . Basically equivalent of kill -11 <pid> in unix . Do we have some tools to achieve this or is there any we we can write some c++ code to achieve this . Please do let know . Regards Sangram
  6. seekermeister

    Windows 7 PID 11008

    I was curious when I found a listing in the Task Manager for something simply called setup.exe with a PID of 11008, so I Googled it and it appears to be for something related to AT&T. This is even more curious for me because I don't use any AT&T services. I don't even use a regular Bell...
  7. News

    SNMP services returns no attributes for a PID when you monitor services by using SNMP services on a

    Fixes an issue in which SNMP services returns no attributes for a PID when you monitor some services by using SNMP services on a computer that is running Windows Vista, Windows 7, Windows Server 2008 or Windows Server 2008 R2. More...
  8. I

    Windows 7 [help] disable NT kernel & system

    I'm using Windows 7. I installed xampp. The default port of Apache is 80. If I start Apache with this default port, I can't start it. After searching google, i found process NT Kernel & System (with PID of 4 ) listening on port 80. Some friends disable manually it by end process in Task Manager...
Back
Top