Monday, June 21, 2010

prevx 3.0 With crack and Keygen

 prevx 3.0 is a Malware Scanner. Easy, fast and effective malware detection.

 Click Here To Download

Download CClener

CCleaner is a small, effective utility for computers running Microsoft Windows that cleans out the 'junk' that accumulates over time: temporary files, broken shortcuts, and other problems.
CCleaner protects your privacy. It cleans your browsing history and temporary internet files. Allowing you to be a more confident Internet user and less susceptible to identity theft.
CCleaner can clean unneeded files from various programs saving you hard disk space, remove unneeded entries in the Windows Registry, help you uninstall software and select which programs start with Windows.

Click Here To Download




Document Actions

Comodo System Cleaner


Comodo System Cleaner is the world's first cleaner to harness the power of 100% safe cleaning, and now it's portable. It utilizes the revolutionary innovation of SafeDelete, a feature that allows users to safely recover any files deleted in error. This advancement eliminates risk from the process of PC cleaning. Because CSC is entirely risk-free, it can clean deeper and more thoroughly than any other cleaner available. 


 Click Here To Download

Friday, June 18, 2010

Drives do not open on double click

some times when double click on drive it will not open 
that time Follow these steps:

start->run->cmd->cd\->d:

D:attrib -r -h -s autorun.inf
D:del autorun.inf

Exit all apps and reboot ur PC and check.

Finish

Crate a Private Folder / Lock a folder

1- Make a new folder ( name it as you like )

2- Inside this folder make a ( TXT ) file & copy inside it this:

CODE
-------------------------------------------------------------------------------------------------
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
---------------------------------------------------------------------------------------------------

3- After you copy the Commanding go to line ( 23 ) u will find this word : password here (Change it with ) any password you like.

4- After that make ‘save as’ & name as (locker.bat )

5- Now back to the folder & you will find a ( LOCKER ) commanding.

6- Click on it & you will find a new folder (Private )

7- Okay, now copy what you want in it & after that go to ( locker ) by click on it , it will open and ask you want lock your folder? Y/N ?

8- Type Y

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

Monday, June 14, 2010

Differences between a Quick format and Full format

When you choose to run a Full format on a volume, files are removed from the volume that you are formatting and the hard disk is scanned for bad sectors. The scan for bad sectors is responsible for the majority of the time that it takes to format a volume.

If you choose the Quick format option, format removes files from the partition, but does not scan the disk for bad sectors. Only use this option if your hard disk has been previously formatted and you are sure that your hard disk is not damaged.

If you installed Windows XP on a partition that was formatted by using the Quick format option, you can also check your disk by using the chkdsk /r command after the installation of Windows XP is completed.