Open downloadyetter opened 9 months ago
You can uninstall Classic Explorer
component.
Just run installer again, select Change
and unselect Classic Explorer
.
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.
You can add ADDLOCAL=StartMenu
to installer's command-line to install just start menu component.
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'
Is your feature request related to a problem? Please describe.
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