Jump to content

prevent script from being closed by another process


Recommended Posts

Hi,

I have a script that I use for repairing PC's and Rogue Killer pre-scan and ADW cleaner force close my script.  I noticed that there are other programs these tools do not close.  How can I make my script non-closable by a process killer such as task kill.exe, Rogue Killer, or ADW cleaner ?  Creating it as a system service is likely not possible, because the program I have has a GUI which requires user interaction.  Any help would be appreciated.  Currently I call the script to reopen with a batch file but it is quite annoying. 

THanks !  !

Link to comment
Share on other sites

hello piggynuts, welcome to AutoIt and to the forum!

your issue is not AutoIt-specific, the solution would be of a more general nature. assuming you have the permissions to do so,

1) add your script to the exclusion list of these tools.

- or -

2) shut down these tools before running your script.

yo DO NOT want to make your script persistent - that may make it unstoppable even by yourself, and will justly trigger a more violent behavior on the security tools part.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

  • Moderators

piggynuts,

First, welcome to the AutoIt forums. :)

However, for pretty obvious reasons, this is not a subject we are prepared to discuss here - thread locked. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...