Jump to content

Recommended Posts

Posted (edited)

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
Posted

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

Posted (edited)

How often does your PC crash? :)

My old one? A lot. I run tripple monitors for enough workspace for all the stuff I do at once. I wish they went higher than 1600x1200.

Edited by AcidicChip

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
  • Recently Browsing   0 members

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