Sunday, 31 May 2015

How to make your PC welcomes you

To use this trick, follow the instructions given below:-

  Step 1 : Click on Start. Navigate to All Programs, Accessories and Notepad.
  Step 2 : Copy and paste the exact code given below.

            Dim speaks, speech
            speaks="Welcome to your PC, Username"
            Set speech=CreateObject("sapi.spvoice")
            speech.Speak speaks
 

To Lock a folder in windows XP without any software. Follow the steps Below :


Step 1 : Make a Folder in C drive rename it as "abc" without quotes.

Step 2 : Now open Command Prompt from Start Menu.

Step 3 : Type "attrib +s +h C:\abc" without quotes and press enter.

        This command will Make your folder invisible and it can not be seen even  in hidden files and              folders

Step 4 : To make it visible again type "attrib -s -h C:\abc"



*/*/ You can lock any other folder also by changing the location C:\abc to address of your folder. */*/

Friday, 29 May 2015

How to Turn off Auto correct on iPhone


Step 1 : Go To Settings.

Step 2 : Now tap on General.  How to Turn off Auto correct on iPhone.

Step 3 : Next you must Scroll down a little bit to find Keyboard.

How to Enable Copy Paste in CMD


Step 1 : Open CMD, Just type CMD in search or Press Win + X key to select Command Prompt.

Step 2 : Right Click on the Title of the CMD window and Select Properties .
              
Step 3 : You will see a Pop up Window coming up, Now on the Right hand side, Under Edit Options, Just Check Quick Edit Mode and click OK

Step 4 : Everything is Done, Now just Copy any Text from Here or Anywhere else Using CTRL + C keys and just Right click using your mouse on CMD. You will see that the text is been pasted automatically in CMD. Please Understand that Using CTRL + C to Copy text is Important.