When using Restart Manager , if I add the path to RmRegisterResources , which is currently open as the current working directory in the command window, RmGetList does not return it, but instead returns information about other locked files (for example, an executable file loaded into WinDBG) .
Why is this so?
If I try to delete this folder, I get it error 32: ERROR_SHARING_VIOLATION, so I used Restart Manager to identify processes that prevent me from deleting files and folders.
source
share