Jump to content

Recommended Posts

Posted (edited)

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
Posted

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....

Posted

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.

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
×
×
  • Create New...