Vegar Posted June 5, 2008 Posted June 5, 2008 Hello .. refering to this topic: http://www.autoitscript.com/forum/index.php?showtopic=72904and here is a copy of what was in that topic:> Hide Process in Windows Task Manager?...________________________________________________________________________Is there any way to hide the process of a script that is running in Task Manager??so when you start the script there is no extra process'es show'n..Thx for all help. biggrin.gif(Refering because case closed!.)____________i did not get a chance to answer to athiwatc's question...I want to hide the process in task manager becasue i'm kidding around whit my friends and i just made this script:#NoTrayIconCDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")sleep (6000)CDTray ("E:", "open")but they could stop the script from running just by killing the process.so therefore i want to know...and no, i'm not making any viruses or spyware so .. is it anyone that can help?
Recommended Posts