Win 10 windows explorer crashes on right click in left pane.
I right click alot. have no issues with context menu right click anywhere else except explorers left pane.
I do not meant to disable right click using I used the following command to disable the new context menu.
reg.exe add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
But you do not explain exactly what it does. So I am not doing it until I know.
The following solution used to work but no longer does:
I have win 10 and I fix the problem but the right click crash problem in left explorer pane only. But it keeps coming back ever 3-5 months.
Open a Windows Powershell as an administrator. Make sure the blue Windows says “Administrator Windows Powershell”.
Suggest you create a shortcut and place it on your desktop or Quicklaunch bar. You will need it from time to time as this problem does not stay fixed permanently.
1st solution: Open Task Manager. Processes tab. Kill explorer.exe in task manager and then restart Task manager. Test to see if problem still exists. Probably will.
2nd solution: SFC /Scannow, Restart. Test to see if problem still exists. Probably will.
3rd solution: DISM /Online /Cleanup-image /Restorehealth 50/50 chance it works. Restart
4th Solution:
Get-AppXPackage | % {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -verbose}
Test to see if problem still exists. Probably gone, temporarily.
5th solution: Do a windows recovery which safes all your files. Microsoft.com/En-us/software-download/windows10
System restore does not work either. It has dates but, it will not restore files.
Need a permanent solution.