mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
38c155cc9513dcf2e54a1f866beb7acb43a468bd
`Open-Shell` needs to adjust itself after OS upgrade. It seems that `StartMenuHelper` registration is lost after such upgrade: http://www.classicshell.net/forum/viewtopic.php?f=7&t=8082#p34821 To fix this registration, administrator rights are required (means user interaction, UAC). While this is acceptable in consumer environment, it is typically not desired in business environment where users typically doesn't have administrator rights. This patch allows to run `Open-Shell` in silent upgrade mode that will: * check if OS version changed (otherwise end immediately) * perform OS upgrade tasks without any user interraction Such mode can be then used to create scheduled task that will run this silent upgrade check on every boot with system rights: `schtasks /Create /RU "NT AUTHORITY\SYSTEM" /SC ONSTART /TN "Open-Shell OS updgrade check" /TR "%ProgramFiles%\Open-Shell\StartMenu.exe -upgrade -silent"` #167
Open-Shell 
Originally Classic Shell by Ivo Beltchev
Features
- Classic style Start Menu for Windows 7, 8, 8.1, 10
- Toolbar for Windows Explorer
- Classic copy UI (Windows 7 only)
- Show file size in Explorer status bar
- Title bar and status bar for Internet Explorer
For archival reasons, we have a mirror of www.classicshell.net here.
Description
Github mirror of the Classic Shell revival.
classic-menuclassic-shellclassic-startmicrosoft-windowsopen-shellopen-shell-menustart-menustartmewindowswindows-10windows10
Readme
MIT
91 MiB
Languages
C++
66.4%
HTML
20.8%
Rich Text Format
9.1%
C
3.1%
Batchfile
0.6%
