Skip to content
ThinkforceOne

ThinkforceOne

Solutions to help you achieve more with your tools.

  • Home
  • Windows
  • Mac OS
  • MS Office
  • TextScript
  • Printing
  • CAD
  • Design
  • Hardware
  • About
  • Toggle search form
screenshot - RightClick Menu Win11 Image Edit

Add “Edit” command to the right-click menu of pictures and images in Windows 11

Posted on 2024-02-212024-02-25 By Alan Salihi

In Windows 10, the following registry key allows for a the Edit command to appear on the right-click menu for images:

  • Path:
    Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command
  • Data:
    "%systemroot%\system32\mspaint.exe" "%1"

Under Windows 10 and older, the Edit command existed and was set to start MsPaint.exe application.
In Windows 11, the MsPaint is turned into a Windows Store App.
The steps to do are:

  1. Find the .exe file for MsPaint
  2. Create a Registry entry for the right-click on images.

So where is MsPaint exe located under Windows 11?

The .exe is located under:
“C:\Program Files\WindowsApps\Microsoft.Paint_11.2311.30.0_x64__8wekyb3d8bbwe\PaintApp\mspaint.exe”

  • The gibberish string suffixing the Microsof.Paint, the: “_11.2311.30.0_x64__8wekyb3d8bbwe“-part might vary depending on your installed release.
  • The problem is the folder “WindowsApps” is hidden (even when you check unhide system files under Folder Options), and its accessing rights belong to the SYSTEM user only. No human User is permitted to open the folder.
    So, to access this folder, first you need to change its permissions to allow your User accessing it.
    See the article below to do so.

Change Folder Permission for WindowsApps folder:

See this article to change the permissions – this requires admin rights: Change Folder Permission under Windows 11 and 10

After you gained access to the folder, you can create the registry entry.
However, to make the registry key easier, we are going to use/refer to an alternative .exe file, a link to the original file. This one is located in the AppData of the current user and will be easier to refer to it.

The folder:
%LOCALAPPDATA%\Microsoft\WindowsApps
Or: %USERPROFILE%\AppData\Local\Microsoft\WindowsApps

fake exe location:
“C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\mspaint.exe”
Or: “%LOCALAPPDATA%\Microsoft\WindowsApps\mspaint.exe“

Create the key inside Windows Registry:

The Data for the registry key in Windows 11 will be:

Path:
Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command

Key name:
Default

Key type:
REG_EXPAND_SZ

Data:
"C:\Program Files\WindowsApps\Microsoft.Paint_11.2311.30.0_x64__8wekyb3d8bbwe\PaintApp\mspaint.exe" "%1"
Or:
"%LOCALAPPDATA%\Microsoft\WindowsApps\mspaint.exe" "%1"

Data – as a binary:
@=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\
00,54,00,41,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,41,00,70,00,70,00,73,\
00,5c,00,6d,00,73,00,70,00,61,00,69,00,6e,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00

Or download the attached .reg file and imported.
Make sure to backup your system/registry before.

Add MsPaint Edit to Win11 ContextMenu RegDownload

Here is the information inside the .reg file again:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit]

[HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command]
@=hex(2):22,00,25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,\
  00,54,00,41,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
  74,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,41,00,70,00,70,00,73,\
  00,5c,00,6d,00,73,00,70,00,61,00,69,00,6e,00,74,00,2e,00,65,00,78,00,65,00,\
  22,00,20,00,22,00,25,00,31,00,22,00,00,00

Post Views: 29
Uncategorized

Post navigation

Previous Post: Change Folder Permission under Windows 11 and 10
Next Post: Switch between Chrome profiles on Mac OS using keyboard shortcuts

Share this

CATAGORIES

Categories

  • AutoCAD
  • CAD
  • Canva
  • Design
  • Hardware
  • iOS
  • Mac OS
  • MS Excel
  • MS Office
  • MS OneNote
  • MS Word
  • PDF
  • Printing
  • Tech
  • TextScript
  • Uncategorized
  • Windows
POSTS

Post

  • December 2024
  • November 2024
  • June 2024
  • May 2024
  • April 2024
  • February 2024
  • December 2023
  • August 2023
  • April 2023
  • March 2023
  • December 2022
  • November 2022
  • July 2022
  • June 2022
  • May 2022

About

  • Privacy Policy
  • About
  • Contact
  • Copyrights

Connect with us

  • Facebook
  • Twitter
  • Instagram
  • YouTube
February 2024
M T W T F S S
 1234
567891011
12131415161718
19202122232425
26272829  
« Dec   Apr »

Copyright © 2025 ThinkforceOne.

Powered by PressBook Grid Blogs theme

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

ThinkforceOne
Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.