[Tested on Windows XP]
To reset the counter to 0 you can delete this file :
C:Documents and SettingsusrnameApplication DataJpegMinistate.dat
With a batch file, you can do it automatically, copy this to a new *.txt file, then rename to *.bat :
%= START =%
tskill jpegmini
del "C:Documents and SettingsusrnameApplication DataJpegMinistate.dat"
start "" "C:Documents and SettingsusrnameLocal SettingsApps2.0592XM11L.1Z0PW24TBJP.1DAjpeg...app_64522a860551ede1_0001.0002_18f5c71c089b40deJPEGmini.exe"
exit
%= END =%
Instead of closing the app and relaunch it manually, just click the .bat file
The executable might be somewhere else on your computer...
Does anyone else have a better solution?
↧