Saturday, February 20, 2010

Delete the UNDELETABLE file

Sometimes we get  errrors like  'Cannot delete file: access denied,' or may be 'Make sure the disk is not full or write-protected and that the file is not currently in use' when we want to delete a file .This can especially happen if a trojan or a virus is actively using a file and therefore is not allowing it to be deleted. All you have to do is download the unloacker ,install and follow these simple steps to solve this problem
>Simply right click the folder or file and select Unlocker

> If the folder or file is locked, a window listing of lockers will appear.

> Simply click Unlock All and you are done!

click here  if u want to download

Thursday, February 18, 2010

Gbridge

Gbridge is a free software that lets you remotely control PCs, sync folders, share files, and chat securely and easily. An extention of Google's gtalk service, Gbridge automatically forms a collaborative, encrypted VPN (Virtual Private Network) that connects your computers and your friends' computers directly and securely.It requires Win2000/XP/Vista/Win7, and a Gmail account.

Gbridge features :
 
>SecureShare: Share a file or folder on one of your computer, so you can access them from other computer. Or you can grant your friends' access to those files.
 
>AutoSync: Automatically synchronize folders between computers.
 
>LiveBrowse: The remote shared folder can be browsed without having been synced. Gbridge automatically generates thumnails and slideshow for picture files. Some types of media files, e.g. mp3, wma, flv, wmv, rm, midi, swf, can be played online.
 
>EasyBackup: Easily setup backup of files between your own computers.
 
>DesktopShare: Remotely access your own computer desktop or invite your friend to your computer desktop.
 
>Chat: You can chat with your friends who are running Gbridge, Gtalk or Gmail.
 
>3rd party applications: Microsoft remote desktop, Microsoft share folder, ssh, ftp can run on top the Gbridge VPN

GBridge is a free download tool , download it now and enjoy.

Tuesday, February 16, 2010

Make ur Windows a genuine one

As most of them will be using piracy versions of  WINDOWS XP ,you may encounter with a problem to make ur WINDOWS XP a genuine one. If you fail to do so you have to format again .Here is a reg file which makes ur OS a genuine one. All you have to do is download the reg file and right click on the unzipped one and select merge thats it ,restart your system and it now becomes a genuine one.


* USE ORIGINAL VERSIONS FOR BETTER PERFORMANCE AND RELIABILITY 

Sunday, February 14, 2010

Block a web site without using any s/w

Blocking a website manually from your own computer by making a small modification to a file named host in your windows folder.


To perform this , we need to go to

C:\WINDOWS\system32\drivers\etc

that is go to C drive first, then go to windows folder, then system32 folder then to drivers folder and finally a folder named etc.

Once inside, see for a file named hosts. Right click on that file and select Open or Open With , a small box will be shown, select notepad or wordpad and then click on OK.

Inside, you will find a line such as

127.0.0.1 localhost

now this IP address, i.e. 127.0.0.1 is called a local host that is it will redirect to your own computer everytime you try to access this IP address.

Try putting this code into you web server and you will see that it could not connect.
 
For ex: 127.0.0.1 www.ask.com

Run Turbo C/C++ in Win Vista/Win 7

1. Make a Folder in C Drive, name it Turbo.


2. Copy the Folder TC in Folder Turbo.

3. Download http://bit.ly/6CUJ7l and Install DOS BOX. After Installation finished you will see two DOS window Pops. One is Z Prompt u can Ignore another DOS window. We have to work in Z Prompt.

4. Type the following command in Z Prompt " Z: mount D C:\Turbo\ ". (You can Replace D with any alphabet it will work as virtual drive).

Now u should get a message which says: " Drive D is mounted as a local directory c:\Turbo\ "

5. Now Type D: to shift to D Drive. Then type cd TC\Bin, then TC.exe

You Done! Press Alt + Enter for full screen mode.

Please : Don't use shortcut keys to perform operations in TC because they might be a shortuct key for DOSBOX also . Eg : Ctrl+F9 will exit DOSBOX rather running the code .

On the Turbo C++ goto Options>Directories>Change the source of TC to the source directory [D] ( i.e. virtual D: refers to original c:\Turbo\ . So make the path change to something like D:\TC\include and D:\TC\lib respectively )