Fix for File Explorer crash when using “Send To – Mail recipient” context menu

Some of you maybe noticed, that the option Send to –> Mail recipient in the context menu  from Windows 10 (several Builds) can cause crashing the File Explorer.
This is in combination with Office365 and Click-To-Run as the application is based on an App-V technology. The bug is not new and should really be fixed in a next CU of Windows 10, please MS. There is a very easy fix for that. Use a registry key to get it sorted. This is tested on many Windows 10 Enterprise 1709 Build.

Registry Key value:
*******************************************************************

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClickToRun\OverRide]
“AllowJitvInAppvVirtualizedProcess”=dword:00000001

*******************************************************************
As always: Be careful when you do changes in the registry.

Copy the value from the reg key above to a notepad and save it as “FixSendToMail.reg”. Double click the reg file and import ist to the client with the issue. This will fix it immediately.

You can also add this step directly in your ConfigMgr Tasksequence. Just make sure you add the step after installing Office365. Use the reg key above and add it to your Customization Package for Windows 10.
Run a command line step in your Tasksequence by using the command bellow:

*******************************************************************
regedit.exe /s FixSendToMail.reg
*******************************************************************

2017-12-07 13_17_07

Hope this helps.

Cheers, Al

 

 

3 thoughts on “Fix for File Explorer crash when using “Send To – Mail recipient” context menu”

  1. I know this was posted more than one year ago, but I’m experiencing the same issues with almost everybody here.
    I can’t find this registry unfortunately…
    I’m on windows 10 1703, and some of the people who are experiencing the same issue are on Windows 10 1803.
    Can you please help me ?

    Thanks

    Like

Leave a comment