Sticky Notes App Windows Server 2019 May 2026
Use lightweight alternatives that mimic classic sticky notes:
| Tool | Deployment | Server Compatibility | |------|------------|----------------------| | Simple Sticky Notes | Portable EXE | ✅ Works fully | | Notezilla | MSI installer | ✅ Works with RDS | | Stickies (Zhorn) | Portable/Network share | ✅ No admin rights needed |
To block or allow Sticky Notes in RDS:
Warning: This method is unsupported by Microsoft. It may break after a Windows Update. Use only in lab environments or isolated VDI sessions.
If you are determined to get the exact "Sticky Notes" aesthetic on Windows Server 2019, here is the unofficial walkthrough. sticky notes app windows server 2019
To understand the solution, you must first understand the architecture. The consumer-grade "Sticky Notes" app (version 3.0 and later) is not a standalone Win32 application. It is a Universal Windows Platform (UWP) app that relies on the following components:
Windows Server 2019 is built on the LTSC (Long-Term Servicing Channel) model. Microsoft explicitly removes the UWP shell, the Store, and all consumer "bloatware" from Server OS to reduce attack surface and resource overhead. Windows Server 2019 is built on the LTSC
The Result: If you run Get-AppxPackage *sticky* in PowerShell, you will see nothing. If you attempt to sideload an .appx package, you will encounter error 0x80073CFD – "The dependency package could not be found."
Microsoft does include a 32-bit legacy version of Sticky Notes (from Windows 7 era) hidden in the system. To enable it: After the reboot, you will find Sticky Notes
After the reboot, you will find Sticky Notes (the classic yellow version) under C:\Program Files (x86)\Windows NT\Accessories.
Warning: Enabling "Desktop Experience" installs many unnecessary components (Windows Media Player, themes, screensavers). This increases your attack surface and consumes RAM. This is not recommended for production domain controllers or critical servers.