About how to delete stubborn programs on windows, delete windows
For example
Bytes
The bottom line is who started hello.exe. we don't care about it, but we are willing to be a protection program. Then, if we delete it before the protection program starts hello.exe, what the following script can do:
Find the id of the currently running hello.exe process and run the hello. bat file as follows.
Del-f hello.exe kill/f hello iddel-f hello.exe
The first sentence del-f hello.exe is critical, which will allow windows to constantly try to delete the file for a short period of time. The last sentence del-f hello.exe is redundant.
Then run hello. bat in the directory of hello.exe.
As for some. dll or something, how do you know which process is in use?
Run the following command on the command line:
Tasklist/m dll name
Then, end the corresponding process and delete the dll.