Translate this page

Wednesday, November 30, 2011

How to write your name in right click menu of my computer.


0 comments


I have a trick in which you can write your name to the right click of the my computer and you can add any application on right click menu. You have to follow the below steps..

Step 1.. Copy the following text and paste it into notepad and save this file with extension .reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"


Step 2:.. now edit this file and write your name or application name in the place of “Your Name Or Name of the Application”.
Eg.
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Bhupesh"


or enter the location of name and your file in the place of “Location Of The Application”.
Eg.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Add remove programs"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="control appwiz.cpl"


How to add Control Panel

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

How to add Add/Remove Application.

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"

How to add Reboot Application.

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"

How to add Shutdown Application.

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"

Learn also How to schedule your pc to shutdown automatically.
....

Saturday, November 5, 2011

How to schedule your pc to shutdown automatically.


0 comments


Now you can schedule your pc to shutdown automatically. You have to follow some simple steps
1.       Open start menu. Type Task Scheduler and open it.
2.        A dialogue box will open. Click on Action option and click on create basic task.

3.       Write any name to your task in the Name Text box. Click Next.

4.       Select your schedule time when you want to start it. Click Next.

5.       Select the time when you want to start it. Click Next.

6.       Select start a program. Click Next.
7.       Now browse the path of task which you want to start. For  Shutdown paste this path in this field
C:\Windows\System32\shutdown.exe
Click Next.

8.       Now press finish button. Done.
Now your task is completed. Your schedule is set.
If your pc is iogged in at the time of schedule then one minute given to the user for saving the data before shutdown.

Thursday, October 27, 2011

How to copy Text from an image document.


1 comments


Friends as you know it is like impossible to copy the text from an image. Suppose if you have a document which has some important text data. And this document is in the form of image then you can’t copy the data from that image. 
But here you can get the way to copy your data. It is very easy and provided by Microsoft. it uses the OCR method. OCR is Optical Character Recognition which is used to extract the text data form the images. You need the Microsoft office in your computer.
How to do this..
1.       If you don’t have Microsoft office in your computer then install it.
2.       Open Microsoft Office One Note.
3.       Drag and Drop your image in this.
4.       Right click and press copy text from image.

5.       Now paste it into notepad. You will get your data.
 Note: It doesn't recognize correct data. You may need some modification in your data. So before finalize your data check it carefully.

Learn also How to lock your personal data .
How to create shortcut key for a program.

Wednesday, October 26, 2011

How to lock your personal data without using any software.


0 comments


Now you can lock your personal data without using any software. No one can find your data without knowing your password.
Follow few easy steps to lock your data.
1.       Open notebook.
2.       Now copy and paste this code in that notepad file.


cls
 :End
 @ECHO OFF
 title Folder Locker
 if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
 if NOT EXIST Locker goto MDLOCKER
 :CONFIRM
 echo Are you sure u want to Lock the folder(Y/N)
 set/p "cho=>"
 if %cho%==Y goto LOCK
 if %cho%==y goto LOCK
 if %cho%==n goto END
 if %cho%==N goto END
 echo Invalid choice.
 goto CONFIRM
 :LOCK
 ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
 attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
 echo Folder locked
 goto End
 :UNLOCK
 echo Enter password to Unlock folder
 set/p "pass=>"
 if NOT %pass%==niceshots goto FAIL
 attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
 ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
 echo Folder Unlocked successfully
 goto End
 :FAIL
 echo Invalid password
 goto end
 :MDLOCKER
 md Locker
 echo Locker created successfully
 goto End


Default password is niceshots. If you want to change your password then change word “niceshots” with your password in following line.

if NOT %pass%==niceshots goto FAIL


3.       Now save  this file with any name with the extension bat. For example ‘niceshots.bat’ .

4.       Close notepad file and double click on the saved file.you will get a command prompt window. Close it.
5.       A folder with name “Locker” will be created with the your file at the same location where your file is present. Double click on it and copy your data to be locked in this folder.
6.       Now again double click on .bat file and press Y in command prompt and press enter. your work is done.

7.       If you want to unlock your folder. Then double click on .bat file it will ask for the password. Enter your password. You will get your folder.

Learn how to use your voice to handle your pc.
how to use keyboard as a mouse.
.....

Tuesday, October 25, 2011

Leave keyboard and mouse.Handle your window with your voice.


0 comments


Now you can handle your computer or window with your voice. Microsoft created a e-Speaking software voice recognition which help us to interact with our computer by using our voice. It is very amazing and useful for those person who don’t want to use keyboards and mouse. Just speak in your microphone and see how it works for you. You can do anything in your computer with your voice. Install this and try it once you will love it definitely.  You can write
Download e-Speaking Here

Monday, October 24, 2011

How to disable or enable the usb drive usage.


0 comments


USB drives are the most used and popular storage media in the electronic world. Everyone uses the USB storage devices for transferring of electronic data from one place to another place. But some time the people face the problems because it is the easiest way to transfer the virus in to the computers. But now you can stop the transfer of virus or virus affected files by disabling the Usb drive usage in to your system. After disabling it no one can connect the USB storage devices to your system. Follow the below steps for doing this..
login your system as administrator
1. Remove all the USB drives from your system.
2. Open Start menu write regedit in Run and press enter. A registry window will open.


3.Open "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" from left side of window opened.


4. Double click on start on right hand side. A Edit DWORD(32 bit) Value window will open.

5. Change its value to 4 in Value data field. And press ok
Now any one can not connect usb drives into your system.
If you want to reset it then follow the above 3 steps again and change the value into 3 in value files.
This trick will not have any effect on the USB keyboard or USB mouse or any other device other then usb storage media.

If you like this feel free to leave the comments here.

Learn How to pop out cd trays continuously.
.....

Sunday, October 23, 2011

Lock your computer when you go away from your pc/laptop.


0 comments


When you works on your computer then sometimes you need to go away from your computer imidiately. You dont have the time to lock your computer. Here is an application given which will help you. This application works with your phone. It works on your phone bluetooth. It connects your phone to your computer and when it will be in range then computer will work properly and when you go away from your computer with your phone then this application will lock your system automatically.

Download application from here BtProx.



How to use it:
1. Connect your device with your computer by bluetooth.
2. Open BtProx application.
3. Now select your device in Used Device field.
4. Press start.
Now it will work. When the device is in the range then the it appears in orange colour in taskbar bottom right corner. When device will go out of the range it appears in red and after some time your computer will lock itself.....



Feel free to do commnets.

Saturday, October 22, 2011

How to switch off your monitor using keyboard.


0 comments



Switch off your computer monitor or your laptop screen by pressing keyboard keys. You can save energy by doing this.
PushMonitorOff is the software which is used for this. Download it from the following link
Download and run it. Now you can switch off your monitor or laptop screen by pressing Shift+F1 .
You can change this shortcut from the software options.
How to change the shortcut:  when you will run the software then a file PushMonitOff.ini  will be created. Open it and change the setting in the two lines from below. You can change the modifier into Ctrl  and Alt and you can replace the F1 with another button. Save it and again run the software.
You  can change the shotcut from the below right corner in the task bar. a icon will show for pushmonitoroff right click on it and click on setting now change the setting......

  

Friday, October 21, 2011

Trick to pop out cd trays continuously


0 comments

Do you want some crazy trick to make your friend irritated? So I am telling you a trick for this.
When you will use this trick with your friend.His/Her cd tray will continuously open. After closing it will open again and this will happen continuously. If they have more than one cd drive then this trick will work for all the drives simultaneously.






Open Your Notepad and Write below code in it :
Set oWMP = CreateObject(“WMPlayer.OCX.7”)
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

Save this file with the name cdtray.VBS and run it.
Note: make sure the WMPlayer.OCX.7  written in first line should be in correct inverted commas.
You can send this file to your friend attached with the mail. When he/she will open this file the trick will start.
How to stop it: open your task manager (Alt+Ctrl+Delete). Go into processes and end the wscript.exe process.....

Thursday, October 13, 2011

How to create shortcut key for a program.


0 comments


Most of the people loves to work with shortcut keys in computer world. There are many useful and mostly used shortcuts are present in windows. But you can create your own shortcut key.

Right click on the program for which you want to create the shortcut key(programs on desktop or in start menu). Click on properties. Open shortcut tab.

Now create your own shortcut key in the 'shortcut key' field by pressing ctrl or alt. now press ok.


Note: shortcut key can be write with ctrl and alt together.

Monday, April 25, 2011

How to delete or break administator password.


1 comments


This post will tell you how to break “administrator Password” of someone’s pc.
There are two ways to do this.
First way:-
1.       Boot up pc with command prompt.
2.       Change your directory into c:\windows\system32\config
3.       Now delete “sam.exe” and “sam.log” files
Write del sam.exe
And write del sam.log
4.       Now boot pc with window and password will be blank.
Note:- this will work only if the hard drive is of FAT type.

Second way:-
1.       Remove the hard disk from the cpu.
2.       Attach this hard disk with another pc. And make this hard disk secondary.
3.       Now boot pc with window.
4.       Open the drive in which window of secondary hard disk Is installed.
5.       Open windows/system32/config.
6.       Delete sam.exe and sam.log.
7.       Now remove secondary hard disk and attach this with its own cpu.
8.       Now start window and password will be blank......

Thursday, April 21, 2011

How to use your keyboard as a mouse.


0 comments

Sometime you need to use keyboard as a mouse.  When your mouse stops working then you can enable your keyboard as a mouse. You can control mouse pointer with the keys of keyboard. This feature works in all windows such as window xp, 98, vista and window 7. Just follow below simple step. After that you can do your mouse work with the help of keys of keyboard.

1.       First of all log on your computer as an administrator.
2.       Now press alt+shift+NumLock  at once. Now you will receive a simple Mouse keys box. It will ask you to enable the mouse keys on keyboard.
3.       Now press the yes.
4.       Now you can use your keyboard as a mouse.
5.       Use your number keypad to operate your mouse.
·         Keys 1,2,3,4,6,7,8,9 are used for movement.
·         Key 5 used as a mouse left button.
·         key + is used as mouse right button.
·         Press 0 and the move your cursor for select.
·         Press and hold down the ctrl button for speed up.
·         Press and hold down the shift button for speed down
6.       You can change your mouse key setting. A mouse symbol will show in your right botton. Click on it then change your setting.
This post can be helpful for them who don’t like to work with mouse and whose mouse has been damaged or not working. If you like this post then share it with your friends and leave your comment here.....
                                                           

Tuesday, April 19, 2011

Microsoft Excel shortcuts


0 comments


Many professional uses the Microsoft excel for their work. Microsoft Excel makes their work easy and fast and easy to understand. It is used by the number of people in this world. Microsoft Excel uses the table to collecting the data and mange these data. It will be more easy when the people who uses the Excel know its shortcuts.
Many useful shortcuts are given below. They are described with their functions.





F5
Go to a specific excel cell
F11
Create the chart
F2
Edit selected cell
F7
Spell check for selected text
Ctrl+;
Enter current date.
Ctrl+Shift;
Enter current time.
Shift +F3
Open the formula window.
Shift +F5
BringUp search box.
Alt +Shift+F1
New worksheet insertion.
Ctrl +Page down
Move between Excel worksheets.
Ctrl +page up
Move between Excel worksheets.
Alt+=
Create formula for sum all above cells
Ctrl+tab
Move beteen two Open Excel files.
Ctrl +’
Insert the value of above cell into currently selected cell
Ctrl +shift +$
Format number in Currency format
Ctrl +shift +!
Format number in comma format
Ctrl +shift +#
Format numbers in date format
Ctrl +shift +@
Format number in time format
Ctrl +shift +^
Format number in scientific formats
Ctrl +shift +%
Format in percentage format
Shift +space
Entire row selection
Ctrl+space
Entire column selection
Ctrl +F6
Switch between open windows/workbooks.
Ctrl +f10
Maximize selected window
Ctrl +f9
Minimize current selected window
Ctrl +5
Strike through highlighted portion
Ctrl +P
Open print dialog box
Ctrl +z
 Undo last action
Ctrl+B
Bold selected text
Ctrl+A
Select all contents
Ctrl +I
Italic selected text.
Ctrl+k
 Insert link.
Ctrl +U
Underline selected portion.

just bookmark this page and enjoy your work in excel. it will be very helpful for you....
Learn how to hide your Disk Drive.

Sunday, April 17, 2011

How to hide your Disk Drive.


0 comments



Sometimes we don’t want to show our Disk Drive to another person. We need to hide this. You can hide your Disk Drive in few simple steps. You can implement this trick at any version of windows such as windows 98, xp, vista & window 7. You can unhide your drive whenever you want.
Follow these below steps:-
1.       Open your start menu. Click on Run.
2.       Type cmd(Command Prompt) in Run. You can open your command prompt from
Start>>all programs>>accessories>>command prompt
3.       Type Diskpart in cmd and hit the enter key. 
4.       Wait for few seconds it will open a Diskpart session.
5.       Type List volume for listing all volumes in your pc.( it will show your Disk drives as volume names)
6.       Select the volume which one you want to hide.
For example I am hiding my volume 2 with drive letter d.
write Select volume 2 and hit the enter key.( write your volume number in place of 2)
7.       Now type remove letter d and hit enter. (type your drive letter In place of d).
Now your work is completed .check your drive. Now it is hidden. If  not restart your computer then check it.
How to unhide Disk Drive:-
1.       Follow the above 1 to 5 steps.
2.       Now write assign letter d and hit the enter key. ( write your letter name in place of d).
Now check your disk drive in your window explorer. If doesn’t appeared, just restart your computer and then check it.

Learn how to unhide your hidden Folder Option.
Learn How to Lock your pc when you go away from it.
.
...

Saturday, April 16, 2011

How to enable Hidden Folder Option.


0 comments


Folder option is the important part of the windows. Number of people faces the missing folder option problem in their window explorer. They face this problem due to the virus or Trojan attack on their pc. This post may solve your problem…

Just follow below steps.


1.       Open run from start menu and type “gpedit.msc”. (Type it without quote). Now press enter.

2.       Go to User Configuration. Click on Administrative Template. Now open Windows Component and then Windows explorer.
User Configuration>>Administrative Template>> Windows Component>>Windows Explorer.
3.       In Windows Explorer you will find a list. Find here below line
"Removes the FolderOption menu item from the Tools menu"

Check its state. If its state is “not configured” then double click on it. A window will open. Set it “enabled” and then click on apply. Your work is not completed here. Again set it to “not configured”. And then click on OK.
 
Now restart your computer.
I hope you will find the folder option in your window explorer.......

Friday, April 15, 2011

how to use shortcut key to create new folder.


0 comments

If you want to create a new folder in your computer then you always click on right button of mouse then select new folder. It can be a time wasting for those who love to do their work with the keyboard shortcut.

I have a shortcut key method to create new folders and I am going to share it with you all.

You have to follow the below steps:-

  • Open your path or place where you want to create new folder.
  • Now press and hold the alt key and press F.
  • Now press W+F together to create new folder.
  • Now name it and your folder has been created.

You can do this easily.

A main disadvantage of this shortcut is that you can’t apply it at the desktop. You have to follow the simple method for creating the folder on desktop.

Wednesday, April 13, 2011

How to add floating buttons/icons on your blogger.


1 comments

Floating buttons give a good and professional look to your website. You might have seen these cool floating buttons in many websites or blogs. One more benefit of these buttons is that it always stays in front of visitor’s eyes while they are scrolling from top to bottom of page or vice versa. It is very easy to add this buttons on your blog. You have to follow some below steps.

1. Make your own button image or download it from here. (Note: buttons should be in png format).

2. Upload these buttons/icons at one of following site

Tinypic.com

Imageshack.com

Photobucket.com

Or any another site which you know to upload the images.

I always use the tinypic.com for uploading images.

3. Get the url for uploaded images.

(Note: you will get the url of image on the uploaded site after uploading the images.)

4. Open your blogger account. Go into design tab. Click on Edit HTML

Now find the

</body>
in your html code and paste the below code before this.

//For Facebook

<a href="http://www.facebook.com/yourfacebooklink" style="bottom: 310px; display: scroll; left: 4px; position: fixed;" target="_blank" title="Follow Me on Facebook">

//For Twitter

<a href="http://twitter.com/enter_your_twitter_username" style="display:scroll; position:fixed; bottom:350px; left:4px;" target="_blank" title="Follow Me on Twitter">

//For dig

<a href="http://digg.com " style="display:scroll; position:fixed; bottom:390px; left:4px;" target="_blank" title="Digg This">
You can add another buttons in similar way like Rss field, stumble upon etc.

5. Change the link in double quoted of href into your link and change the src of image with your uploaded link of images.

6. You can change the position of the buttons from left to right. Just change the left:4px to right:4px

7. You can adjust the position from bottom. Change the 310px,350px etc with your required height. you can see the example at this blog.

Friends if you like this post. Then share it with your friends and share your comments here.

How to add facebook like button on blogger page.


0 comments


The most popular social plug-in launched by face book is like button, you will find this button at every website. In this post you will learn how to add and customize this button to your blogger blog.

How to add like button:-

Here I am writing the button code here.






<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>

Where to add this code in your blog?

Sign in your blogger account. Go into design tab. Open “Edit HTML”

Design>>Edit html

Click on Expand Widget Templates

Find the following code in your html code:-

<div class='post-header-line-1'/>

Now paste your button code after this code line.

If you will not find the above line then find next line

<data:post.body/>

And paste your button code Before this code line.

Click on SAVE TEMPLATE link.

you can see the example in this post.


You can customize it by changing the Arial font into one of the following fonts..

lucida+grande
segoe+ui
tahoma
trebuchet+ms
verdana

If you like this post then share it with your friends.

Subscribe

Subscribe to get free email updates...

Delivered by FeedBurner

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Grants For Single Moms
Facebook RSS Feed Twitter Delicious Digg Stumbleupon Favorites More