How to Fix Print option in Right Click Context menu missing in Windows 11
Right Click on the Windows Logo and select “RUN” or press the windows logo +R on your keyboard
Execute this command line for the Old context menu
reg.exe add “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
Execute this command line for the New context menu
reg.exe delete “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f
Don’t forget to restart your PC for the changes to take effect