Monthly Archives: December 2009

How to Choose Web Browser Before Opening Links

Have you been wondering how to choose the web browser that you want to use to open links? Normally, you can open links from non-web browser application using your system’s default web browser, and Windows only let you set 1 default web browser. Browser Chooser is a program that allows you to choose what web browser to open a link that you’ve clicked. However, Browser Chooser can only be lunched if the links that you’ve clicked are not from a web browser.

Browser Chooser will present you with the list of web browsers installed on your system when you click a link from a non-web browser program such as Yahoo Messenger or mIRC. It also works when you are opening a web page shortcut that was created by software installers on your start menu. Browser Chooser is able to detect 6 web browsers installed on your system; Firefox, Flock, Google Chrome, Internet Explorer, Opera and Safari, if they are installed in their default directories.

After you’ve installed Browser Chooser, you must first set Browser Chooser as the ‘default’ web browser. Click the small ‘Options’ (1) button and go to ‘Miscellaneous’ tab. Then click ‘Activate Browser Chooser (Make default browser)’ (2). You can also enable the ‘Show URL’ (3) option to make Browser Chooser display the URL that you tried to open. In the Options dialog, you can choose what web browser that will be displayed by Browser Chooser. Browser Chooser can display up to 5 web browser.

more

How to Force Cancel Stuck Print Jobs Queue

Quick tip (Windows only). I’m sure most of us sometimes are unable to cancel a printing job and the print job is stuck on your printer print job list. This is sure a frustrating problem especially if you need to print something urgently. The method below will delete the entire print job queue and cancel all print jobs by stopping the print spooler service and delete its print job files. It should work on most versions of Windows.

1. Run Notepad (Start Menu > Run, type notepad and press ‘Enter’).

2. Copy the command below to Notepad (click the view source icon):

net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler
pause

3. Save it as a .bat file. Make sure you select ‘All files (*.*)’ (1). Give it a meaningful name, for example, ‘cancelprint.bat’ (2) (without the quotes ‘’) and save it to a location where you can easily find the file, maybe on your desktop. The .bat extension is important! For example, if you want to name it as ‘stopprint’, make sure you put ‘stopprint.bat’. Press ‘Save’ (3) to save it.

blog-cancel-print-01

4.

more

Process Hacker: The Windows Task Manager Alternative/Replacement with Ultimate Features

If you are looking for a powerful Task Manager alternative/replacement, or simply a tool to manage the processes and services that running on your system, then Process Hacker might be the right system utility application for you. I’ve been using Process Hacker since version 1.3.x, so far Process Hacker is indeed an ultimate task manager and I can see the developers have put great efforts to improve and make Process Hacker a powerful system tool.

Process Hacker functionality and interface quite similar to Process Explorer’s. However, Process Hacker offers you 2 additional functionalities that Process Explorer don’t have; the ability to manage services and network connections information.

Process Hacker

On ‘Processes’ tab, you can do the basic Task Manager actions such as terminating process, changing process priority, etc.. You can also easily search the process file name on Google, upload a process file to VirusTotal, and if you know what you’re doing, Process Hacker offers you advanced features such as terminating process using different methods, inject DLL into a process, inspect process threads, protect a process, write directly to process memory and many more. The processes are highlighted according Own, System, Service, Debugged, Elevated, Job, .NET, POSIX, Packed/Dangerous, Suspended Threads, GUI Threads, Relocated DLLs, Protected Handles and Inherit Handles.

more

Fix SMPlayer Crash and Unable to Play Video on Windows 7

Quick tip. SMPlayer is a free and open source cross platform GUI for MPlayer, which is a free and open source media player for major operating systems such as Windows, Linux and Mac OS X (unfortunately SMPlayer cannot run on Mac OS X even though MPlayer is available for this operating system). Some features of SMPlayer are able to play major audio/video format, playlist, remember playback setting of all files you play, audio and subtitles delay adjustment, and many more.

Unfortunately I was unable to get SMPlayer to play on Windows 7 after some time, maybe because I messed up with MPlayer setting (or Windows). After investigating, I found that it was the Freetype support option had caused MPlayer to crash. In the error log, MPlayer crashed after loading font and the crash was random. If you are unable to get SMPlayer to play on Windows 7, you can follow this instruction, and hopefully you can get SMPlayer to work on Windows 7 again.

Disabling Freetype font support on SMPlayer

1. Run SMPlayer. Go to ‘Options’ > ‘Preferences’. Then, you need to navigate to ‘Subtitles’ (1). Unselect ‘Freetype support’ (2).

more

How To Password Protect Your Personal/Private Files, The Easy Way

There are various tools available to help you encrypt and protect your personal private files. On-the-fly-encryption (OTFE) is one of the popular methods used by disk encryption software. This method allows the data to be encrypted just before it is written to disk and decrypted after it is read from the disk transparently on the background.

R-Crypto is an easy-to-use disk encryption software for Windows to protect your personal and private data, in fact, it is very easy to use. R-Crypto can protect your personal confidential files by creating encrypted virtual disks and each disk is a single file-container. This virtual disk is protected with password. A user can only access the files inside the virtual disk when the correct password is provided. After a user provides the correct password, the virtual disk can be mounted and the user can use the encrypted virtual disk just like a normal drive.

To use R-Crypto to protect your personal files, you must first create a new R-Crypto encrypted disk. R-Crypto encrypted disk is a container file which can be mounted as virtual disk. The container file is stored on your system just like a normal file.

1. In R-Crypto Management Panel, click ‘Run new encrypted disk creation wizard’ [1] and click ‘Next’.

blog-r-crypto-01

 

2. Specify the name of the container file [2] and choose the location where you want to store the encrypted disk container file [3]. Choose the size for your encrypted disk [4] and click ‘Next’.

more

Unlocker Alternative to Force Deletion of Locked Files in Windows

If you are using Windows, you probably ever encounter error message saying that a file is being used by other person or program when you are trying to delete, move or rename a file, or ejecting a USB drive. For example, if Windows Explorer is viewing the thumbnail of a video, then the video file is likely being locked by Explorer.exe. Before this, I use Unlocker to force the delete and move operation of these locked files, or when trying to eject a USB drive with opened files. Unfortunately, I can’t get Unlocker to work on Windows 7, even on the 32 bit version of Windows 7.

blog-lockhunter-01

LockHunter is a similar tool to Unlocker. LockHunter allows you to release a file or directory that being opened by other application. LockHunter integrates itself to the right-click menu just like Unlocker. LockHunter also allows you to kill or even delete the process that is opening the file that you want to delete.

more

Page 1 of 11