Sticky Notes - Stop Startup Display or Start Minimized?


Levitate11

Well-known member
Member
Local time
1:36 AM
Posts
334
OS
Windows 11 Pro 24H2
Anyone figured out a way to stop Win 11 Sticky Notes from resuming display (all open notes) on the screen at Login? I like the App, but I'd prefer it not be "in my face" when I logon.

The only way I've been able to stop it from happening is to manually "Close All Windows" before shutdown using Right-Click on a pinned taskbar icon or to manually close each individual note. You can also just kill it in services but I'm guessing that's not great for database integrity.

I can't find it starting up via Task Manager, Autoruns, Task Scheduling, etc. It has a bunch of entries in the Registry, but nothing obvious like a Run sort of key to start it up that I see.

There are lots of suggestions that I googled up but none of them seem to work.
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Ultra 7 155H
    Memory
    16gb
    Graphics Card(s)
    Intel Arc integrated
    Hard Drives
    SSD
in your start menu, scroll down to sticky notes and drag it to your desktop to create a shortcut. cut that shortcut and paste it in:

%\AppData%\Microsoft\Windows\Start Menu\Programs

*This is to avoid any conflicts with new version numbers after the app updates

once that shortcut is there, use the attached autohotkey script that i converted to exe for you already. you can place it in Shell:startup to make it launch at boot. it will launch sticky notes, wait 2 seconds (so all notes can load), then minimize the app to the taskbar. the contents of the exe are below, in case you'd rather compile the script yourself. there are 2 in the zip i attached, 1 with the yellow icon and one with the dark icon. both do that same thing.


Code:
Run, "%AppData%\Microsoft\Windows\Start Menu\Programs\Sticky Notes.lnk"
Sleep, 2000
WinActivate, Sticky Notes
Sleep, 300
Send, #{Down}
 

Attachments

My Computer

System One

  • OS
    Windows 11 Pro
Thanks a bundle. I will implement this and update the thread!
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Ultra 7 155H
    Memory
    16gb
    Graphics Card(s)
    Intel Arc integrated
    Hard Drives
    SSD

Latest Support Threads

Back
Top Bottom