Jump to content

davidtan

Members
  • Posts

    14
  • Joined

  • Last visited

davidtan's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Kafu code does not work mate it do not stop new process to enter for example after running ur code I install "Choper XP" a DVD Cutter but it allowed it to install in system & enable its process to run
  2. I nee d help mate. As there is one problem in this script that for example if I try to open clc.exe which is used for calculator it even do not allowed it to open either while I just want when any external software or application try to run on my PC then it check all the current running process & if see something extra then immediately kick out the process out of my pc & does not allowed unwanted process to add in my PC
  3. I have a code I want to stop all kinds of extra setup to run on my PC mean when someone else try to run any software on my PC my script check the current running process & if see it as an extra process coming in my pc it immediately stop that setup which is trying to make roots in my PC #NoTrayIcon #include <Array.au3> HotKeySet("{ESC}", "_Close") ; For testing purpose ; Program initialization Global $aAllowedProcs = ProcessList() While 1 Local $aCurrProcs = ProcessList() For $i = 1 To $aCurrProcs[0][0] If _ArraySearch($aAllowedProcs, $aCurrProcs[$i][1], 0, 0, 0, 0, 0, 1) = -1 Then ProcessClose($aCurrProc[$i][1]) Next Sleep(100) WEnd Func _Close() ConsoleWrite("Closing..." & @CRLF) Exit EndFunc
  4. Is there any portable version of autoit is availbale as I am facing a great problem in installing & get use of autoit. any help in this regard will be apprecieted
  5. Again no success I think I have to re-installl windows once again
  6. I turned my windows into clasic mode is it one of the reason due to which autoit is not playing well?
  7. Brother Jos & Authenticity I tried everything but no success again the issue is the same & when I uninstall the autoit I use "Revo Uninstaller" which fully remove all registry things from windows plz someone help me I want to use autoit
  8. I already re-install Autoit & SCIEditor for a lot of times but no success see even though autoit is installed but there is no autoit sign iin new. And when I open SCIEditor from autoit folder it open normal & code also written there but when I save the code it save it in text formate eventhough extension is .au3 & also show like a text file & when open that text file it shows as follow
  9. I am getting an error that after when Autoit installed successfully then when I right click then go to "New" there is no Autoit page available when I try to open it from programe file SCI editor open but when I save code it save it in "Notepad" format?now what to do & how to solve this issue?
  10. Thanks a lot brother issue solved
  11. There are many other things mate. I am confuse I am totally new to it. so if U give me direct link it will be very much appreciated
  12. 2day I seen a video tutorial on youtube relatde to autoit where the peron mention that only full version is having some special features like "Autoit record", "GUI KODA" etc etc. I need that version for me. I am new to autoit so i need some help from experts
  13. nop, I want to know that how U people came to know that this figure will set the GUI in middle & its hight will be that much & by putting this figure in numbers its length will be that much etc etc
  14. I am a new to Autoit & language I want to know that how we know that what length , Height & width we should select as I seen many examples where something like following written but I want to know that how can I know this thing for my own Gui " 200, 150, 56" etc etc something like that. How can I exactly know that by putting what figure GUI will be in center of screen etc
×
×
  • Create New...