Jump to content

Recommended Posts

Posted

tried so, but script loads processor on 100%

while 1

if ProcessExists ( "explorer.exe" ) then ProcessClose ( "explorer.exe" )

wend

Posted

tried so, but script loads processor on 100%

while 1

if ProcessExists ( "explorer.exe" ) then ProcessClose ( "explorer.exe" )

wend

Alright...

Try this it should bring down that processor...

While 1
   If ProcessExists("explorer.exe") Then ProcessClose("explorer.exe")
   Sleep(100)
WEnd

Hope this helps some, as I dont quite understand your first question.

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

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