Sticky Notes App Windows Server 2019 Updated
Comprehensive Write-Up: Sticky Notes on Windows Server 2019
❌ Avoid:
- Installing Sticky Notes on Domain Controllers, Exchange, or SQL Servers.
- Expecting cross-device sync without Azure AD joined endpoints.
- Using UWP Sticky Notes in Server Core or Nano installations.
8. Alternative Native Solution – Notepad + Shortcut
For a zero-install, audit-friendly approach:
- Create a text file
C:\Shared\Notes\%username%.txt - Place shortcut in startup folder:
%AppData%\Microsoft\Windows\Start Menu\Programs\Startup - Instruct users to press
Win + R→notepadfor instant note.
4.2 Performance Impact
- Sticky Notes is lightweight (~20 MB RAM idle).
- Running 100+ concurrent RDS users with individual sticky notes adds minimal overhead.
- No known memory leaks in Server 2019 environment (unlike older OS versions).