Here you'll find several tips, tweaks and tutorials on matters I find interesting (and possibly you will too) regarding the web and other techy stuff. Look around and you'll surely find something that you find useful.

Wednesday, April 22, 2009

Start copying using TeraCopy!

TeraCopy is a tiny freeware program that is an alternative for the default Windows XP (or Vista) file-copying tool. It copies files at the maximum possible speed, providing the 'current status' of the copying (which includes the estimated time of completion, %left, no. of files completed in batch copying etc..) and it also has an error recoverability feature which is a terribly missed feature in the default copying application.

In case of a file-copy error, it will try several times again to copy the file. And incase a copy still isn't possible it will not terminate the entire copying process (unlike the default copying application in Windows which abruptly stops the copying), but it will just skip the faulty file and copy the rest of the files successfully.
Teracopy also displays the speeds at which files are copied and also offers a unique feature of pausing and resuming a file-copying process.

A portable version of Teracopy is also available incase you're running a slow system.

So, XP and Vista users, stop just copying and start teracopying now!

Saturday, April 11, 2009

Fixing iKernel.exe/Installshield error

I recently ran into this iKernel.exe error while trying to install Dreamweaver on my lappy.
It read "The Installshield engine could not be launched. %1 ikernel.exe is not a valid Win32 application"
The same error popped up while trying to install another application. So I decided to look it up and I managed to find a simple solution for the same and this solution works for most of the other iKernel.exe or Installshield errors as well!

Simply head over to C:/Program Files/Common Files/Installshield and delete the 'Engine' folder. Then empty it from recycle bin!
Try the installation again and you should be golden! :)

Saturday, April 4, 2009

Protect your Pen-drives from viruses by disabling autorun!

Well most of the times that your pen drive get's infected is usually due to plugging in a previously infected pendrive to a PC and then plugging yours to the same.
If you've got your "Folder Options" missing, "Regedit" missing or your usb devices not opening in Windows Explorer, it's most usually because you're infected with a virus.
Well, an anti-virus scan and a spyware removal tool would help you get rid of the virus, but then you've got to be careful not to get infected again!

Most viruses spread by utilizing the autorun.inf file that autmatically runs every time you plug-in your pen drive to your computer. They configure the autorun file to launch the virus-executables that may be bundled along with the autroun.inf file on your pendrive. And thats how they spread from machine to machine, cripplings systems along the way.

So how I'll try to help you here is by disabling the autorun feature which would minimize the chances infection considerably incase an infected pendrive is plugged into your comp.
Also, we'll see how to prevent viruses from infecting pen drives that are plugged into your computer.

1. Disabling the Autorun feature.
Simply fire up your registry editor. (Start>Run>regedit)
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Policies\Explorer
Now double click the value ""NoDriveTypeAutoRun" and set the Hex value to "ff" or the Decimal value to "255".
Hit F5 (to refresh your registry editor) and you're done.
Autorun.inf will no longer be executed automatically.

2. Prevent Autorun.inf files being writted to your pen drives.
All you've got to do here is create a folder named "Autorun.inf" without the quotes!

(Headover to folder options and unhide file extensions incase it isn't already.)
These files should prevent malicious autorun files from infecting your pendrive.

Thats it! :)
These 2 steps should minimize (if not immunize) your pendrives from viruses to quite an extent!
Incase you still need some more help on this topic, ask away!

Related Posts with Thumbnails