I couldn't find it in the database: ClickOff (https://web.archive.org/web/20150307210 ... koff.shtml)
Download the zip (or extract the msi/exe) and copy into some folder and run. No registry trace (other than bagmru), and no writing to appdata.
Features:
Automatically clicks button on error messages that come up all the time.
Fills in text
Closes browser popups
Minimizes or maximizes windows
Delay times can be set to allow user intervention
Single entries can be disabled temporarily
False clicks are avoided by taking the message text into the proccess of detecting.
To close windows that contain certain words, wildcards can be used
The scanning speed can be set
Can be disabled for a short period or permanently without having to be exited.
Has very low system resource needs, takes about 1 sec. to load and doesn't slow down the system while running.
Simple usage through hotkey support
Has language file support
It is very effective and efficient. I have not yet figured out how to use wildcards in the text field (so as to close popups only when a specific set of text is present).
Cheers!
ClickOff
Re: ClickOff
Nice find, dmiranda.
Bear in mind that the program name is ClickOff -- you might want to correct that in your post, especially the Subject field in order to make it easier to retrieve in the future...
Here's some further info about this utility:
ClickOff last version is v1.90 released 2012-12-29 (see spoiler for available changelog).
Direct ZIP download: https://web.archive.org/web/20150307210023/
http://www.johanneshuebner.com/download/clickoff.zip
Bear in mind that the program name is ClickOff -- you might want to correct that in your post, especially the Subject field in order to make it easier to retrieve in the future...
Here's some further info about this utility:
ClickOff has been written out of a personal need -- like most programs here. Questions like "are your sure you want to exit the program?" made me go insane after having seen them a dozen of times. I found a program called "BuzOff" on a computer magazine CD-ROM which took care of this situation by simply clicking a button to close the window but it also displayed nag-screens which annoyed me as well. Being a programmer I just thought "you can do that yourself" and I started working on ClickOff. I started looking for functions that windows provided for clicking on buttons without actually moving the mouse and I was successful. Meanwhile ClickOff has been improved through bug reports and suggestions of new features that you sent me. ClickOff is supposed to be the swiss knife for window handling, not just a simple popup blocker.
ClickOff last version is v1.90 released 2012-12-29 (see spoiler for available changelog).
Direct ZIP download: https://web.archive.org/web/20150307210023/
http://www.johanneshuebner.com/download/clickoff.zip
Spoiler!
Re: ClickOff
Done (dyslexia is a killer).
If anyone manages to figure out the use of wildcards in this program, please enlighten us.
If anyone manages to figure out the use of wildcards in this program, please enlighten us.
Re: ClickOff
Isn't there a documentation on how to use them?
Re: ClickOff
Hi, unfortunately, what is in this thread is mostly all there is relevant to this app. Of course, plenty of stuff on wildcards, but what I've tried has not worked in this app in particular.
Re: ClickOff
Just one note. I was about to give up on this as I couldn't run it on startup via HKLM/run or HCU/run. I realized it was possible to run it through start menu startup. The issue is that, called from command, the program doesn't find its roor folder - which a simple shortcut provides. Without that, it searched users/username for its config, and creates a new one.
If you are like me and want startmenu/startup empty, you can create a batch file like the one below, and run it from HCM of HKLM run.
@echo off
cd "C:\Desktop\Filemngt"
start Clickoff.exe
exit
Cheers!
If you are like me and want startmenu/startup empty, you can create a batch file like the one below, and run it from HCM of HKLM run.
@echo off
cd "C:\Desktop\Filemngt"
start Clickoff.exe
exit
Cheers!
Re: ClickOff
It'll probably just work too if you create a Windows shortcut with "C:\Desktop\Filemngt\Clickoff.exe" as the target (right click, "New | Shortcut")...