Dec 9, 2011

Remove Annoying delete Confirmation Messages in windows

1. Right click on the 'Recycle Bin' on the desktop and then click 'Properties'

2. Clear the 'Display Delete Confirmation Dialog' check box and click 'Ok'

If you do accidentally delete a file  don't worry as all is not lost. Just go to your Recycle Bin and 'Restore' the file.

Create nameless files and folders in windows

This trick will allow you to create files and folders without any name.
Just follow the following steps:

1. Select any file or folder.
2. Right click on it, press rename or simply press F2.
3. Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.

Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.
         
4. Press Enter and the nameless file or folder will be created.

Reason: The file or folder that seems nameless is actually named with a single space.

FUNNY TIP(FOR XP)

1.Copy and paste the java script code to the address bar of your browser   
TIP1  CLICK HERE
TIP2  CLICK HERE

2.press enter and watch your window's "shaking it". You can change the value of i if you wish :-) 

How to Make Password Protected ZIP Files using WinRAR

Winrar is a popular archive management software that can be used to open or create archive (rar,zip etc) files.

STEPS:
Right click on the folder/file which has to be  Password Protected and select ADD to Archive option.
 From the pop up window select the Advanced Tab.
 Now click on the Set Password.
  
Enter and Verify your Password (Use both Alphabets and Numeric words to make a strong Password).

Now a new compressed file will be generated at the same location of your original file



Now whenever somebody will try to open or extract the files in archive it will ask for the password. 

Dec 8, 2011

Burn CD without software in Windows XP


If you're using a Re-Writable CD (CD-RW), make sure the disc is blank. You might need to erase (or "format") it before use. For information how to erase a CD-RW on Windows XP without using any other software.
Requirements: You need to enable the CD-R feature on Windows XP.

  1. Insert a Formated-ReWritable CD or a Recordable (CD-R) disc into the CD drive.
  2. From Desktop, double-click on "My Computer".
  3. Navigate to the files/folders you want to copy to CD. Select them and press "Ctrl-c" to copy.
  4. Browse back to the CD-ROM, and press "Ctrl-V" to paste. The files/folders will show up as temporary files/folders at this time.

  5. On the left panel, select "Write these files to CD".
  6. The window "CD Writing Wizard" appears with the default CD name. Change the CD name if you wish, then click "Next".


  1. The "CD Writing Wizard" starts to write files/folders to the CD:


  2. Once the writing process is complete, the wizard will disappear and the CD-Rom will be ejected.


HIDE FILES OR FOLDERS USING COMMAND PROMPT



The most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".Hiding the most wanted files and folders is very important nowadays and it's really a tedious job too. In order to make this tedious job an easy one, i'm going to deliver you a the trick now.
For that you need to follow the following instructions
  1. Press windowkey+R: Run command dialog box appears.
  2. Now type "cmd" and hit enter. A command prompt window displays.
  3. Now type "attrib +s +h E:\collegephotos" and hit enter.
  4. The folder "collegephotos" will be hidden (Note: It cannot be viewed by any search options)

    (To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h')