Go to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers. Shellex. It tells you it's a shell extension key that lets you customize the user shell or the interface. Create a new key called Copy To. Set the value to {C2FBB630-2971-11d1- A18C-00C04FD75D13}. Create another new key called Move To. Set the value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}. Exit the Registry. The changes should take effect immediately. The Copy To Folder and Move To Folder options will appear. When you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box.
Saturday, 2 June 2012
Add “Copy To Folder” and “Move To Folder” in a Right-Click Menu
Go to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers. Shellex. It tells you it's a shell extension key that lets you customize the user shell or the interface. Create a new key called Copy To. Set the value to {C2FBB630-2971-11d1- A18C-00C04FD75D13}. Create another new key called Move To. Set the value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}. Exit the Registry. The changes should take effect immediately. The Copy To Folder and Move To Folder options will appear. When you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box.
JavaScript Interview Question part-2
1. Choose the client-side JavaScript object?
A. Database
B. Cursor
C. Client
D. FileUpLoad
A. Database
B. Cursor
C. Client
D. FileUpLoad
2. Which of the following is not considered a JavaScript operator?
A. new
B. this
C. delete
D. typeof
A. new
B. this
C. delete
D. typeof
3. ______method evaluates a string of JavaScript code in the context of the specified object.
A. Eval
B. ParseInt
C. ParseFloat
D. Efloat
A. Eval
B. ParseInt
C. ParseFloat
D. Efloat
Friday, 1 June 2012
Un-install Wordpad, Automatic Update, Messenger, Pinball etc
Use Notepad or another text editor to open the Setup Information file, sysoc.inf, which is generally found in the C:\WINDOWS\INF folder. For this folder to be visible, you will have to enable hidden folders by going into Windows Explorer and choosing Tools Folder Options View Show Hidden Files and Folders. The lines in the file follow the format:
program=program.dll,OcEntry,program.inf,,numeral
The Pinball game entry, as an example, looks like this:
Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7.
Remove the word HIDE from the entry that refers to the component you want to remove. Save the sysoc.inf file, and run the Windows Components Wizard under Add/Remove programs. The component will now show up in the wizard. Remove it as you would any other component.