Jump to content

Crash Rusher...


AcidicChip
 Share

Recommended Posts

Kills dumprep.exe when a crash occurs to quickly terminate the crashed application...

It's a very simple, yet very useful program.

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:        AcidicChip <acidicchip@acidicchip.com>
;
; Script Function:
;   Kills dumprep.exe when a crash occurs to quickly terminate the crashed
;   application.
;
; ----------------------------------------------------------------------------

; Script Start

While 1
    ProcessWait("dumprep.exe")
    TrayTip("Quick Crash", "Crash detected. Move it along, nothing to see here.", 10)
    ProcessWaitClose("dumprep.exe")
    TrayTip("Quick Crash", "The bong was cleared.", 10)
WEnd

EDIT:

If anyone can make/send me some kewl mp3 sounds for the traytip text, that'd be awesome.

Edited by AcidicChip
Link to comment
Share on other sites

Kills dumprep.exe when a crash occurs to quickly terminate the crashed application...

It's a very simple, yet very useful program.

How often does your PC crash? :)

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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