0
votes
0answers
17 views

Determining Source of System Open Handles

Set up Sometimes when you try to determine what process has an open handle to an object (file, registry key, etc.), you will find that it is the System process: Problem The object handle is ...
0
votes
0answers
55 views

How to reload the listing under “Playback devices”?

I have my computer (Windows 7 32bit) connected to an AVR via HDMI. If I put the AVR on standby and then switch it ON again, under "Playback devices" list, "NVIDIA High Definition Audio" changes to ...
1
vote
1answer
292 views

How can I debug periodic 100% memory usage by services.exe?

I'm running Windows 7 SP1 on a MacBook Pro via Boot Camp (i.e. it boots natively). Recently services.exe started exhibiting behavior whereby every 15 minutes or so it will ramp up over the course of ...
3
votes
1answer
423 views

We have already running windows process. How to determine what parameters it has been ran with?

For example I have a running process seen in windows task manager (.exe). I'd like to see the parameters that's been passed to the process when it was started. I do not start this proces, nor I have ...