Disclaimer: This guide was automatically translated by AI from the German original. Please verify commands and technical details before using them.
Back to overview: Windows guides
If you do not like the new context menu in Windows 11, you can restore the old menu.
Download the batch file:
Download the batch file from here and run it as administrator.
Restart the PC: After the restart, the old context menu is active again.
Alternatively, you can create your own batch file with the following content:
:start
@echo off
cls
echo .
echo -----------------------------------------------------
echo regedit context menu
echo kanuracer.eu
echo -----------------------------------------------------
echo .
echo regedit...
echo .
reg add "HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
echo .
echo -----------------------------------------------------
echo The computer must be restarted!
echo Press any key to restart
echo -----------------------------------------------------
echo .
pause
shutdown -r -t 0