Questions tagged [sysinternals]
Usually refers to applications from the Sysinternals Suite (eg. Process Explorer, Process Monitor, RAMMap, ...)
111 questions
0
votes
0
answers
43
views
LiveKD generates corrupted kernel dump with dummy KD
I am trying to collect live kernel dump with minimal & portable setup for issue diagnosis. The best solution I have found so far is to use the Sysinternals LiveKD utility with the -ml argument, ...
1
vote
0
answers
346
views
SysInternals Process Explorer starts but is unresponsive for a long time, spinning blue disk. Then works fine
I recently downloaded the SysInternals tools. I'm running them on Windows Server 2019. The problem I am having only seems to apply to Process Explorer. I have this problem whether I run procexp.exe or ...
1
vote
1
answer
861
views
Process not showing in Process Explorer, even though it's running
Something strange is happening, I am running the game "Sheep dog 'n' wolf" via the SheepD3D.exe executable.
While it is running I alt-tab and open SysInternals' Process Explorer (latest ...
-2
votes
1
answer
1k
views
Sysinternals Process Monitor device driver: procedure could not be found
The most recent article I have found on this site regarding Systinternals Process Monitor is 13 years old. I must have missed something because I'm still having the same problem.
I have Windows 7 on ...
2
votes
0
answers
127
views
What does the "QueryDeviceInformationVolume" operation in Process Monitor mean?
Seeing an operation called "QueryDeviceInformationVolume" in a SysInternals Process Monitor log when I start a desktop application. Simply trying to get some details about this operation and ...
0
votes
1
answer
97
views
sysinternal Process explorer only show registry events
I have my process explorer installed on my windows machine(sandbox). I run the malware, then capture events in process explorer, after 5 minutes, i stop the capture. to my surprise, it only show the ...
0
votes
0
answers
665
views
Is it possible to use procmon to find out why a process ends?
Let's say I started notepad. In a PowerShell window, I run ps notepad | Stop-Process -Force to kill all notepad session. I captured a procmon trace during these operations. Is it possible to find out ...
0
votes
2
answers
439
views
Sysinternals Handle prints question marks "?" instead of non ASCII symbols
For files that contain non ASCII symbols, The Sysinternals Handle utility prints the file names with ?. A similar problem is also reported in the following places:
Handle encoding problem
Russian ...
0
votes
0
answers
481
views
Can not run Sysinternals Process Explorer via Task scheduler (installed via winget on Win11)
I'm unable to setup the Process Explorer to run at startup via Task Scheduler. Regardless if I create the task via the Process Explorer menu 'Run at startup' or manually I am unable to make it work.
I'...
0
votes
0
answers
433
views
PSExec -c flag does not work with powershell scripts
I'm using PSExec 2.4 to run commands on multiple computers. If I want to run a local batch script on the target computer (named {machine} below), this works no problem:
psexec -i \\{machine} -nobanner ...
1
vote
1
answer
544
views
Sysinternals procmon "Process Active Summary" is missing most processes
I am trying to track CPU usage of our build script and of all the processes it spawns to accomplish the task of creating a release. I ran a procmon64.exe (with profiling) session during the course of ...
0
votes
1
answer
240
views
Is there any native way on windows or using sysinternals to scan what websites a process is accessing?
I am struggling to find a way to scan for websites an specific process on windows 10 os is accessing without having to get a commercial tool or without a full package tracing app like wireshark
I was ...
0
votes
1
answer
719
views
Can you set Process Monitor to filter multiple file types instead of a single file type? Or all sounds?
I'm trying to figure out which programs are making certain sounds and the only tool that I've come across to have that ability is Syinternals Process Monitor.
Filters
Unfortunately, it doesn't seem to ...
0
votes
0
answers
79
views
Can I use ProcessExplorer to trace the parameters of future running process?
I would like be able to trace all calls to MSBuild.exe with its parameters. It seems I should be using sysinternals Process Explorer. I'm lost how I can accomplish this or if I should be doing ...
0
votes
1
answer
629
views
How to see the process stack in the Sysinternals Process Explorer from a .net console app?
I am trying to get deeper in the understanding how the OS stacks up the chained function calls. So I created a very simple dotnet console app, see the code below, I call the "Call()" method ...
0
votes
0
answers
421
views
How to associate RDG files to the RDC Manager shipped with sysinternals when sysinternals comes from the MS Store?
I installed the sysinternals suite from the Windows store.
This includes Microsoft Remote Desktop Manager.
However, this setup does not create file associations.
How to associate RDG files to this app ...
0
votes
1
answer
2k
views
TCPView (Windows) doesn't show any addresses
I'm using TCPView 4.16 for Windows 10 (downloaded from https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview). Up until a few days ago it worked fine, but all of a sudden it simply stopped ...
0
votes
0
answers
125
views
How can I catch a briefly executing process with SysInternals Process Explorer? (or any standard tool)
For example with SysInternals Process Explorer I can briefly see a process popping up, I even see the window on-screen for half a second, but I can't figure out which tool or method to use to catch it ...
0
votes
1
answer
884
views
RamMap empties Standby Lists but doesn't free them
My problem is: when I use RamMap to empty some standby memory, it gets emptied and zeroed, but the freed memory isn't added to the Free memory counter afterwards. Instead, it keeps contributing to the ...
11
votes
1
answer
2k
views
Why windows executables show incorrect compiler timestamps?
I have observed that windows executable files show incorrect timestamps when I view them in PE studio.
For example this Notepad.exe file shows a compiler timestamp of 0x86FCBD69 (Mon Oct 07 03:45:05 ...
0
votes
1
answer
768
views
Sysinternal's VMMap is unable to find injected memory
I'm writing a Python script that uses the Windows API to learn process injection.
The injection is successful. I can verify that the shellcode is running, and Process Explorer shows the connection:
...
1
vote
1
answer
930
views
Different Imphash for same PE file
I am analyzing a windows executable (C:\Windows\System32\xcopy.exe). The Imphash value calculated with Python is different from the one shown with PE studio. How can Imphash for a same file be ...
1
vote
0
answers
244
views
How to run as admin an .Net exe with PSExec ( doesn't work on some of EXE)
I use PsExec to run some exe with administrators right on a Windows Server 2016.
It works.
Saddly, i have a .net exe which run not in admin right despite the use of psExec. I think it's due to the exe ...
1
vote
1
answer
444
views
Unable to locate the physical disk sector(s) a file occupies
Sysinternals Diskview is producing what seems like an unlikely situation. I have a series of files I know exist on an NTFS filesystem (which is on a spinning disk hard drive), but when I try to use ...
3
votes
3
answers
3k
views
Sysinternals Handles Close Command?
https://docs.microsoft.com/en-us/sysinternals/downloads/handle >>> I downloaded the file on this site. Everything is fine but I cannot do exactly what I want. I explained exactly what I ...
0
votes
0
answers
40
views
procmon - reset "relative time"
procmon allows to add column Ralative Time (since the start of profiling).
I want to measure distance between recorded events and it would be trivial if I can reset relative time to zero at some ...
1
vote
2
answers
657
views
Why is it that a tool like sysinternals Autoruns might not know the location of a startup?
From the help file for autoruns:
Note: before you send e-mail reporting what you believe to be an auto-start location that's overlooked by Autoruns, please make sure that Autoruns doesn't cover it and ...
0
votes
1
answer
276
views
How are Windows SysInternal Utilities Licensed? [closed]
Specifically I want to know about SDELETE by Mark Russinovich. I didn't find any license attached, although he holds a Copyright for it..
I want to know because I want to distribute it in my own ...
0
votes
1
answer
580
views
How to launch a program on different desktop, using sysinternals desktops
Is there a way to start a program on a different desktop? Say if Desktop 2 is currently displayed, how could I open Notepad on Desktop 4?
0
votes
0
answers
78
views
Checking all connections on Windows 7
I want to check all outbound/inbound connections when my pc is (apparently) idle and possibly permit/deny selectively each of them as soon as they occur. Unfortunately it seems not possible on Windows ...
1
vote
0
answers
844
views
Process Monitor: Any way to tell what process is terminating another?
I use Process Monitor from SysInternals to view logs from users' when they're being unable to launch an application. Very often users are running various security software they're not even aware of, ...
0
votes
1
answer
34
views
editing sysinternal log to post on forum
I use sysinternal tool procmon
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon
I want to edit its log because I want to post it online on technical forums for disucssions.
I want to ...
0
votes
1
answer
285
views
Sysinternals Live unexpectedly slow?
I understand that the live version will inevitably be slower than a local copy. However, considering my system specs and bandwidth, the amount of latency experienced seems far too disproportionate to ...
1
vote
1
answer
516
views
How to enable "View Source" in Process Monitor?
Sysinternals Process Monitor has a button to "view the source" on a Event Properties > Stack element:
It is disabled in my trace. What do I need to enable it?
1
vote
1
answer
705
views
Bypassing agreement prompt for DiskUsage.exe?
I am running du.exe on a remote windows machine and do not want to have to access the remote machine's desktop, but the first run of du.exe is requiring an acceptance of the agreement which would ...
4
votes
0
answers
1k
views
High CPU usage from Explorer.exe - Suspecting Dropbox and/or Onedrive shell integration at fault
I'm experiencing high CPU usage from Explorer.exe and I am using SysInternals' Process Explorer to try to diagnose the issue.
Frequently I will get a CPU History graph like this (or worse, showing ...
0
votes
1
answer
89
views
What is corel doing on my udp connections for Chrome?
I have a weird mc.corel.com address lingering in Chrome and some parts of svchost processes, what is going on?
0
votes
1
answer
2k
views
Cmd instantly closes
So my cmd instantly closes, I tried following this: https://stackoverflow.com/questions/5373137/cmd-exe-closes-immediately-after-calling-win7-64 this kind of solves the problem but it introduces a new ...
0
votes
1
answer
3k
views
Alternative WHOIS client for Windows 10?
The de-facto whois client is Whois 1.20 From SysInternals, but it currently tries to contact moniker.com each time you attempt a whois, and now it is running into an endless loop situation.
1
vote
1
answer
1k
views
What determines a DLL's "create time" in the ListDLLs output?
I've run ListDlls on an EXE that I'm unsure should be running no my computer. The dates are all over the place for the DLLs in the output. I'm curious as to how the "create time" field is set.
1
vote
0
answers
394
views
In Process Monitor, is it possible to see what data is written/read per entry?
In Process Monitor, is it possible see what data is being read/written to a particular item, be it a file or registry? For example, if a program added "platform=x64" to settings.ini somewhere, Process ...
1
vote
2
answers
2k
views
In the output of SysInternals Handle.exe what does RWD stand for?
I'm using handle.exe from SysInternals to grab information about open handles. Running just handle.exe -p cmd to get the handles for cmd.exe, I get the following output. Other output is similar, just ...
1
vote
3
answers
5k
views
PsExec treats second remote computer in list as a program name
PsExec behaves very strangely when run on a specific server
When I use PsExec to run a program on multiple remote machines in most cases, it works perfectly fine. When I run the same command on one ...
6
votes
1
answer
1k
views
Where does chocolatey install sysinternals?
Chocolatey has a nice sysinternals package, but where does it install to? (by default)
https://chocolatey.org/packages/sysinternals
2
votes
2
answers
1k
views
How to change "Volume Serial Number" in Windows docker image?
I am trying to change the "Volume Serial Number" of a docker image with Sysinternals VolumeId but I'm getting Error reading drive: The request is not supported. when I run Volumeid64.exe C: 1AAA-111A -...
1
vote
1
answer
1k
views
System Internals procexp64 wont restore Task Manager
Prior versions of Process Explorer would allow you to toggle on/off the Replace with Task Manager option. However the current version seems not to toggle so well. After turning it on I can no longer ...
61
votes
3
answers
46k
views
Restore the original task manager after replacing it with the Sysinternals process explorer
After replacing the default Windows task manager with Sysinternals’ process explorer via the Options → Replace task manager menu, how do you undo that action, i.e. restore the original task manager? I’...
2
votes
1
answer
1k
views
Why do programs start working when I open Process Monitor?
I have a script I wrote that creates and writes to a file every 20 or 30 seconds and it has been doing that fine for the past 15 years or so on 5 versions of Windows, but I installed the outstanding ...
6
votes
2
answers
3k
views
How can I run SysInternals ProcMon (or equivalent) inside a docker Windows container?
I'm trying to diagnose an issue where a complicated process does not run inside of my Windows Core container. I really need to figure out why it is failing. If this was a VM, I would just pop up the ...
7
votes
3
answers
29k
views
Errors starting PsExec to run a program as a local service
When I run the following command from an Administrative Command Prompt:
psexec64 -i -u "nt authority\network service" C:\Windows\System32\cmd.exe
I'm getting these error messages:
Couldn't install ...