从图像的上下文菜单中删除向左旋转和向右旋转

Windows 11/10的上下文菜单中删除Rotate LeftRotate Right。默认情况下,这两个旋转选项都会添加到保存在Windows 11/10 PC 上的图像中。但是,如果您并不真正使用这些选项并且想要清除上下文菜单,则可以从右键单击上下文菜单中删除向左(Rotate Left)旋转和向右旋转选项。(Rotate Right)在本文中,我们将分享一个简单的注册表(Registry)调整,以从上下文菜单中删除这些选项。

从 Windows 11/10 的上下文菜单中删除向左旋转和向右旋转

在开始之前,我们建议您备份注册表(backup Registry)只是为了更安全 - 或首先创建系统还原点。

图像上下文菜单(Images Context Menu)中删除向左(Rotate Left)旋转和向右旋转(Rotate Right)

您可以使用注册表编辑器从(Registry Editor)Windows 11/10的右键单击上下文菜单中删除向左(Rotate Left)旋转和向右旋转(Rotate Right)。以下是这样做的主要步骤:

  1. 打开注册表编辑器应用程序。
  2. 转到 ContextMenuHandlers 键。
  3. 选择ShellImagePreview子项。
  4. 右键单击(Right-click)  ShellImagePreview(ShellImagePreview)项。
  5. 选择删除(Delete)选项以删除ShellImagePreview子项。
  6. 转到图像并右键单击它们以检查向左(Rotate Left)旋转和向右旋转(Rotate Right)选项是否消失。

让我们详细讨论这些步骤!

在我开始执行步骤之前,请记住,您必须单独手动调整每种文件格式的注册表项。(Registry)在这里,我将提到从JPG图像的上下文菜单中删除向左(Rotate Left)旋转和向右旋转的步骤。(Rotate Right)您可以对其他图像格式执行类似的步骤。现在让我们详细说明一下JPG(JPG)图像的上述步骤!

首先,打开注册表编辑器应用程序,然后导航到以下地址:

HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers

在此位置,您将找到一个名为ShellImagePreview的子项。

右键单击ShellImagePreview子项,然后从上下文菜单中按Delete选项。

接下来,关闭注册表编辑器(Registry Editor),然后转到JPG图像并右键单击它。您将不再在上下文菜单中看到向左(Rotate Left)旋转和向右旋转(Rotate Right)选项。

现在您已经从JPG图像的上下文菜单中删除了向左(Rotate Left)旋转和向右旋转(Rotate Right)选项,您可以按照相同的步骤对其他图像(如PNGBMPTIFFGIF等)执行此操作。只需转到以下地址即可相应的图像格式:

HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp
HKEY_CLASSES_ROOT\SystemFileAssociations\.dib
HKEY_CLASSES_ROOT\SystemFileAssociations\.gif
HKEY_CLASSES_ROOT\SystemFileAssociations\.heic
HKEY_CLASSES_ROOT\SystemFileAssociations\.heif
HKEY_CLASSES_ROOT\SystemFileAssociations\.ico
HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg
HKEY_CLASSES_ROOT\SystemFileAssociations\.png
HKEY_CLASSES_ROOT\SystemFileAssociations\.rle
HKEY_CLASSES_ROOT\SystemFileAssociations\.tif
HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff
HKEY_CLASSES_ROOT\SystemFileAssociations\.webp

阅读(Read):适用于 Windows PC 的免费上下文菜单编辑器。(Free Context Menu Editors)

如何一次从多个图像的上下文菜单中删除向左(Rotate Left)旋转和向右旋转(Rotate Right)

您还可以一次从多个图像的右键单击上下文菜单中删除向左(Rotate Left)旋转和向右旋转。(Rotate Right)为此,您将创建一个注册表文件,然后运行它。以下是执行此操作的基本步骤:

  1. 打开记事本。
  2. (Write)使用一种图像文件类型的相应键、子键和值编写命令。
  3. 对其他图像文件格式重复步骤 (2)。
  4. 转到“文件”>“另存为”选项。
  5. 使用.reg(.reg)文件扩展名保存文件。
  6. 运行创建的注册表文件。

现在让我解释一下上面的步骤!

首先,您需要在 PC 上打开记事本。(Notepad)之后,编写以下命令以从BMP图像的上下文菜单中删除向左(Rotate Left)旋转和向右旋转:(Rotate Right)

Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]

现在,您需要对其他图像文件类型重复上述命令。因此,为JPG(JPG)PNGGIFTIFF和其他图像重复编写以下命令:

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]

[-HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]

您可以为其他图像编写类似的命令,只需在ShellEx之前提及扩展名。编写命令后,转到“文件(File)”菜单并单击“另存(Save)为”选项。然后在保存文件时,选择Save as type to All File,然后提及文件名,后跟.reg文件扩展名。最后,按保存(Save)按钮保存注册表文件。

转到创建的注册表(Registry)文件并双击它以合并它。您需要管理员权限才能运行该文件。当您运行该文件时,它将一次从多种图像格式的上下文菜单中删除“向左旋转”(Rotate Left)“向右旋转”选项。(Rotate Right)

阅读:(Read:)如何添加或删除 Pin 以从上下文菜单开始(Add or Remove Pin to Start from Context Menu)

如何在Windows 11/10向左(Rotate Left)旋转和向右旋转(Rotate Right)回到上下文菜单(Context Menu)

如果要将“向左旋转”(Rotate Left)“向右旋转”(Rotate Right)选项添加回图像的上下文菜单,该怎么办?(Well),不用担心。只需(Simply)按照以下步骤处理JPG文件:

打开注册表编辑器。

转到以下地址:

HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers

右键单击它并选择新选项。这将创建一个新的子密钥。

将新创建的子键重命名为ShellImagePreview

从右侧面板双击它并{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}在其数值数据字段中输入。

(Press)确定按钮并关闭注册表编辑器(Registry Editor)

执行上述步骤会将“向左旋转”(Rotate Left)“向右旋转”(Rotate Right)选项恢复到上下文菜单。您可以对其他图像格式执行相同的操作。

如果您想一次将这两个选项添加回多个图像,请创建一个注册表(Registry)文件,就像我们为多个图像一次删除向左(Rotate Left)旋转和向右旋转(Rotate Right)所做的那样。只需(Just)更改命令即可;编写以下命令:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview]
@="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

运行创建的注册表(Registry)文件,它将恢复图像的旋转选项。

因此,这就是您可以使用Registry Editor从上下文菜单中删除Rotate LeftRotate Right的方法。

现在阅读:(Now read: )如何从上下文菜单中删除移动到 OneDrive。(Remove Move to OneDrive from Context Menu.)



About the author

电话是人们可以拥有和使用的最通用的工具之一。它允许人们与他人交流、访问互联网以及做很多其他事情。使用 iPhone 或 Android 设备,您甚至可以观看视频和下载音乐。手机也非常适合拍照、上网、听音乐等。



Related posts