toggle_classic_menu

Function toggle_classic_menu 

Source
pub fn toggle_classic_menu(enable: bool) -> Result<()>
Expand description

Enable or disable the pre-Windows 11 context menu. You must restart explorer.exe for changes to take effect.

ยงExamples

win_ctx::toggle_classic_menu(true)?;