Jul 25, 2008

Add Copy To And Move To Functions To Right Click Menu

Free Web Hosting, No Ads > CONTRIBUTE > Tutorials

free web hosting

Add Copy To And Move To Functions To Right Click Menu

Corey
In this tutorial i will explain how to put Copy to and Move to functions to right click menu...

1. Open registry editor...you can open it like this... START->Run...->type "regedit" hit Enter...
user posted image

2.find this directory... -> "HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers"
user posted image

3.Create a new key in this directory... rename it to "Copy To"

4.Change it's value to this->
CODE
{C2FBB630-2971-11d1-A18C-00C04FD75D13}


5.Create another key in the same directory...rename it to "Move To"

6.Change it's value to this->
CODE
{C2FBB631-2971-11d1-A18C-00c04FD75D13}


7. you're done...close the registry editro...and test the new functions..
user posted image

Notice from BuffaloHELP:

This post is questionable. In order to maintain TRAP 17's reputation, I would like to point out that this tutorial is also found at Although pictures are of your own, if owners of these sites feel that we have plagiarized yours, please contact us.

 

 

 


Reply

BuffaloHELP
I would like to add that editing the registry is at individual’s risk. This forum and its members cannot be responsible for what is posted here, should your computer misbehaves by following this tutorial. I urge you to use caution when editing your registry (at least back up your registry before opening up a whole lotta can of worms). Thank you.

Reply

CrashCore
BuffaloHELP, thanks for the link to helpwithwindows.com wink.gif Cool trick Corey, I was acually looking how to get rid of them. I'll try it later. Thanks both of you.

Reply

NeXDesigns
thanks, ill try it later when i get the time, cool tut, never thought of that.
now i want to know how to add your own open in items, that would be cool.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. make copy to or move to when right click - 4.23 hr back. (1)
  2. right mouse menu move to and copy to - 8.59 hr back. (1)
  3. add move right button menu - 42.03 hr back. (1)
  4. how to add the name in right click menu using resource hacker - 49.24 hr back. (1)
  5. right click move to - 53.85 hr back. (1)
  6. move-to menu - 83.02 hr back. (1)
  7. how to put name in menu using resource hacker - 92.74 hr back. (1)
  8. edit add or move programs menu - 134.29 hr back. (1)
  9. add copy to and move to to mouse right click - 160.08 hr back. (1)
  10. add to mouse right click functions - 160.77 hr back. (1)
Similar Topics

Keywords : add, copy, move, functions, click, menu

  1. [php] Clean Code Functions
    Clean up your html output from php scripts (5)
  2. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  3. Reducing Windows Vista Start Menu Programs Response Time.
    How to do it. (4)
    If you have been using Microsoft Windows Vista for quite some time, you would have noticed that
    installing a number of programs/softwares into your computer considerably slows down the response
    time of your start menu program folder, sometimes up to one second or more before the programs
    listed in a particular start menu folder is displayed. Worst of all, if you are trying to launch a
    program from you start menu which is within another start menu prrograms folder. Well, I have found
    a way to bypass this very annoying thing in Windows Vista. I have about 98 start menu en....
  4. Ucfirst() And Ucword() Functions In Game Maker
    Just like the PHP functions! (2)
    Hello all! /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif"
    /> I have just finished two scripts in GML(Game Maker Language) that I find to be useful: ucfirst()
    and ucwords(). If you have been around PHP for anytime, you probably have run across these
    functions. Simply put, ucfirst() takes the first letter of a sentence and uppercases it. While
    upwords() takes the first letter of every word in a sentence and uppercases it. Nice time-saver for
    stories. /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....
  5. How To Build A Pure Css Using Online Tools Tutorial (part 4)
    Vertical Nav Menu (0)
    Step 4 Vertical Nav Menu The next step is to add in a basic rollover menu so I bring you to the
    following online tool: Menu Generator Now with this online tool you can not only create
    vertical but also horizontal rollover menus. Since we will be doing a Verticle menu we will keep it
    on that option. Now the next part is deciding if we want it fixed, relative, or absolute. If we
    have learned anything it is insane trying to make a absolute or fixed position work perfectly for
    all three browsers (IE, FF, Opera). So to keep our minds sane we will use relative,....
  6. Tutorial: How To Enable "view" Menu On Desktop !
    (0)
    Hi Guys! I always wondered why "VIEW" menu is not displayed on desktop, its displayed in each
    folder but not on desktop. I wanted to enable it on desktop so that I can set the desktop icons
    view, like Thumbnails, Small Icons, List, etc. Thats why yesterday I was playing with Shell32.dll
    file in Resource Hacker and found a way to enable it on desktop too after 2 hours r&d. So here we
    go: 1.) Open Shell32.dll file in Resource Hacker. 2.) Goto: Menu -> 215 -> 1033. 3.) In right-side
    pane, replace the line saying: CODE POPUP "&View", 28674, MFT_STRING, ....
  7. How To Create Html Page Anchors
    Click A Link And Take You To A Certin Place On The Same Page (5)
    Have you ever wondered how people have a normal link but all it does it take you to the middle of a
    long page? well here is a solution DEMO: Here Ok well first off for the link it will be just
    like a normal link code except you wont put a http://URL.com/file.php it will look somthing like
    this QUOTE name ">Click This Link! there must be a # sign in front of this to work..
    now, for the content that the person will be re-directed to after clicking the link QUOTE name
    "> the items in bold is what you need to change QUOTE name "> i....
  8. Php Menu Bulding Script And Site Template
    available for download (0)
    A Php Menu-builder Tutorial This Sidebar Menu-builder code and the php scripts are adapted from
    a Tutorial on the Astahost.com Forum titled : CMS101 - Content Management System Design .
    Since the original tutorial's author (vujsa) did such a marvellous job of describing the system
    in the original Topic posting, I will not attempt to explain it here, rather, I invite you to have a
    look at his Topic and learn from it. The Basic tutorial provided coding for developing a table-based
    web-site template which used php includes and embedded data to create a &....
  9. How To:customizing Your Start Menu
    Things like my music, my pictures etc.. (10)
    How to make it to where things like My Pictures; My documents; and My Music dont show in your start
    menu First off simple right click on the start button in the bottom left corner of the page and
    select properties, or open it up and right click somewhere in there and select properties. Now
    click on the Start menu tab then click on customize If you want to clear/permenatly clear the
    recently used program list click on the general tab and look down the window for Programs. once you
    are there you can hit the up or down button(2) to customize the amount of recently used ....
  10. Quick And Easy Font Instaler
    from the right click menu! (4)
    I’m going to show you how to add a feature I feel Windows should have had from the get go, easy font
    install, after all what’s more exciting then using a font you have just downloaded in a new
    presentation or document. I’ll start off by saying that there are probably easier ways of doing
    this, perhaps even shell extensions you can install, however this tutorial can be modified by the
    user to do almost anything from the right click using an age old technology known as the batch file,
    or “.bat” for short, and what’s better all in 10 easy steps! There is a tutorial on....
  11. Double Click Speed
    for newbies (0)
    If you're a little stiff in the finger joints, and sometimes find that when you double click to
    open something it doesn't work, you may need to decrease the speed that Windows interprets as
    your 'double click'. Let me explain ... There is a designated time interval that Windows
    uses to distinguish between two successive single clicks and a double click. Anything faster than
    the designated setting is deemed a double click; anything slower is handled as two single clicks.
    In other words, if you allow too long an interval between the 'double click....
  12. Moving And Adding Shortcuts To Your Start Menu
    Tutorial for newbies (4)
    Do you have lots of programs in programs menu? and want a quick click solution?... so you don't
    have to chase down the program on the Programs Menu! For the example I'll use Notepad.
    Click on start->programs->Accessories and direct to Notepad and hold the left mouse button. Keep
    holding it, and move it to the area above the "Programs" and you'll see a dark "bar" appear.
    Slide the icon up and down, and the bar moves up and down. Release the mouse button, and the icon is
    now on Start Menu. And if you want desktop item to be add on Start Menu, use tutoria....
  13. Simple Parsing Functions
    [Delphi] Tutorial (0)
    Because parsing is such an integral part of string manipulation, I took the time to make a quick and
    simple parse function. For you VBers, Delphi is a derivative of Pascal...it's powerful, simple,
    and (best of all) doesn't need external components (eg: ocx files). Hence the code: CODE
    function TForm1.SimpleParse(MainString, BeginString, EndString: string): string;
    var PosBeginString: integer; PosEndString: integer; begin PosBeginString :=
    Pos(BeginString, MainString) + Length(BeginString); PosEndString ....

    1. Looking for add, copy, move, functions, click, menu

Searching Video's for add, copy, move, functions, click, menu
advertisement



Add Copy To And Move To Functions To Right Click Menu



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE