AlexanderPro / SmartSystemMenu

SmartSystemMenu extends system menu of all windows in the system
MIT License
1.96k stars 110 forks source link

Hide the "peek" line in taskbar? [Request] #40

Closed d0x360 closed 2 years ago

d0x360 commented 2 years ago

I don't know if this is out of the scope of the project but I've been trying to find a way to hide the peek vertical line at the end of the taskbar in Win10 with no luck unless I use a program that's... Untrustworthy to draw over it with the taskbar color.

I would kill (not really) for an option to hide that stupid line because I'm concerned about burn in.

There must be a way to do it... and I'm thinking the registry but who knows. I haven't had any luck at all and I'm hoping you could find a way and add it to the program.

Thanks for your time.

AlexanderPro commented 2 years ago

Hi d0x360,

Try to hide the "peek" line by WindowTextExtractor v1.9.0. Test it for several days. If everything works well I will add this feature to the next versions SSM.

d0x360 commented 2 years ago

Will do, and thanks! I'll report back soon.

On Wed, Oct 13, 2021, 2:47 AM Alexander Illarionov @.***> wrote:

Hi d0x360,

Try to hide the "peek" line by WindowTextExtractor v1.9.0 https://github.com/AlexanderPro/WindowTextExtractor/releases/download/v1.9.0/WindowTextExtractor_v1.9.0.zip. Test it for several days. If everything works well I will add this feature to the next versions SSM.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AlexanderPro/SmartSystemMenu/issues/40#issuecomment-941975068, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GM7ZFETVHQVSESS7W3UGUTPTANCNFSM5FPNKTVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

xSwagboy69x commented 2 years ago

@d0x360 One of my favorite programs, +7 Taskbar Tweaker has this option, although it does a lot more than that. It allows a ton of ways to interact with the taskbar, but is prob overkill for what you're looking for

d0x360 commented 2 years ago

It is. I actually made a program that will check if the line is there and remove it. It's 1.14kb (most of it's the icon, it's only about 15 lines of c++) and I launch it on boot. Sometimes the line comes back (not sure how) but in that case I hit a G key on my Logitech kb, it launches the program and poof! Gone.

Well I actually made 2 programs. One that runs in the background and is hotkey controlled. It can hide the line and taskbar based on which hotkey is used. That one is also very tiny in file size and just a few more lines of code.

I actually read an article yesterday about Win11 that said removing the peek line is a settings option but unlike in Win10 the setting actually works. So that's a plus for when Win11 is actually ready to daily drive but that's probably a few months off at least.

On Wed, Oct 20, 2021, 4:14 AM Fuzzybear @.***> wrote:

@d0x360 https://github.com/d0x360 One of my favorite programs, +7 Taskbar Tweaker https://rammichael.com/7-taskbar-tweaker has this option, although it does a lot more than that. It allows a ton of ways to interact with the taskbar, but is prob overkill for what you're looking for

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AlexanderPro/SmartSystemMenu/issues/40#issuecomment-947433543, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GNE6GRZOBGFMGUMOMTUHZ27XANCNFSM5FPNKTVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.