Thursday, 31 July 2014

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

                                                 computer


To use this trick, follow the instructions given below:-
1.Click on Start. Navigate to All Programs, Accessories and Notepad.


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

3. Replace Username with your own name.

4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5. Copy the saved file.

6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to 
locate it.

7. Paste the file.

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Saturday, 26 July 2014

How to disable your USB port....???


With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives.



      1. usb


      2. To use this trick to disable USB ports, follow the steps given below:-

    • Click on Start.
    • Click on Run. If you cannot find RUN, type it in the search box.
    • Type "regedit" without quotes. This will launch the RegistryEditor.
    • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
    • In the work area, double click on Start.
    • In the Value Data box, enter 4.
    • Click on OK.
    • Close Registry Editor and refresh your desktop.


To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.

Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Note: 

This trick also disables access to your USB connected peripheral devices. So, do not use it if you have USB connected keyboard and mouse.

Wednesday, 23 July 2014

How to watch Watch Star Wars Movie In CMD...???


This is very intersting and amazing command prompt trick which will play star wars movie in the command prompt or cmd. Below are complete steps with screen shots for this trick with. Without wasting time lets gets started.

cmd

Follow the simple steps:

1. Go to start > Run and type in cmd and press enter


2. Now type in telnet as shown below and press enter.

telnet

3. After that enter o as shown below and press enter.


cmd


4. Next enter towel.blinkenlights.nl as shown below and press enter.






5. Now star wars movie will start playing on your command prompt.

starwars


6. Enjoy !!

Note:

May be you will face the problem like this ,"Could not open connection to the host, on microsoft telnet".It because your telnet is turned off. In order to turn it on follow steps given below.

1. Go to Start > control panel > Uninstall Programmes

2. From this window click on Turn Windows Features on or off

3. Now from popup window check mark TELNET CLIENT and save the settings.

Hope this help you.

Thursday, 17 July 2014

How To Create Undeletable And Unrenamable Folders ?




Eight simple steps:

  • Go to Start and then Click on Run
  • Type cmd & hit enter (To open Command Prompt ).
  • Remember you cannot create Undeletable & unrenamable folder in your rootdirectory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:
  • Type D: or E: and hit enter
  • Type md con\ and hit enter (md - make directory)
  • You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
  • Open that directory, you will see the folder created of name con.
  • Try to delete that folder or rename that folder windows will show the error message.

How to delete that folder ?

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.

  • Open Command Prompt
  • Type D: ( if u created this type of folder in D: drive) & hit enter
  • Type rd con\ (rd - remove directory)
  • Open that directory and the folder will not appear because it is removed.

Tuesday, 15 July 2014

Make your Personal Diary Using Notepad

                                            

Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

Three simple steps:
1. Open Notepad and Type .LOG(in capital Letters and press enter

2. Save the program with any name and close it.

3. Open the file again. Now you can see current date and time.

Note: This will happen every time you reopen the notepad.You can write your day to day activities for the corresponding date and time.


Enjoyeeee...Give your valuable comments....!!!

World Trade Center Attack-9/11 crash

As some of you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence or anything else but whatever it is, it does startle us. You will be definetely amazed by the this trick.


                    

Four steps:

  • First open Microsoft Word.
  • Type “Q33NY” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
The Text will change like this...!!!


Flight hit the twin towers.Danger symbol represents the attack.Star symbol indicates Pakistan.


  • Some of the people told this trick is the combination stenography and cryptography.
  • Stenography is the science of hiding information. Whereas the goal of cryptography is to make data unreadable by a third party.

Here the attack is denoted or encrypted through the plane number.

Sunday, 6 July 2014

How to Hide files behind the images...???

You may want to hide some important files from your computer.For that purpose you might want to create a folder and hide the specified file into it.Its actually a little bit tedious.To recover that problem,I will show you some other way (i.e.) hide the file behind the image.Its a simple one and very interesting too.

Hide a file behind a image means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.




Six steps to hide the file behind the image:

1.Select an image you want to hide file into it.


2.Now select a file to hide behind the image and make it .RAR format with the help of the WinRAR.(Right click the file and select Add to archive).


3.And most important is paste both the files in the same area.Here I will explain it by pasting it on desktop.


4.Now open cmd(Command Prompt) and type following commands in it.


cmd


5. CD stands for change directory by typing above command you change your directory to desktop. After that type command given below.

Copy /b imagename.jpg + filename.rar finalimage.jpg

cmd



  • Replace imagename.jpg with the name of image you want your file to be hidden behind. Don't forget to add image format (Eg: .jpg,.png,.gif)
  • Replace filename with name of your file you want to hide. It must be in .rar format.
  • Finally Replace finalimage.jpg with whatever name you want your final image with hidden files should be. This is the image where your file will be hidden.
6. Now when you will try to open this newly created image it will open as normal image, but to open you hidden file you need follow steps given below.

How To Access Hidden File ?


To access your hidden file you need to open the newly created image in winrar. Just follow simple steps given below to do that.

1. Open winrar

2. Now locate your image and open it or simply drag your image in winrar.

3. Extract the file and done.

Hope you enjoyed the post.Give your valuable comments.

Thursday, 3 July 2014

How to download Facebook Videos without any Software...????

Facebook is a fame social network,people becomes addicted to it nowadays.While reading the news feeds,you may watch a video that your friends shared.You may like that video and may be you want to download it.But you people doesn't have a chance to know how to download the facebook video without any software.


I will show you in simple steps.


1.First open the facebook video you want to download.

2.Then Copy the url as shown below.





3.Now go the Savefrom website by the link by clicking here


4.Paste the url copied in step2 in input area as shown below.





5.Click download.


6.After clicking on download,it will show the different types of video formats.From that we can choose our required one.

Download will start the moment in your desired format. Enjoyee.. !!!

Wednesday, 2 July 2014

How to make Mobile Version of your blogger blog...???

With rise in technology and advancement in Mobile industry most of people use their smart phones to surf the web. Earlier they have to use their computer to check mail or read article on the web but now they can easily do this from their smartphones at anyplace at anytime. Due to smartphones,people changed their way to use their phones.So it is must to optmize our blog templates for mobile phones.It gives them the best user experience on our site.

                         

Four Simple steps to optmize our blog for Mobilephone


1.Go to blogger and select Template.

2.Then clicking on Setting icon under mobile as shown in below image.






3.Now Select "Yes.Show mobile template on mobile devices" from given two points.



4.Click on save and you are done.Now you have mobile version for your blog. Enjoyeee.

Tricks and Tips