THIS BLOG IS UNDER PROGRESS.....

PLEASE KEEP VISITING FOR REGULAR UPDATES AND SUGGESTIONS ARE ALWAYS WELCOMED.

Friday, March 26, 2010

Lock Your Computer on Mouse Click..!

Instead of pressing CTRL+ALT+DEL or windows + L to lock your machine you can lock your machine using a single mouse click.

Just Follow these simple steps >>

1. Right click

an empty spot on the desktop, point to New and click Shortcut.

2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text box:

rundll32 user32.dll,LockWorkStation

3. Click Next

4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish

5. This will Create a shortcut in your Desktop.

6. Now each time when you want to lock the computer , Just click on this shortcut.

Remove Microsoft Windows Non Genuine Notification


Info: The WGA Notifications patch is installed by Microsoft if the users try to automatically update Windows xp or if a XP user manually downloads the latest Windows updates.
If you are having the problem of "windows non genuine notification" as shown
then download the link,install Remove WGA and eliminate the problem.


NOTE: This only removes the notification; it does not make your windows Genuine.


MEDIAFIRE PASSWORD: bsms

--CLICK DOWNLOAD TO START--




Add Insert option to CD or DVD Drive Registry Trick



Info: As default, you can only EJECT the optical drive from the drive icon in My Computer to insert CD/DVD. To Load/INSERT the CD/DVD, You must press the LOAD/INSERT BUTTON of the optical drive.
This would cost you some energy to make your hands and bend or whatever to reach the button.
Instead of that, you can install the small setup in registry which will add "INSERT" to the right click menu of your optical drive.
Therefore, You can EJECT/INSERT with just clicks. No need to reach the button of your optical drive.




MEDIAFIRE PASSWORD: bsms


--CLICK DOWNLOAD TO START DOWNLOADING FROM MEDIAFIRE--




Make ur keyboard a live disco...!

Guys this is one of the coolest trick that iam going to share with you.

This code when executed makes your Caps, Num, Scroll lock keys led on the Keyboard flash. Whats more it works on both laptops and desktops and is totally harmless and
very attractive...i have tried it..trust me..

Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


njoy...!


HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE

Thursday, March 25, 2010

Add any folder to SendTo menu... a step by step guide


Guys this is a new and simple trick with which you can add any folder or destination to the windows 'send to' menu that you get when you right click on any folder.
[SEE THE SCREENSHOTS]

To add any folder or destination there follow this step-by-step guide.. :

1]- Open any folder.In the menu go to Tools > Foder Otions > Click on 'view' Tab .Click on show hidden files and folder and then on apply.

2]- Now Open My Computer and browse to C:\Documents and Settings\[username]\SendTo folder
(Where C: is the drive in which windows is installed.)

3]- Inside the 'Send To folder' paste any shortcut to any folder or destination that u want to see in ur send to menu.
(Suppose u want to add a folder named 'abc' . then right click on that folder , click on copy. Then in the 'Send To' folder right click anywhere and click on paste shortcut.)

4]- Voila..! Its all done now. Sit back and njoy.. U have just added the folder 'abc' to ur send to menu.

Disabe Display of Drives in My Computer

This is yet another trick you can play on your friend. To disable the display of local or networked drives when you click My Computer go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown.

To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDrives"=dword:03ffffff

Important Note:
You need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system.
Moreover you are doing this at ur own risk..if anything goes wrong i may not be held responsible..!

How to Add Items to the "Send To" Menu in Windows Vista

I gave the method to do the same in Xp..but for vista the method is a little different.
You've seen the SendTo folder in action any time you right-click a file and select the Send To folder from the context menu. What you might be unaware of is that you can customize the items in this menu.

Go ahead, right click a file. You should see something that looks like this:
To get to the SendTo folder, you'll need to open up an Explorer window, and then paste in the following to the address bar.

%APPDATA%\Microsoft\Windows\SendTo

[ %APPDATA% is an environment variable that actually maps to something like C:\users\\AppData\Roaming. ]

You should now see a bunch of shortcuts:

Let's say you wanted to add an item to the Send To menu to open files in Notepad. You could just drag a shortcut to Notepad into this folder, or create a new shortcut. Now you can see the new Notepad item in the menu:












ANOTHER METHOD:

The 'send to' folder can also be accesed by this method:

1]- [WindowKey] + [R] : open the execute box

2]- Shell:sendto : open the sendto folder

3]- Once the 'send to' folder is open the rest of the steps remain same.