Search found 3 matches

by farse
23 Nov 2022, 04:01
Forum: Ask for Help (v1)
Topic: Hide/show taskbar in Windows 10
Replies: 32
Views: 19049

Re: Hide/show taskbar in Windows 10

Wanted to share another approach! Got this working just tonight :arrow: (credit @boiler) f12:: RegRead, TaskbarToggle, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3, Settings If (TaskbarToggle = "30000000feffffff02800000030000003e0000001e000000000000001a0400008007...
by farse
17 May 2022, 02:32
Forum: Scripts and Functions (v1)
Topic: TaskBar_SetAttr - translucent / blur / coloring Windows TaskBar
Replies: 27
Views: 11943

Re: TaskBar_SetAttr - translucent / blur / coloring Windows TaskBar

10inchOfSnow joedf TaskBar_SetAttr(accent_state := 0, gradient_color := "0x01000000") { static init, hTrayWnd, ver := DllCall("GetVersion") & 0xff < 10 static pad := A_PtrSize = 8 ? 4 : 0, WCA_ACCENT_POLICY := 19 accent_size := VarSetCapacity(ACCENT_POLICY, 16, 0) NumPut((accent_state > 0 && accent...
by farse
16 May 2022, 09:02
Forum: Ask for Help (v1)
Topic: Hide/show taskbar in Windows 10
Replies: 32
Views: 19049

Re: Hide/show taskbar in Windows 10

Assuming the taskbar is at the bottom of the screen, this should work: $F12:: HideShowTaskbar() HideShowTaskbar() { static SW_HIDE := 0, SW_SHOWNA := 8, SPI_SETWORKAREA := 0x2F DetectHiddenWindows, On hTB := WinExist("ahk_class Shell_TrayWnd") WinGetPos,,,, H hBT := WinExist("ahk_class Button ahk_e...

Go to advanced search