Showing posts with label PC Tricks. Show all posts
Showing posts with label PC Tricks. Show all posts

Friday, April 11, 2014

How to create shortcut key of any folder, program or file

Do you want to create your own shortcut key for your folder? don't worry I will teach you every step. In this modern world every one prefers shortcut for every work. In computer's field shortcuts are too much impotant because they do same work which we do with a procedural method. In this post I will teach you that how can you create your own shortcut key like (ctrl + C) is for copying. Shortcut key which you will create, If you press that key than that folder will open automatically. I will also give video tutorial of this trick below. Now come to method.  


Create your own shortcut key.

Follow the following steps:

  • Open your folder or file whose you want to create a shortcut key.
  • Right click on that folder and  create its shortcut.
  • Rename Shortcut with your own name which you want.
  • Right click on your created shortcut and go to its properties.
  • A dialogue  box will open.
  • Click on shortcut  tab.
  • In that dialogue box "Shortcut key" is written.
  • Press Ctrl and then write the alphabet which you want.
  • It will be your shortcut key for this folder or file.
  • If you press that shortcut key than your folder will open that is associated to this shortcut key.




how to create shortcut key of any folder by Adnan Raja
I hope you will like this trick. Please share it with your friends so that they can also learn it. 

Thursday, April 03, 2014

Get All Shortcut keys of computer

    In this modern era every one want to do his work in short time and with easy method. Computer users are also one of those. While using computer using shortcut keys of any command help us in saving time and do same work which we do without shortcut keys. So every computer user should know what are the basic shortcut keys of windows. By using shortcut keys you can increase you productivity and also save your precious time. So I thought to give you all shortcut keys that works on PC.

Below is the list of all shortcut keys:

Basic  shortcut keys of windows



  • Ctrl + S                          Save current running document file.
  • Ctrl + F                          Open find window for current document and find words in your document.
  • Ctrl + A                         Select all. 
  • Ctrl + C                         Copy selected data.
  • Ctrl + P                          Print current document.
  • Ctrl + End                      End current document.
  • Ctrl + Right arrow          Move one word to the right.
  • Alt + F                          File menu option in current program.
  • Home                           Go to beginning of document.
  • Alt + Tab                      Switch between the open items
  • F1                                Use as help key when you press it all help content about running program will open.
  • F1 + Windows Key     Open help content of Microsoft Windows.
  • F2                               Rename selected file or folder.
  • Ctrl + F2                     Display print preview in MS Word.
  • Alt + Ctrl + F2            Open document windows in Ms Word.
  • F3                               Repeat last command in command line.
  • Shift + F3                   Change text in Ms Word from upper to lower case.
  • F4                              Repeat last action performed.
  • Alt + F4                     Close current running program.
  • F5                              Reload or refresh page in all browser, start slide show in Ms Power point.
  • F6                              Cursor will move in address bar in all browser.
  • Ctrl + shift + F6          Go to another opened Ms Word document.
  • F7                              Use for spelling checking and grammar in Ms office.
  • F8                             Function key to enter Windows set up.
  • F9                             Later show all open windows.
  • F10                           It is same as right click on selected item.
  • F11                           Full screen mode in all browsers.
  • F12                          Open the save as window in Ms word.
  • Window                    Open start menu.
  • Win + D                    Show desktop.
  • Win + M                   Minimize current running program.
  • Win + E                    Open My Computer.
  • Win + F                    Search for file or folder.
  • Win + L                    Lock keyboard.
  • Win + R                   Open run dialogue box.
  • Win + U                   Open utility manager.
  • Win + Shift + M      Restore all minimized Windows




These are all common windows shortcut keys which everyone can easily memorize. I hope you will enjoy this information. If you like it then share plz so that other may also get benefit of it.

Friday, March 21, 2014



           Dear readers today I am sharing another beautiful trick with you, through which you will be able to change your system password without knowing old password. Mostly we have to reboot windows if we forgot our password, So its an easy way to set your password through this trick. It works for Windows Vista, Windows xp, Windows 7, Windows 8 and windows 8.1 . Through this trick you can also make fun with you friends and relatives by changing their system's password. And then tell them this trick also.

Follow the following steps.

  • Go to My Computer, Right Click on it and click on Manage.
  • Now go to System Tool click on Local Users and Group.
  • Click on User.
  • Right click on Administrator or user and go to  Set Password and click on it.
  • Click on Proceed button.
  • Set your New Password.
  • Confirm your new password and enjoy.


I hope you will enjoy this trick and If you like it than share please. Give your feedback in comments.


Related Posts.









Wednesday, March 19, 2014


Welcome. Today I am sharing another excellent trick with you through which you will be able to  protect your data without using any folder lock software. Of course folder lock software is a best option but mostly folder lock are of trial version and we have to pay to get full version. So it is better to create your own folder lock in few steps and save your money.In This folder lock we will use batch file programming. And it works on every windows.

Follow the following steps.
  • Open your notepad.
  • Copy the following code into it.



cls
@ECHO OFF
title Protect Your Data.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto Unlock
if Not EXIST Bunker goto CHBunker
:Confirm
echo Do you want to protect this folder? (yes/no)
set/p "answer=>"
if %answer%==Yes goto LOCK
if %answer%==yes goto LOCK
if %answer%==no goto END
if %answer%==No goto END
echo Invalid, Please enter correct answer.
goto Confirm
:Lock
ren Bunker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:Unlock
echo Please enter your password to unlock your protected folder.
set/p "password=>"
if NOT %password%== 12345 goto Fail
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Bunker
echo Your protected folder unlocked successfully.
goto End
:Fail
echo Your Have Entered Incorrect  Password.
goto end
:CHBunker
md Bunker
echo Bunker created successfully
goto End
:End


  • Save the notepad file as name.bat 
  • You can change name but .bat is must, if you change it than you will be fail.
  • Double click on name.bat and a new folder will be created with name Bunker.
  • Copy all your data you want to protect and paste it in Bunker.
  • Double click on name.bat and when command prompt appears type Yes and press enter.
  • Now Bunker will be automatically hidden from you view.
  • To access that Bunker double click on name.bat
  • It will ask for password enter your password. (Default password is 12345)
  • Now if you want to change Default  password replace 12345 with  your own  password in the above code
  • Enjoy


Precaution.
           If someone open name.bat file with notepad than he can see your password. In windows 8 when we right click on name.bat file, there is no option of "open with". But there may be "Open with" option in windows XP and windows 7. So to make your data more secure place name.bat at some hidden place, which you only know. When ever you require your data go to name.bat and double click on it and get all your data.

I hope you will enjoy this beautiful trick. If you like it then share please. Give your feedback in comments.

Friday, March 14, 2014


Today I am giving you a software through which you will be able to know every thing about you PC, Laptop etc. Mostly people do not know even a single information about their laptop or PC except that it is a laptop or PC. And when someone asked us about our gadget we get ashamed and not able to tell them. Mostly we do not know name, generation, Ram , hard disk etc. So by using this software we will be able to know basic features and properties of our PC and laptop.
that software is CUPID which tell you every thing about your CPU, Motherboard, Memory and much more about your system.

Basic features:
  • It shows name, number, stepping, core voltage, package clock multiplier,internal and external clock, supported instruction set and  cache information of your PC or laptop .
  • It shows chip-set, sensor, vendor, model ,revision, graphic interface,BIOS model and date of your motherboard.
  • It shows frequency, timing, timing table, serial number of memory.


How to install?

  • Download CUPID software from download button below.
  • Run application and install
  • enjoy



If you like it then share it plz and give us your feedback also in comments.


Wednesday, March 12, 2014



Today I am sharing a beautiful trick with you through which you can change your IP address and set IP address of your own will. Many software are also available in market through which you can change you IP address  by clicking ajust a button. But they are very expensive. The trick which I shared with you is free of cost and also increase your knowledge about computer.

Follow the following steps:

For windows xp & 7:
  •     Click on "Start" in the bottom left corner of the screen.
  •     Click on "RUN"
  •     Type in "command" and click OK


For windows 8 & 8.1:
  •      Move cursor to the right bottom cornor of screen.
  •      Go to search and type "command" in it.


  •      Now you are at MSDOS prompt Screen.
  •      Type "ipconfig /release" just as it is and press enter.
  •     Type "exit" and leave the prompt
  •     Right-click on "Network Places" or "My Network Places" on your desktop.
  •     Click on "properties"
  •     Now you should  be on a screen with something titled "Local Area Connection".
  •     Right click on "Local Area Connection" and go to its "properties"
  •     Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
  •     Click on "Use the following IP address" under the "General" tab
  •     Create an IP address of your own will.
  •     Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
  •     Press the "Ok" button. 
  •     Again press  "Ok" button. 
  •      Now you have to go back to the "Local Area Connection" screen.
  •      Right-click back on "Local Area Connection" and go to properties again.
  •     Go back to the "TCP/IP" settings
  •     This time, select "Obtain an IP address automatically"
  •     Click on "Ok"
  •     Hit "Ok" again.
  •     Now you have a New IP address.

These settting are only applicable for local area connection not for wifi. I hope you will enjoy it very much and give your feedback also. If you like it then share please.

Sunday, March 09, 2014


        Today I am giving you a very beautiful pc trick through which you can get the voice from your computer which you want. What you write your computer will speak it. In this trick we will use notepad and file extension .vbs . 
.Net framework is necessay for this if you have not .net framework download it from here.

Follow the following  steps:

  • First of all open your notepad.
  • Copy the below code and paste it in your notepad.


Dim message, sapi
message=InputBox("<Type which you want me to speak>","Speaking your words")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

  • Now save the notepad file with the name say.vbs on your desktop.
  • You can also change name but extention should be .vbs
  • Double Click on file which is created in your desktop  and type in the box which you want your computer to speak to you.


I hope you will enjoy it very much and give your feedback also. Keep visiting for more tricks like this one.




Wednesday, March 05, 2014




In this post I will  teach you how to set your favorite video as you desktop background.
In windows xp we can only set a single photo as our desktop background but in windows 8 and windows 7 we can also set slideshow of photos and also a single photo as desktop background.
But setting your favorite videos as your desktop background looks very beautiful.

VLC media player is necessary for this purpose. If you can't have VLC media player download it from Here.

Follow the following steps.


  •     Open your VLC media player.
  •     Go to Tools > Preference Or press CTRL + P and Selecet Video from left panel.





  •     Then Choose DirectX video output from output dropdown list.




  •     Save the changes and restart VLC Media Player.
  •     Play that video you would like to set as your desktop wallpaper.
  •     Then click on Video and select DirectX Wallpaper from the dropdown list.




    Now Minimize VLC media  player and you will see your video running on your desktop background.
    If you want your default wallpaper back then uncheck Directx Wallpaper from video dropdown list.
 
I hope you will enjoy it. give us yourfeedback in comments.