Fido Posted September 23, 2009 Posted September 23, 2009 I have another question. can we hide process in process list?and hide in this
andygo Posted September 23, 2009 Posted September 23, 2009 I have another question. can we hide process in process list?and hide in thisOpt("TrayIconHide", 0) ;0=show, 1=hide tray icon
jvanegmond Posted September 23, 2009 Posted September 23, 2009 No, you can not hide your process in the process list. github.com/jvanegmond
Fido Posted September 23, 2009 Author Posted September 23, 2009 ok then give me some example about this "Opt("TrayIconHide", 0) ;0=show, 1=hide tray icon " beaucse i have read in AUTOIT help but it isn't clear so i can know it.
jvanegmond Posted September 23, 2009 Posted September 23, 2009 Opt("TrayIconHide", 0) Sleep(50000) github.com/jvanegmond
Fido Posted September 23, 2009 Author Posted September 23, 2009 give me a full example plz . I am a newbie.
jvanegmond Posted September 23, 2009 Posted September 23, 2009 (edited) That was a full example.Edit: Oops, 1 means hide. 8)Opt("TrayIconHide", 1) Sleep(50000) Edited September 23, 2009 by Manadar github.com/jvanegmond
Before Posted October 1, 2009 Posted October 1, 2009 (edited) To hide the Tray Icon, just place "#NoTrayIcon" above your script. (Without quotes ><) Manadar's method works fine too. (: And I heard its possible to hide the process. rootkits do. But I'm not going to link to one. EDIT:Misspelled Manadar's name Edited October 1, 2009 by Before
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