Windows 11/10的上下文菜单中删除Rotate Left和Rotate Right。默认情况下,这两个旋转选项都会添加到保存在Windows 11/10 PC 上的图像中。但是,如果您并不真正使用这些选项并且想要清除上下文菜单,则可以从右键单击上下文菜单中删除向左(Rotate Left)旋转和向右旋转选项。(Rotate Right)在本文中,我们将分享一个简单的注册表(Registry)调整,以从上下文菜单中删除这些选项。
在开始之前,我们建议您备份注册表(backup Registry)只是为了更安全 - 或首先创建系统还原点。
从图像上下文菜单(Images Context Menu)中删除向左(Rotate Left)旋转和向右旋转(Rotate Right)
您可以使用注册表编辑器从(Registry Editor)Windows 11/10的右键单击上下文菜单中删除向左(Rotate Left)旋转和向右旋转(Rotate Right)。以下是这样做的主要步骤:
- 打开注册表编辑器应用程序。
- 转到 ContextMenuHandlers 键。
- 选择ShellImagePreview子项。
- 右键单击(Right-click) ShellImagePreview子(ShellImagePreview)项。
- 选择删除(Delete)选项以删除ShellImagePreview子项。
- 转到图像并右键单击它们以检查向左(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)选项,您可以按照相同的步骤对其他图像(如PNG、BMP、TIFF、GIF等)执行此操作。只需转到以下地址即可相应的图像格式:
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)为此,您将创建一个注册表文件,然后运行它。以下是执行此操作的基本步骤:
- 打开记事本。
- (Write)使用一种图像文件类型的相应键、子键和值编写命令。
- 对其他图像文件格式重复步骤 (2)。
- 转到“文件”>“另存为”选项。
- 使用.reg(.reg)文件扩展名保存文件。
- 运行创建的注册表文件。
现在让我解释一下上面的步骤!
首先,您需要在 PC 上打开记事本。(Notepad)之后,编写以下命令以从BMP图像的上下文菜单中删除向左(Rotate Left)旋转和向右旋转:(Rotate Right)
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
现在,您需要对其他图像文件类型重复上述命令。因此,为JPG(JPG)、PNG、GIF、TIFF和其他图像重复编写以下命令:
[-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 Left和Rotate Right的方法。
现在阅读:(Now read: )如何从上下文菜单中删除移动到 OneDrive。(Remove Move to OneDrive from Context Menu.)
Remove Rotate Left and Rotate Right from Context Menu for Images
Here is a tutorial for you to remove Rotate Left and Rotate Right from the context menu of Windows 11/10. By default, both these rotate options are added to images saved on your Windows 11/10 PC. But, if you don’t really use these options and want to clear up your context menu, you can remove Rotate Left and Rotate Right options from the right-click context menu. In this article, we are going to share a simple Registry tweak to remove these options from the context menu.
Before you begin, we recommend you to backup Registry just to be on a safer side – or create a system restore point first.
Remove Rotate Left & Rotate Right from Images Context Menu
You can remove Rotate Left and Rotate Right from the right-click context menu in Windows 11/10 using Registry Editor. Here are the main steps to do so:
- Open the Registry Editor app.
- Go to the ContextMenuHandlers key.
- Select the ShellImagePreview subkey.
- Right-click on the ShellImagePreview subkey.
- Choose the Delete option to remove ShellImagePreview subkey.
- Go to the images and right-click on them to check that Rotate Left and Rotate Right options are gone.
Let us discuss these steps in detail!
Before I start with steps, do remember that you will have to manually tweak Registry keys for each and every file format individually. Here, I am going to mention steps to remove Rotate Left and Rotate Right from the context menu of JPG images. You can follow similar steps for other image formats. Let’s elaborate on the above steps for JPG images now!
Firstly, open the Registry Editor app and then navigate to the following address:
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers
At this location, you will find a subkey named ShellImagePreview.
Right-click on the ShellImagePreview subkey and from the context menu, press the Delete option.
Next, close Registry Editor and then go to the JPG image and right-click on it. You will no longer see Rotate Left and Rotate Right options in the context menu.
Now that you have removed Rotate Left and Rotate Right options from the context menu of JPG images, you can follow the same steps to do so for other images like PNG, BMP, TIFF, GIF, etc. Just go to the following address for the respective image format:
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: Free Context Menu Editors for Windows PC.
How to remove Rotate Left and Rotate Right from the context menu of multiple images at once
You can also remove Rotate Left and Rotate Right from the right-click context menu of multiple images at once. For that, you will gave to create a registry file and then run it. Here are the basic steps to do so:
- Open Notepad.
- Write command with respective keys, subkeys, and values for one image file type.
- Repeat step (2) for other image file formats.
- Go to the File > Save as option.
- Save the file with the .reg file extension.
- Run the created Registry file.
Let me explain the above steps now!
Firstly, you need to open Notepad on your PC. After that, write the following command to remove Rotate Left and Rotate Right from the context menu of BMP images:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview]
Now, you need to repeat the above command for other image file types. So, write the below commands repeatedly for JPG, PNG, GIF, TIFF, and other images:
[-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]
You can write similar command for other images, just mention the extension before ShellEx. After writing the commands, go to the File menu and click on the Save as option. Then while saving the file, select Save as type to All Files and then mention filename followed by the .reg file extension. At last, press the Save button to save the Registry file.
Go to the created Registry file and double-click on it to merge it. You will need administrator privilege to run the file. As you run the file, it will remove the Rotate Left and Rotate Right options from the context menu of multiple image formats at once.
Read: How to Add or Remove Pin to Start from Context Menu.
How to Add Rotate Left and Rotate Right back to the Context Menu in Windows 11/10
If you want to add Rotate Left and Rotate Right options back to the context menu of images, what to do? Well, no worries. Simply follow the below steps for JPG files:
Open Registry Editor.
Go to the below address:
HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers
Right-click on it and select the new option. This will create a new sub-key.
Rename the newly created sub-key as ShellImagePreview.
Double-click on it from the right panel and enter {FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}
in its Value data field.
Press the Ok button and close Registry Editor.
Performing the above steps will restore Rotate Left and Rotate Right options back to the context menu. You can do the same for other image formats.
If you want to add both the options back to multiple images at once, create a Registry file as we did to remove Rotate Left and Rotate Right for multiple images at once. Just make the change to the command; write the below commands:
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}"
Run the created Registry file and it will restore the rotate options to your images.
So, this is how you can remove Rotate Left and Rotate Right from the context menu using Registry Editor.
Now read: How to Remove Move to OneDrive from Context Menu.