Disable highlighting new apps in OpenShell
This commit is contained in:
parent
895d8d2f0a
commit
f8fc38a78b
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ REG_OPEN_SHELL_SETTINGS = {
|
||||||
('ShowedStyle2', 1, 'DWORD'),
|
('ShowedStyle2', 1, 'DWORD'),
|
||||||
),
|
),
|
||||||
r'Software\OpenShell\StartMenu\Settings': (
|
r'Software\OpenShell\StartMenu\Settings': (
|
||||||
|
('HighlightNew', 0, 'DWORD'),
|
||||||
('MenuStyle', 'Win7', 'SZ'),
|
('MenuStyle', 'Win7', 'SZ'),
|
||||||
('RecentPrograms', 'Recent', 'SZ'),
|
('RecentPrograms', 'Recent', 'SZ'),
|
||||||
('SkinW7', 'Fluent-Metro', 'SZ'),
|
('SkinW7', 'Fluent-Metro', 'SZ'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue