Search the Community
Showing results for tags 'action center'.
-
I'm trying to create a script to detect the Action Center in Windows 10: Opt("WinTitleMatchMode", 4) Opt("WinSearchChildren", 1) While 1 Sleep(50) $hControl = ControlGetHandle("[CLASS:TrayNotifyWnd]", "", "Action Center, No new notifications") If not $hControl = 0x00000000 and Not WinActive("[CLASS:TrayNotifyWnd]") Then ConsoleWrite("True") EndIf Wend I'm having issues detecting the Main Class and Window name of Action Center. I have used the Autoit Window Info Tool without success and I'm
-
As the title says, does anyone know of a way to open the Windows 10 action center using AutoIt. Maybe via rundll or some other applet? My intention is to just hide the normal icon, then have an AutoIt system tray icon that will open the action center on click. And I can't just send the Win+A hotkey because I have it disabled. Thanks for reading.
-
Hello there! I've recently updated to Windows 10 and saw that new and beatiful info center for notifications. A lot of applications already support it, so I'm curious if I can get my autoit script to use the windows native notification system. Any help is much appreciated Thanks in advance
- 3 replies
-
- windows 10
- info center
-
(and 2 more)
Tagged with: