Desktop Icons Hidden When Boot Up

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
BarryBGB
Posts: 4
Joined: 15 Dec 2018, 19:03

Desktop Icons Hidden When Boot Up

15 Dec 2018, 19:20

I have been using AHK for a while to hide my desktop icons at certain times, but now it hides them on boot up when I don't use the hotkeys.
I can get the icons back with the hotkeys though.

After the icons are back and I reboot, the icons are hidden again.

here is the the script.
Windows key +Z hides and unhides the desktop icons.

==========================================
#z::

ControlGet, HWND, Hwnd,, SysListView321, ahk_class Progman
If HWND =
ControlGet, HWND, Hwnd,, SysListView321, ahk_class WorkerW
If DllCall("IsWindowVisible", UInt, HWND)
WinHide, ahk_id %HWND%
Else
WinShow, ahk_id %HWND%
Return

==========================================

This just started happening a week ago.

thanks,
Barry

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: BielGuitarJP, CrowexBR, mebelantikjaya and 306 guests