Open-Shell / Open-Shell-Menu

Classic Shell Reborn.
MIT License
6.58k stars 417 forks source link

Enable/disable classic explorer toolbar feature #1858

Open downloadyetter opened 4 months ago

downloadyetter commented 4 months ago

Is your feature request related to a problem? Please describe.

image i can only disable it temporary

Describe the solution you'd like

I can't disable the very useless classic explorer bar permanently

Area of issue

Windows Explorer

Alternatives you've considered

No response

Additional context

No response

ge0rdi commented 4 months ago

You can uninstall Classic Explorer component. Just run installer again, select Change and unselect Classic Explorer.

akamienski commented 2 months ago

Can this be done somehow without interactive installer while installing from winget or any other way during silent install? It's quite annoying to need to do it manually after installation.

ge0rdi commented 2 months ago

You can add ADDLOCAL=StartMenu to installer's command-line to install just start menu component.

akamienski commented 2 months ago

You can add ADDLOCAL=StartMenu to installer's command-line to install just start menu component.

Thank you very much! For anyone wondering how to do it with winget, you need to run installation command like this:

winget install --id "Open-Shell.Open-Shell-Menu" --source winget --silent --custom 'ADDLOCAL=StartMenu'