Monday, January 10, 2011

HOW TO RECOVER UR DATA FROM CORRUPTED HARD DISK

HOW to recover your data from a corrupted hard drive,

first, you need another hard drive. It can be external if you want. But you HAVE to be able to mount it as a directory in DSL (damn small linux)


Download DSL (damn small linux)

Just in google search “Damn Small Linux Download”, you’ll find it.
now boot it

after booting you will see the GUI of the DSL, run TERMINAL
and follow this command

*Note: this command will make you a super user in DSL

#sudo su

*Note: this command will mount you HDD on DSL

#mount /dev/hda1 /mnt/hda1

*Note: this command will check if your data is still on the HDD

#cd /mnt/hda1
#ls -al

Found any data? If not stop

If yes move on.
Since you already have you new hard drive connected to your PC just run this command series.

#mount /dev/hdc1 /mnt/hdc1
#cd /mnt/hdc1
#mkdir backup
#cp -R /mnt/hda1/*.* /mnt/hdc1/backup

HOW TO ADD AN OPTION TO PRINT THE CONTENT OF A FOLDER

This trick wil be very useful for those who would like to be able to right click any folder in Explorer and print its contents?

the steps are as follows:

First, you need to create a batch file called Printdir.bat

to do this

Open Notepad or any text editor and type (or cut and paste) this text:

@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit

Now, in the Save As dialog box, type "%windir%\Printdir.bat" (without the quotation marks) and click the Save button.

Click Start, Control Panel, Folder Options.
Click the File Types tab, and then click File Folder.
Click the Advanced button.
Click the New button.

In the Action box, type "Print Directory Listing" (without the quotation marks).

In the Application used to perform action box, type "Printdir.bat" (without the quotation marks).

Click OK in all three dialog boxes to close the dialog boxes.

Now you need to edit the Registry, so open your favorite Registry Editor.

Navigate to HKEY CLASSES ROOT\Directory\shell.

Right click on "default" and select Modify.
In the File Data box, type "none" (without the quotation marks).

Click OK and close the Registry Editor.

Now when you right click a folder, you'll see the option to Print Directory Listing. Selecting it will print the contents of the folder.

thats it............

CLEAN UP YOUR DISK WITH DISK SPACE FAN

Disk Space Fan is a freeware and it is a nice disk space analysis tool for Windows.
It helps to free up disk space by quickly finding and deleting big, useless files.
It displays disk space usage with a nice chart. You can navigate the folders easily with the chart. It is also intergrated with Windows Explorer to open, delete and browse files or folders.

Features:-

Scans directories and drives to find out the useless and larger files.

Full compatibility with 32 and 64 bit Windows

Browse/open/delete files on ringschart

Diagram of a flower show in the form of free disk space

Save scan history

Preview a picture on ringschart

Support for Unicode

Network path support



DOWNLOAD IT HERE

DELEAT DUPLICATE FILES with dis software

Because of frequent downloads from Internet, copying from music CDs, sharing files with friends, one tends to end up with a lot of duplicate files on the PC. to clean up such unwanted junk and get back the lost space, you need to periodically find and remove duplicate files.

Clone spy
provides users with an incredibly fast way of checking their computers for duplicate files that may be taking up valuable space. It’s fast, it’s easy to use and it is effective as well. You can also find files that are not identical, but have the same file names.
download it here

Thursday, January 6, 2011

UNLOCK ANY PDF FILE..

some time it happens that PDF files are password protected?
Do you wish to remove its restrictions?
Then here is some thing for you.
You can easily remove password and other editing restrictions with FreeMyPDF.com.
With FreeMyPDF you can remove printing, copying, editing restrictions from PDF files.
the best part is
FreeMyPDF is a free service and doesn’t require any sign-ups. This service only works for PDFs that you can open and read without any 3rd party plugins.
Just upload PDF files to FreeMyPDF.com and click Do it button.PDF file restrictions will be removed and you will get a download dialog box.Save the unlocked PDF to your PC.


done!!!!!!!!!!!!

Trick 4 create ur own icon,

go to PAINT
-select image
-resize it to 32X32 as size and pixels save as "filename.ico"
use it as icon!!!!

Friday, December 10, 2010

make shortcut 4 shutdown:

right click on desktop
>new
>shortcut
>type SHUTDOWN.EXE

Online picture editing sites:


-picnik.com
-magmypicture.com
-photofunia.com
-imagechef.com
-picartia.com

Thursday, December 2, 2010

rename multiple posts in windows

rename multiple files at once
>select all(ctrl+a)
>press F2
>type name
press enter

know ip address of any website...

want 2 know ip address of any website?
go to command prompt
-type "ping website name"
 you will get ip address of that website