Windows: Чистим контекстное меню

Microsoft added new entries to the File Explorer context menu in Windows 10 that some users of the operating system may like, and others may call bloat.

If you right-click on files in the most recent release build of Windows 10, the Creators Update, you get up to three additional context menu items.

You may get “Edit with Paint 3D” to edit an image with the built-in Paint 3D application, a “Cast to Device” entry to cast the media file to another device, and the “Share” entry which opens the Share UI of Windows 10 when selected.

Windows 10 Insider systems feature an “Edit with Photos” entry on top of that. That’s three edit options for images on Windows 10 in the context menu without any option to disable these entries.

Note: I recommend that you create a backup of the Registry before you make any changes to it. This allows you to restore the state before any editing. You can use a program like Erunt or RegBak for that, or with a right-click on any key (those on the left side) that is linked to adding, changing, or deleting values or entries, and selecting export.

Remove Windows 10 Context Menu bloat

Edit with Paint 3D

Paint 3D was included in the Windows 10 Creators Update. It is a modernized version of the classic Paint application that comes with a new UI, as an application, and ships with new features such as 3D functionality.

There is only one situation where the “Edit with Paint 3D” entry in the context menu makes sense: when you use a different default image editor for editing, but use Paint 3D sometimes for editing jobs. Even then it is possible to use “open with” instead to open the image in Paint 3D.

One issue that you will encounter when it comes to the removal of the context menu entry is that it is mapped to different file extensions, and that you need to remove Registry keys for each file extension individually to remove Paint 3D completely from the context menu.

To remove Edit with Paint 3D, do the following

delete edit with 3d paint

  • Tap on the Windows-key on the computer keyboard, type regedit.exe and tap on the Enter-key to open the Windows Registry Editor.
  • Confirm the UAC prompt.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.bmp\Shell
  • Right-click on  3D Edit, and select Delete.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.gif\Shell
  • Right-click on  3D Edit, and select Delete.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpg\Shell
  • Right-click on  3D Edit, and select Delete.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.jpeg\Shell
  • Right-click on  3D Edit, and select Delete.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\.png\Shell
  • Right-click on  3D Edit, and select Delete.
  • If you notice the “Edit with Paint 3D” entry next to any other image type, repeat the process outlined above for it. All you need to do is go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\, click on the image file type, then on Shell to delete the 3D Edit value.

Edit with Photos

Edit with Photos is a new context menu option that is not part of the Creators Update version of Windows 10. It shows up in the latest Windows 10 Insider Builds that showcase features that will likely be part of the Fall Creators Update out later this year.

Read also:  KB4015552, KB4015553 April Previews for Windows 7 and 8.1

If you don’t use the Photos application to edit images on Windows 10, you may want to remove the entry from the File Explorer context menu.

To remove Edit with Photos, do the following

remove edit with photos

  • Tap on the Windows-key on the computer keyboard, type regedit.exe and tap on the Enter-key to open the Windows Registry Editor.
  • Confirm the UAC prompt.
  • Go to HKEY_CLASSES_ROOT\AppX43hnxtbyyps62jhe9sqpdzxn1790zetc\Shell\ShellEdit
  • Right-click on ShellEdit, and select New > String value.
  • Name it ProgrammaticAccessOnly.

Cast to Device

If you don’t use the casting functionality of Windows 10, you have no need for the Cast to Device entry in the File Explorer context menu.

Basically, what it allows you to do is stream media files to devices that support Miracast or DLNA.

To remove Cast to Device, do the following

remove cast to device windows 10

  1. Tap on the Windows-key on the computer keyboard, type regedit.exe and tap on the Enter-key to open the Windows Registry Editor.
  2. Confirm the UAC prompt.
  3. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions
  4. If there is no Blocked key under Shell Extensions, right-click on Shell Extensions and select New > Key. Name the key Blocked.
  5. Right-click on Blocked, and select New > String Value.
  6. Name it {7AD84985-87B4-4a16-BE58-8B72A5B390F7}
  7. Double-click on the newly created String value, and change the Value data field to Play to menu.
  8. The change takes effect when you log out and on, restart the PC, or restart the Windows Explorer process.

Tip: To restore the “Cast to Device” entry in the Windows 10 context menu, go to the Blocked key in the Registry, right-click on {7AD84985-87B4-4a16-BE58-8B72A5B390F7} and select delete from the menu that opens.

Share

Share may not be active on all systems by default. It is on by default in recent Windows 10 Insider Builds. You may use it to share files using the built-in Windows 10 share functionality.

To remove Share, do the following

remove share context menu

  • Tap on the Windows-key on the computer keyboard, type regedit.exe and tap on the Enter-key to open the Windows Registry Editor.
  • Confirm the UAC prompt.
  • Go to HKEY_Classes_ROOT\*\shellex\ContextMenuHandlers\
  • Right-click on Modern Sharing, and select Delete from the context menu.

Firefox: Цвет шрифта в меню

Изменяем через userchrome.css :

menuitem{
color: #000 !important;
background: transparent !important;
font-family: verdana !important;
font-weight: normal !important;
font-size: 13px !important;
}

menu{
color:#000 !important;
background:transparent !important;
font-family:verdana !important;
font-weight:normal !important;
font-size:13px !important;
}

Windows: Очищаем контекстное меню

Как убрать ненужные пункты из контекстного меню?

Очень часто после установки различных программ в контекстное меню добавляются ненужные пункты. Например, после установки любого проигрывателя обязательно появится новый пункт для правой кнопки мыши. То есть когда мы будем нажимать, по какому либо файлу правой кнопкой мыши, чтобы открыть его в указанной программе, то будет отображаться пункт для запуска с помощью этой программы.

Со временем пунктов в контекстном меню становится очень много, короче забивается ненужным хламом. Как их можно убрать, воспользовавшись стандартными средствами системы. Хотя для этих целей создано уже много программ.

В системном реестре хранятся все данные о работе программ и компонентов Windows. В связи с этим неосторожное обращение с реестром и малейшее изменение может повлиять на работу системы очень сильно, поэтому будьте внимательны при внесении в него изменений.

Как убрать ненужные пункты из контекстного меню?

Заходим в Пуск жмем кнопку Выполнить.
В открывшемся окне вводим команду Regedit и жмем ОК.

Открываем следующие папки:

HKEY_CLASSES_ROOT * shellexe ContextMenuHandlers


Нажимаем правой кнопкой мыши по папке пункт меню, которого мы хотим удалить. Допустим, я хочу удалить ярлыки из контекстного меню – блокнот Notepad, архиватор 7-Zip. В открывшемся списке выбираем пункт Удалить.

Firefox: Удаляем лишние пункты из меню

Открываем userChrome.css…

userChrome.css расположен в подкаталоге chrome вашего профиля. userChrome.css предназначен для стилей настройки внешнего вида Mozilla/Mozilla Firefox. В нём вы можете редактировать отображение основных элементов браузера, стили, создать свой собственный стиль Mozill’ы.
Обратите внимание: userChrome.css не существует по умолчанию. После установки Mozilla/Firefox существует userChrome-example.css, содержащий пример этого файла, который вы можете переименовать в userChrome.css

Выбираем что хотим скрыть:

Main Firefox UI elements
menubar > menu Every menu on the menubar (File, Edit, etc)
#toolbar-menubar The entire top toolbar
tab Tabs (browser tabs as well as tabs in dialogs)
#urlbar Location Bar
#searchbar Search Bar
#find-field-container Find Bar
#throbber Activity indicator (throbber)
#bookmarks-menu Bookmarks menu

Firefox context menus
#context-openlink Open Link in New Window
#context-openlinkintab Open Link in New Tab
#context-sep-open line separator
#context-bookmarklink Bookmark This Link…
#context-savelink Save Link As…
#context-sendlink Send Link…
#context-copyemail Copy Email Address
#context-copylink Copy Link Location
#context-sep-copylink line separator
#context-viewimage View Image
#context-copyimage-contents Copy Image
#context-copyimage Copy Image Location
#context-sep-copyimage line separator
#context-saveimage Save Image As…
#context-sendimage Send Image…
#context-setWallpaper Set As Wallpaper…
#context-setDesktopBackground Set As Desktop Background…
#context-blockimage Block Images from…
#context-back Back
#context-forward Forward
#context-reload Reload
#context-stop Stop
#context-sep-stop line separator
#context-bookmarkpage Bookmark This Page…
#context-savepage Save Page As…
#context-sendpage Send Page…
#context-sep-viewbgimage line separator
#context-viewbgimage View Background Image
#context-undo Undo
#context-sep-undo line separator
#context-cut Cut
#context-copy Copy
#context-paste Paste
#context-delete Delete
#context-sep-paste line separator
#context-selectall Select All
#context-sep-selectall line separator
#context-keywordfield Add a Keyword for this Search…
#context-searchselect Search Web for …
#frame-sep line separator
#frame This Frame
#context-sep-properties line separator
#context-viewpartialsource-selection View Selection Source
#context-viewpartialsource-mathml View MathML Source
#context-viewsource View Page Source
#context-viewinfo View Page Info
#context-metadata Properties
#context-sep-bidi line separator
#context-bidi-text-direction-toggle Switch Text Direction
#context-bidi-page-direction-toggle Switch Page Direction

 

Добавляем в UserChrome.css нужные вам пункты для скрытия, на основе примера ниже:

/* Open Link in New Window and open link in private window*/
#context-openlink,
#context-openlinkprivate {
display: none;
}

 

Подсказка:

Windows 10: как удалить “3D Print with 3D Builder” из контекстного меню

В новой версии Windows при клике на изображение в формате .BMP, .JPG или .PNG
появился пункт “3D Print with 3D Builder” который не исчезает даже при удалении
связанного с ним приложения 3D Builder

Как удалить:

Пуск – Выполнить – regedit
идем по адресам
HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\Shell
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\Shell
HKEY_CLASSES_ROOT\SystemFileAssociations\.png\Shell

и удаляем в них T3D Print

Подсказка: можно просто нажать Ctrl+F и искать по слову T3D Print

Scroll to top