Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override AccentBlur effect StartAllBack conflict #285

Open
froggz19 opened this issue Apr 27, 2024 · 5 comments
Open

Override AccentBlur effect StartAllBack conflict #285

froggz19 opened this issue Apr 27, 2024 · 5 comments
Labels
question Further information is requested

Comments

@froggz19
Copy link

Description

'Override AccentBlur effect' option conflicting with StartAllBack immersive menus.

To Reproduce

Have StartAllBack installed and immersive menus enabled ("ImmersiveMenus"=dword:00000001)
Enable 'Override AccentBlur effect' in DWMBlurGlass GUI -> Misc

Screenshots
image
image

What other third-party software do you use

StartAllBack

Additional information

OS Version : Windows 11 23H2.22631.3527
DWMBlurGlass Version : 2.2.0
StartAllBack Version : 3.7.8

What exactly does 'Override AccentBlur effect' option do?

@froggz19 froggz19 added the question Further information is requested label Apr 27, 2024
@funn-hue
Copy link

What exactly does 'Override AccentBlur effect' option do?

Most likely replaces AccentBlur with it's own stuff

@Maplespe
Copy link
Owner

What exactly does 'Override AccentBlur effect' option do?

Most likely replaces AccentBlur with it's own stuff

The ability to override AccentBlur was mentioned in #105.

@SandTechStuff
Copy link

Can confirm. Override AccentBlur makes context menus borderline unusable when using StartAllBack. It is a shame since the taskbar and start menu effects Override AccentBlur brings are really nice.

@DanTheGuy720
Copy link

I wish StartAllBack had an option to disable the blur on legacy context menus to begin with. When I'm using my own msstyle theme I don't want to use their version of the context menus.

@Maplespe
Copy link
Owner

Maplespe commented Apr 29, 2024

You can turn off the option to restore the classic context menu in StartAllback.
Then add the registry to bring back the classic right-click menu to your system.
Run cmd as administrator

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe & explorer.exe

Restore changes:

reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe & explorer.exe

The classic menu at the system level is without the blur effect.

Or you can add a registry entry or change "ImmersiveMenus"=0 to disable StartAllback's blurring effect.

reg add HKEY_CURRENT_USER\Software\StartIsBack /f /v ImmersiveMenus /t REG_DWORD /d 0
taskkill /f /im explorer.exe & explorer.exe

Restore changes:

reg add HKEY_CURRENT_USER\Software\StartIsBack /f /v ImmersiveMenus /t REG_DWORD /d 1
taskkill /f /im explorer.exe & explorer.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants