There is no regedit path while install outlook on win11

Victor Wang 0 Reputation points
2024-02-27T07:30:22.1033333+00:00

My customer install outlook on win11. And I check outlook whether is installed by HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Outlook.exe\Path. But I just find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Outlook.exe, but not has “path” key on the path. I want to know, why the key of regedit is not write while install outlook, and how to fix it ?

Outlook
Outlook
A family of Microsoft email and calendar products.
3,707 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Faery Fu-MSFT 18,741 Reputation points Microsoft Vendor
    2024-02-28T07:45:35.6066667+00:00

    Hi @Victor Wang ,

    From your description, it seems that the Path subkey is missing for OUTLOOK.EXE in the App Paths registry entry. Tou can try the following troubleshooting:

    1. If the application was not installed correctly, it might not have registered itself in the App Paths key during installation. Try reinstalling the application and see if it can resolve this issue.
    2. Creating the Missing Path Subkey: Since you found the OUTLOOK.EXE subkey under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths, let’s proceed:
      1. Right-click on the OUTLOOK.EXE subkey.
      2. Choose New > String Value and name it (Default).
      3. Set the value of (Default) to the full path of Outlook.exe (e.g., C:\Program Files\Microsoft Office\Office16\Outlook.exe).
      4. Create another String Value named Path and set its value to the directory containing Outlook.exe (e.g., C:\Program Files\Microsoft Office\Office16)User's image
    3. Restart Outlook: After making these changes, restart Outlook to see if the issue persists. Remember to back up your registry before making any changes.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.