"Copy to" and "Move to" options are not enabled in any Windows by default but you can enable them using tweaking software or manually through registry Editor.
You must have used some software in XP to enable those options. To enable them in Vista, copy following code and paste in Notepad. Save the file with name
"vishal.reg" (including quotes) and then run it. It'll ask confirmation, accept it and you'll get the options in file/folder context menus:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"