How To Add Move or Copy To in Windows Explorer Right Click Context Menu in Windows Vista כיצד להוסיף העברה או העתקה כדי ב-Windows Explorer Right Click Context Menu ב-Windows Vista

To copy or move file from one folder to another folder, we normally go to the source folder, copy or cut the file, then browse for the destination folder within the same explorer or open up another window explorer to paste the file. כדי להעתיק או להעביר קבצים מתיקיה אחת לתיקיה אחרת, אנחנו בדרך כלל ללכת לתיקיית המקור, להעתיק או לגזור את הקובץ, ולאחר מכן לחפש בתוך תיקיית היעד Explorer זהה או לפתוח חלון סייר אחר כדי להדביק את הקובץ. Now there is an easier way for you to browse through the destination folder by selecting Copy To Folder or Move To Folder in the right click context menu in Windows Explorer, By doing so, a window will be pop up that lets you to choose the destination folder to move the file to. עכשיו יש דרך קלה יותר בשבילך כדי לדפדף בתיקיית היעד על ידי בחירת העתקה לתיקיה או לתיקיה בתפריט ההקשר קליק ימני ב-Windows Explorer, בעשותם כך, חלון יהיה pop up המאפשרת לך לבחור את היעד תיקייה כדי להעביר את הקובץ. This is a hidden functionality in Windows Vista and you can add this function to the right click context by doing simple registry hack. זוהי פונקציונליות מוסתרים ב-Windows Vista תוכל להוסיף פונקציה זו בהקשר הנכון לחץ על ידי ביצוע הרישום פשוט גרזן.

copyandmoveto1

You can choose to do the registry hack in manual way or create and run the registry file in order to enable this function: אתה יכול לבחור לעשות את הרישום לקצץ באופן ידני או ליצור ולהפעיל את קובץ הרישום, כדי לאפשר פונקציה זו:

Manual: ידני:

1. 1. Click on the Start button, type regedit in the Start Search field then press enter. לחץ על לחצן התחל, הקלד regedit בתחום התחל חיפוש ולאחר מכן הקש ENTER.

2. 2. Click Continue when User Account Control is prompted. לחץ על המשך כאשר בקרת חשבון משתמש מתבקש.

3. 3. Navigate to HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers . נווט אל HKEY_CLASSES_ROOT \ AllFilesystemObjects \ ShellEx \ ContextMenuHandlers.

4. 4. Right click on ContextMenuHandlers , then choose New -> Key , then name the new key as Copy To . לחץ לחיצה ימנית על ContextMenuHandlers, ואז לבחור חדש -> קי, אז שם המפתח החדש כמו העתק ל.
copymovereg

5. 5. On the right panel, double click on the Default value and enter the value as {C2FBB630-2971-11D1-A18C-00C04FD75D13} , then click OK to save the setting. ב בלוח הימני, לחץ לחיצה כפולה על הערך Default והזן את הערך כמו (C2FBB630-2971-11D1-A18C-00C04FD75D13), ולאחר מכן לחץ על אישור כדי לשמור את ההגדרה.
copytoregval

6. 6. Repeat step 4 to create a new key and name it as Move To . חזור על שלב 4 כדי ליצור מפתח חדש שם זה כמו העברה כדי.

7. 7. Repeat step 5 to add the value with {C2FBB631-2971-11D1-A18C-00C04FD75D13} . חזור על שלב 5 להוסיף את הערך עם (C2FBB631-2971-11D1-A18C-00C04FD75D13).

Registry file: קובץ הרישום:
1. 1. Copy below string and paste it to notepad. להלן מחרוזת העתק והדבק אותו אל פנקס הרשימות.

Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] [HKEY_CLASSES_ROOT \ AllFilesystemObjects \ ShellEx \ ContextMenuHandlers \ העתק ל]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}” @ = "(C2FBB630-2971-11D1-A18C-00C04FD75D13)"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] [HKEY_CLASSES_ROOT \ AllFilesystemObjects \ ShellEx \ ContextMenuHandlers \ Move To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}” @ = "(C2FBB631-2971-11D1-A18C-00C04FD75D13)"

2. 2. Save the file as AddCopyMoveTo.reg . שמור את הקובץ בשם AddCopyMoveTo.reg.

3. 3. Double click the registry file to execute and create copy and move to registry key. לחץ לחיצה כפולה על קובץ הרישום לבצע וליצור עותק ולעבור מפתח הרישום.

Once you have done above steps either manually or run the registry file, you will see the Copy To Folder and Move To Folder appear in the right click context menu whenever you right clicking on a file. ברגע שעשית את הצעדים לעיל באופן ידני או להפעיל את קובץ הרישום, תוכל לראות את העותק של תיקיות לתיקיה מופיע תפריט ההקשר הנכון בכל פעם שאתה לחץ לחיצה ימנית על קובץ.

If you want to remove Copy To Folder and Move To Folder from the right click context menu, follow below steps: אם אתה רוצה להסיר העתקה לתיקיה ו לתיקיה מתפריט ההקשר קליק ימני, בצע את השלבים הבאים:
1. 1. Copy below string and paste it to notepad להלן מחרוזת העתק והדבק אותו אל פנקס

Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Allfilesystemobjects\shellex\ContextMenuHandlers\Copy To] [-HKEY_CLASSES_ROOT \ Allfilesystemobjects \ ShellEx \ ContextMenuHandlers \ העתק ל]

[-HKEY_CLASSES_ROOT\Allfilesystemobjects\shellex\ContextMenuHandlers\Move To] [-HKEY_CLASSES_ROOT \ Allfilesystemobjects \ ShellEx \ ContextMenuHandlers \ Move To]

2. 2. Save the file as RemCopyToMoveTo.reg. שמור את הקובץ בשם RemCopyToMoveTo.reg.

3. 3. Double click the registry file to execute and remove Copy To Folder and Move To Folder from the right click context menu. לחץ לחיצה כפולה על קובץ הרישום לבצע ולהסיר העתקה לתיקיה ו לתיקיה מתפריט ההקשר קליק ימני.

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.


Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> באפשרותך להשתמש בתגים אלה: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. כדי להירשם הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה העדכנית של תגובות, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

copy to move to reg file להעתיק לעבור reg; - -- add move to right click כדי להוסיף לחץ על הזכות לנוע - -- add move to context menu להוסיף לעבור בתפריט ההקשר - -- copy to move to vista להעתיק לעבור Vista - -- vista move to copy to להעביר Vista להעתיק - -- move to copy to לעבור עותק - -- copy to move to registry להעתיק לעבור הרישום - -- move to copy to vista המהלך להעתיק Vista - -- how to enable move copy to folder right click כיצד להפעיל את עותק לעבור על התיקייה נכון - -- add copy to folder context vista להוסיף בהקשר Vista כדי להעתיק תיקייה - -- windows explorer right click לחץ על Windows Explorer הנכון - -- move to copy to folder לעבור העתק לתיקייה - -- copy to move to on vista להעתיק לעבור על Vista - -- move to context menu לעבור בתפריט ההקשר - -- xp move to copy to להעביר XP להעתיק - -- enable right click windows explorer הזכות להפעיל לחץ על Windows Explorer - -- explorer copy command Explorer הפקודה להעתיק - -- REGISTRY OF COPY TO MOVE TO IN RIGHT CLICK OPTION הרישום עותק לעבור בזכות לחץ על האפשרות - -- add copy to and move to commands to windows xp explorer with this registry hack להוסיף להעתיק ולעבור פקודות סייר Windows XP עם הרישום זה גרזן - -- remove move toand copy to from context menu להסיר להעביר עותק toand כדי מתפריט ההקשר - -- how should i enable copy to folder in right click context menus in windows vista איך אני אמורה לאפשר להעתיק לתיקייה בתפריטים בהקשר קליק ימני ב-Windows Vista - -- windows vista move to Windows Vista כדי להזיז - -- vista explorer right click menu תפריט Explorer Vista לחץ על הזכות - -- command move windows 7 explorer Windows Explorer 7 הפקודה לזוז - -- move to on windows explorer לעבור ב-Windows Explorer - -- copy to and move to reg כדי להעתיק ולעבור reg - -- how to add Move To Tool Option in Folder Right Click event In Widows Service Pack 2 כיצד להוסיף כלי העברה כדי אפשרות בתיקיית האירוע העכבר לחץ על אלמנות Service Pack 2 - -- copy as path vista registry עותק Vista הרישום נתיב - -- explorer right click menu registry הרישום Explorer לחץ על תפריט נכון - -- copy to move to .reg להעתיק לעבור. רג - -- move copy windows vista להעביר עותק Windows Vista - -- how do i get the copy to and move to commands in windows explorer איך מקבלים את העותק ולעבור פקודות ב-Windows Explorer - -- windows explorer move Windows Explorer לזוז - -- copy button in windows 7 explorer לחצן עותק ב-Windows Explorer 7 - -- add sound copy paste functions windows regedit להוסיף להעתיק ולהדביק קול regedit פונקציות חלונות - -- vista explorer copy button Explorer כפתור Vista עותק - -- xp home windows explorer copy command moves files not copies דף הבית של Windows XP Explorer מהלכים הפקודה להעתיק קבצים לא עותקים - -- windows 7 right click move window חלונות 7 לחץ בחלון הימני לזוז - -- right click copy to לחץ על הזכות להעתיק - -- vista copy to move to עותק של Windows Vista כדי לעבור - -- {C2FBB631-2971-11d1-A18C-00C04FD75D13} (C2FBB631-2971-11d1-A18C-00C04FD75D13) - -- add copy to move to context vista להוסיף עותק לעבור Vista ההקשר - -- move in context menu xp לזוז בתפריט ההקשר XP - -- Move To + Copy To + registry כדי להעביר העתק + + כדי הרישום - -- xp "copy to folder" remove "XP העתק לתיקייה" להסיר - -- remove copy to from context menu להסיר עותק מתפריט ההקשר - -- remove copy to move to להסיר עותק לעבור - -- windows explorer context menu registry vista Windows Vista Explorer בתפריט ההקשר הרישום - -- add move to right click IN xp להוסיף לעבור לחץ ממש XP - -- remove "move to" "copy to" להסיר את "לעבור" "העתק" - --