NewbGuy Posted August 3, 2019 Posted August 3, 2019 how block any exe from running or make it exit when start?
kosamja Posted August 3, 2019 Posted August 3, 2019 (edited) use Image File Execution Options? Edited August 3, 2019 by kosamja
Gianni Posted August 3, 2019 Posted August 3, 2019 (edited) 1 hour ago, NewbGuy said: how block any exe from running or make it exit when start? try turning off the computer using the switch or the Shutdown() function .... jokes aside, your question is a little vague. there are different ways to interrupt the execution of a program, from within the program itself using the 'exit' command, or right-click the icon of the autoit program running and choose the exit option, or using the ProcessClose() if you want to kill an "external" program .... sorry, I think I misunderstood the question ... Edited August 3, 2019 by Chimp Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
water Posted August 3, 2019 Posted August 3, 2019 If the computer is a member of an active directory network you can use group policies to set application directory whitelisting or AppLocker. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts