How check what program is reading/writing to disk and registry [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is there possibility to check which files program is using from disk (saving/reading to them) and check what program is reading from registry and saving to registry?
This is a common software development task, especially when supporting legacy software or debugging issues in closed-source software

There are probably many tools, but Microsoft provides ProcMon (AKA Process Monitor) which should do what you want.

Related

A Process running in ec2 windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
recently I found that a process is keep running on one of our company's windows EC2(Windows server 2012 R2).
It takes up lot of resources from CPU. however, it disappear after I open the task manager for a few seconds.
Anyone has knowledge of what it is.
It seems that your instance has been compromised and is mining cryptocurrency, explaining high CPU and magically disappearing when you want to look at its process.
More about the process SystemManagement.exe is in the link.

How does Windows 10 S determine which executable to allow to run? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I'm curious how does Windows 10 S kernel implementation of CreateProcess know which process to run and which one to block?
For instance, if we take Notepad.exe:
It has no issues allowing it to run. And it is not even signed:
But the regedit.exe right below it, triggers this:
I'm curious, how do they differentiate between them?
EDIT: Forgot to mention. If you want to try it for yourself, Media creation tool now allows to create a Windows 10 S iso that runs fine in a VM.

How to find folders with large disk usage? (Win7) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
My harddrive is approaching capacity and I'd like to find all the large folders on the drive to delete them manually. I searched for a way to do this and a lot of 3rd party utilities came up, but I was surprised I couldn't find a native win7 way of doing it. I don't have to do this often so I'd prefer not to install a tool specifically for this. I just need a listing of all folders that exceed a certain size.

Can we acces files in second operating system on the computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have two windows 8.1 on my computer but unfortunately one of them is out of use because of an update problem. Now I need a file on that OS which resides in Desktop. Can I acces that file from the other OS which I can use now?
Yes, you can. As long as the OS supports the file system

Is it possible to retrieve a file removed using file.remove? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I foolishly ran the following code
file.remove(list.files())
Is there any way of retrieving the deleted files. I am working in windows XP + R 2.15.0
You need to get a NTFS (or FAT32, though unlikely) file recovery software. Restoration and Undelete Plus are a few of them

Resources