Posts Tagged ‘tools’

Update: Recuva 1.22.384 - Improved TIFF recovery

Thursday, January 1st, 2009

Happy times: I just got back a few accidentally deleted wallpapers!

Happy times: I just got back a few accidentally deleted wallpapers!

A new Recuva version has been released today: 1.22.384.

RECUVA DOWNLOADS
Get it now: Download Recuva 1.22.384
EXE installer, no toolbar, 867KB, MD5 sum: E0897CC8A4FE1204810D679D84C54159

Portable version: Download Recuva 1.22.384 Portable (extract to USB drive)
ZIP archive, 847KB, MD5 sum: AE07DAEBB7872660EF9065DD0C2FA503

RECUVA 1.2.384 CHANGELOG
- Improved messages when cancelling large file recovery.
- Secure delete is now greyed for non-deleted files.
- Improved recovery of .TIF files from FAT32 drives.
- Filter category text now updates dynamically when changing languages.
- Fixed ‘Check for updates’ position in Vista.
- Various minor tweaks and improvements.

Update: IrfanView 4.23

Monday, December 29th, 2008

An IrfanView YABR was released today: 4.23 with fixes to 2 toolbar buttons :D

Read about the previous release (IrfanView 4.22) if you want to know what’s new - the releases are nearly identical.

IRFANVIEW 4.23 DOWNLOADS
Get it now: Download IrfanView 4.23
EXE installer, no toolbar, 1.28MB, MD5 sum: E2D7BFB2A5D2DAF43214BF9A5CCD6F85

Plugins: Download IrfanView Plugins 4.22
EXE installer, 7.11MB, MD5 sum: 97A21171F9062DCF2CC5DDD6EFD267BA

Portable (U3): Download IrfanView 4.0.0.1 for U3
U3 EXE installer, 1.42MB, MD5 sum: F047C1C883FE4E646E53A8D82ECE298A

WHAT’S NEW IN IRFANVIEW 4.23
- Two small 4.22 bugs fixed: Next toolbar button, PDF saving

Guide: CCleaner Secure Delete Script

Saturday, December 27th, 2008

Since version 2.15.815, CCleaner’s Secure Delete feature can be accesed via a command line option. It’s very useful, but for most users it’s a drag to open a command line window and to run the ccleaner.exe binary with the file/folder to delete as a parameter. The process can be simplified if CCleaner’s directory is added to the PATH environment variable, so that you don’t have to enter the full path to ccleaner.exe. Still, we can do better than that…

Introducing the CCleaner Secure Delete script, a simple script for the Windows command line shell. Simply unzip the script on your desktop or another handy location, then drag files or folder you wish to delete onto it. The script will tell you what is about to be deleted, than call ccleaner.exe. If you’re sure, confirm CCleaner’s dialog and that’s it!

Any suggestions or tips are welcome.

You can either download the script, or create it yourself (just make sure you give the file a .cmd extension). Here’s the script’s contents:

CCLEANER SECURE DELETE SCRIPT
@echo off
echo Secure deleting file/folder…
echo %1
“C:\Program Files\CCleaner\ccleaner.exe” /delete %1
echo Deleting…
echo Operation completed!
pause
DOWNLOAD CCLEANER SECURE DELETE SCRIPT
Get it now: Download the script
ZIP archive, 270Bytes, MD5 sum: 3D7DA21E1019FA2C8FE517211BADE908

Note: If you have installed CCleaner somewhere other than the default location, you will need to edit the script and put in the correct installation path.

Note 2: A similar result can be achieved by creating a shortcut to ccleaner.exe and changing its “target”, like in this screenshot (add a space and the text “/delete” after the double quote at the end). You can add a comment as well (it will be displayed when you place your mouse pointer over the shortcut icon). don’t forget to name the shortcut something meaningful such as “Secure Delete with Ccleaner”.

Update: IrfanView 4.22

Thursday, December 25th, 2008

IrfanView was also updated recently to version 4.22. Along with the main program, the plugins package was upgraded as well.

Beside many fixes and changes, here are a few notable additions: new hotkeys; a command line option for passing a file containing a list of files in supported formats (/filelist=file.txt); the ability to create multipage PDF images.

IRFANVIEW 4.22 DOWNLOADS
Get it now: Download IrfanView 4.22
EXE installer, no toolbar, 1.28MB, MD5 sum: 4822553D2C425A5D32FEAF0554A5D07E

Plugins: Download IrfanView Plugins 4.22
EXE installer, 7.11MB, MD5 sum: 97A21171F9062DCF2CC5DDD6EFD267BA

Portable (U3): Download IrfanView 4.0.0.1 for U3
U3 EXE installer, 1.42MB, MD5 sum: F047C1C883FE4E646E53A8D82ECE298A

WHAT’S NEW IN IRFANVIEW 4.22
- Added History list for Random slideshow (”No file repeat” removed)
- New multipage images menu: Create Multipage PDF
- Option to save changes on exit (Properties->Misc 1, default: OFF)
- TIF loading bugs fixed (Thanks to j00ru//vx)

- New command line option: /filelist=txtfile; Examples:
i_view32.exe /filelist=c:\mypics.txt
i_view32.exe /filelist=c:\mypics.txt /thumbs
i_view32.exe /filelist=c:\mypics.txt /convert=d:\*.jpg
=> use files from mypics.txt as input for different operations

- New Contact Sheet options: Set custom paper size and units
- Options to set start parameters for external editors (see Help file/button)
- External editor names are showed in the menu text
- New Panorama dialog option: Add space between images
- Browsing: if CTRL + number (0-9) pressed, the file index increases by number
- New wallpaper menu: Stretched - proportional
- New Slideshow dialog option: Remember last file index on exit
- New option to show DDS alpha color (Properties->Misc. 1)
- Support for WSQ format (Wavelet Scaler Quantization, PlugIn by Steven Venable)
- New Thumbnail option: Use full file path for sorting (if subfolders loaded)
- New thumbnails tree menu: Load subfolders
- New hotkeys: SHIFT + arrows = Move selection rectangle; SHIFT + N = Create new image; SHIFT + V = Add canvas; CTRL + SHIFT + Y = Auto crop borders; CTRL + SHIFT + J = Lossless JPG crop; SHIFT + O = Fit window to image; F11 = show/hide mouse in Fullscreen/Slideshow
- Several PlugIns are changed/updated, please install the newest versions
- Some minor bugs/features fixed/added (scrolling)

Update: CCleaner 2.15.815 with Secure File Deletion

Wednesday, December 24th, 2008

Piriform’s CCleaner software has reached a new version: 2.15.815.

Beside minor bug fixes and a few changes, there’s a new and very interesting feature. CCleaner now has a command-line switch which enables secure deletion of certain files or folders. To use it, open a command prompt window in CCleaner’s install directory and run:

(1) ccleaner.exe /delete FILENAME.EXT - to secure delete a single file
(2) ccleaner.exe /delete FOLDER - to secure delete a folder
(3) use wildcards such as * and ? to delete multiple files or folders: ccleaner.exe /delete *.txt - to delete all txt files in the current folder

After the command is ran, CCleaner will ask for confirmation that you really wish to remove the files or folders then proceed to securely deleting them.

Note: file or folder names that contain spaces should be enclosed in double quotes (eg: “file name with spaces.txt”)

Update: I have created a simple script that enables secure delete via drag and drop with CCleaner.

CCLEANER 2.15.815 DOWNLOADS
Get it now: Download CCleaner 2.15.815
EXE installer, no toolbar, 900KB, MD5 sum: 3BA70A80DA5F6A2C1D80C057E746453C

Portable version (extract to USB stick): Download CCleaner 2.15.815 Portable
ZIP, 892KB, MD5 sum: A1D241180C57CC9E200604E2D8E2A2B5

WHAT’S NEW IN CCLEANER 2.15.815
- Added command-line secure deletion (e.g. ccleaner.exe /delete “folder\*.*|MyFile.txt”)
- Added Google Chrome thumbnail cleaning.
- Moved language files to /lang folder.
- Improved options cookie list browser detection.
- Fixed minor bug in XP prefetch cleaning.
- Fixed bug in IE History Index.dat cleaning.
- Fixed two minor compatibility bugs with Win98.
- Installer engine updates.
- Minor architecture improvements.
CCLEANER 2.15.815 SCREENSHOTS

Update: Daemon Tools Lite 4.30.2 (SPTD 1.56)

Wednesday, December 10th, 2008

Daemon Tools Lite 4.30.2 was released today, packing quite a few useful new features: disc imaging (cd/dvd/bluray), automatic updates and image catalog.

DAEMON TOOLS LITE 4.30.2 DOWNLOADS
Get it now: Download Daemon Tools 4.30.2
exe installer, 7.06MB, MD5 sum: DC10EB942C6995D137788ECB087D304B
WHAT’S NEW IN DAEMON TOOLS 4.30.2
New features
- CD/DVD/BluRay imaging ability;
- Images mounting from image catalog in menu;
- Auto update functionality;
- Preferences dialog;
- Some GUI improvements;
- Languages updates.

Bugfixes
- Images engine bugs;
- Device speed detection;
- Some minor GUI bugs.

Update: Defraggler 1.05.111

Friday, December 5th, 2008

One of Piriform’s excellent free utilities, Defraggler, has been updated today to version 1.05.111.

Defraggler started as a simple, fast defragmenter with the extremely useful option of defragging only certain files, but has evolved in all respects, including the UI which now offers more information about your disks and what’s going on during the defrag process.

DEFRAGGLER 1.05.111 DOWNLOADS
Get it now: Download Defraggler 1.05.111
exe installer, 701KB, MD5 sum: 369E8E5C596EBEF561C0808A44663527

Portable version (extract to USB stick): Download Defraggler 1.05.111
ZIP, 811KB, MD5 sum: F429E0790CF8DE87D584ABBDC290DAFB

WHAT’S NEW IN DEFRAGGLER 1.05.111
- Added ‘Move files to end of drive’ feature.
- Added ‘Save settings to ini file’ option.
- Added French, Croatian, Chinese Traditional,
Catalan, Bulgarian and Turkish translations.
- Fixed rare crash under Vista that could happen when using menus.
- Improvements to debug logging routines.
- Various small UI tweaks.
DEFRAGGLER 1.05.111 SNAPSHOTS

Update: CCleaner 2.14.763

Monday, December 1st, 2008

Fresh in the tracks of the last version, today we get a genuine YABR: CCleaner 2.14.763.

All it does is fix minor bugs related to Firefox 2 cookie handling. (Or does it? :D)

CCLEANER 2.14.763 DOWNLOADS
Get it now: Download CCleaner 2.14.763 (no toolbar)
exe installer, 889KB, MD5 sum: 602B17FB49F35F509C82FE81A932FE39

Portable version: Download CCleaner 2.14.763 Portable (extract to USB drive)
zip archive, 878KB, MD5 sum: F4D2E43C1A9D139F71BEDC02666EE446

Update: Recuva 1.21.373 - improved JPG recovery

Friday, November 28th, 2008

Happy times: I just got back a few accidentally deleted wallpapers!

Happy times: I just got back a few accidentally deleted wallpapers!

A new Recuva version has been released today: 1.21.373.

What’s in it for you? Well, a few fixes, a new localization (Czech) and better recovery routines for JPG images on FAT32 partitions.

RECUVA DOWNLOADS
Get it now: Download Recuva 1.21.373
EXE installer, 2.22MB, MD5 sum: 39B952C8BEDB7EBA98E5C42B41D0BE40
RECUVA 1.2.373 CHANGELOG
- Improved recovery of orphaned JPG images in FAT32.
- Launch wizard button now working properly in all cases.
- Improved scan canceling on large files.
- Fixed bug that caused Wizard icons to not be displayed in 16 bit color.
- Check for updates now included in tab-stop.
- Added Czech translation.
- Various minor UI tweaks.

Update: CCleaner 2.14.750 with support for Windows 7!

Wednesday, November 26th, 2008

Yes, it’s true! CCleaner now supports the unreleased yet Windows 7! Definitely not a YABR, although I’m curious in what ways is Windows 7 different from Vista cleaning at this point :D

What else is new? Well, Chrome cleaning has been improved, Opera cookies are better baked managed and Autocomplete Search only works on XP now.

Of course, there’s also the usual batch of bugfixes (mostly UI and performance related)…

To use the portable version, get the zip package below and unzip it to a folder on your USB drive. It includes all the language packs in DLL files, but you may delete the ones you don’t need (english is embedded in the executable itself, so if you don’t need other languages, all lang-XXXX.dll files can be removed).

CCLEANER 2.14.750 DOWNLOADS
Get it now: Download CCleaner 2.14.750 (no toolbar)
exe installer, 889KB, MD5 sum: F46D3095B5458CA21ED75A7DC0589FA2

Portable version: Download CCleaner 2.14.750 Portable (extract to USB drive)
zip archive, 878KB, MD5 sum: 838295F8F9F3C451F04D83F28F91CD58

WHAT’S NEW IN CCLEANER 2.14.750
- Added support for Windows 7.
- Improved Google Chrome support (build 0.4).
- Opera cookie management added.
- Improved Recycle Bin cleaning.
- Added a warning when cleaning Google Chrome and it’s running.
- Search Autocomplete cleaning now XP only.
- Improve file association Registry Cleaning.
- Fixed bug with context menus and excessive CPU usage.
- Fixed GUI colors on high contrast themes.
- Minor GUI bugs fixed.
- Minor performance improvements.