pub fn toggle_classic_menu(enable: bool) -> Result<()>
Enable or disable the pre-Windows 11 context menu. You must restart explorer.exe for changes to take effect.
win_ctx::toggle_classic_menu(true)?;