Amerigo Posted August 28, 2008 Posted August 28, 2008 Can someone, please, write a script that will kill all non-essential processes? Pretty please!!! Thank you. Anyone who does not wonder is either omniscient or foolish.
martin Posted August 28, 2008 Posted August 28, 2008 (edited) Can someone, please, write a script that will kill all non-essential processes? Pretty please!!! Thank you.No problem. ShutDown(4) Please provide your name and address so that I can send you my invoice. Edited August 28, 2008 by martin Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Amerigo Posted August 31, 2008 Author Posted August 31, 2008 No problem. ShutDown(4) Please provide your name and address so that I can send you my invoice. Very Funny I want to close all running programs while installing a new program or to free up the cpu and memory for things like WMP. Anyone who does not wonder is either omniscient or foolish.
burners Posted September 1, 2008 Posted September 1, 2008 I actually wrote one of these a while ago called killer.exe lol My wife was like "wtf is killer.exe" Basically I just compiled a list of processes to be killed off from a list of known processes and if the process doesnt exist on someone else's machine it doesnt matter cause it wont make the script error out. ~~--Feel Free to Steal my Sigs --~~FLAT LOOK____________________________________ROUNDED LOOK
Amerigo Posted September 1, 2008 Author Posted September 1, 2008 I actually wrote one of these a while ago called killer.exe lolMy wife was like "wtf is killer.exe"Basically I just compiled a list of processes to be killed off from a list of known processes and if the process doesnt exist on someone else's machine it doesnt matter cause it wont make the script error out.Thank you.Will you please, post it? Anyone who does not wonder is either omniscient or foolish.
Andreik Posted September 1, 2008 Posted September 1, 2008 You can use this function and choose what you want to kill.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now