-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add multiple monitor support to Set-TaskbarOptions #399
Comments
Sounds good! |
PR has been submitted (#400). |
…ti-monitor (GH-399) Multi-monitor support in Set-TaskbarOptions
@pauby - This was closed in February, and the documentation refers to the new function, but I just installed BoxStarter moments ago and it's still got the old function. Am I doing something wrong? Does the new function need to be exported somewhere? |
@pauby - Okay, just figured this out. The bootstrapper.ps1 script has been updated to 2.13.0, in the repo, but the one pointed to by the installation instructions (https://boxstarter.org/bootstrapper.ps1) is still the old version. |
Issue #458 opened to resolve some additional problems with this new implementation. |
This request is to enable support for the "Multiple displays" settings found in Windows 10:
These are set with the following registry values under HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced (thanks to https://finnzan.blogspot.com/2017/01/windows-10-taskbar-customization.html):
MMTaskbarEnabled
0 = Don't show taskbar on multiple displays
1 = Show taskbar on multiple displays
MMTaskbarMode DWORD
0 = Show taskbar buttons on all taskbars
1 = Show taskbar buttons on main taskbar and taskbar where window is open
2 = Show taskbar buttons on taskbar where window is open
MMTaskbarGlomLevel
0 = Always combine, hide labels
1 = Combine when taskbar is full
2 = Never combine
This seems pretty straightforward so I'm happy to contribute a PR for this.
The text was updated successfully, but these errors were encountered: