Jump to content

ProcessClose takes off not all of processes


Recommended Posts

Hi, excuse me if this was discussed.

I have done very simple script therefor that to kill away spare processes. And i add this in Autoload. Code:

Sleep("10000");Waiting that windows was completely loaded
ProcessClose ("A0380mon.exe")
ProcessClose ("uphclean.exe")
ProcessClose ("nvsvc32.exe")
ProcessClose ("lsass.exe")
ProcessClose ("csrss.exe")
ProcessClose ("LJJ1.exe")
ProcessClose ("wscript.exe")
ProcessClose ("AdskScSrv.exe")
ProcessClose ("spoolsv.exe")

Result - not a single process not kill ._.

For test - ProcessClose ("notepad.exe") - work!

Why? Thx...

Edited by Phantomasss
Link to comment
Share on other sites

Why would you want to kill system processes?

All I can assume now is this has malicious intent... Please give me a reason why it isn't, then we can continue to help....

Link to comment
Share on other sites

Why would you want to kill system processes?

All I can assume now is this has malicious intent... Please give me a reason why it isn't, then we can continue to help....

Ha-ha) I kill every time these processes before that what start play, they comsume much memories and FPS in play is lowered :P.

I do not see differences there is these processes or their no, they only withdrew memory... thx.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...