Microsoft Sticky Notes is not natively supported on Windows Server 2019 because it is a UWP app designed for client desktop systems like Windows 10 and 11.
Since Windows Server 2019 lacks the Microsoft Store by default, you have a few options to get similar functionality: 1. Official Microsoft Alternatives
OneNote: If you have a Microsoft 365 subscription, OneNote is the most reliable official alternative. It includes a "Sticky Notes" feature that syncs with other devices.
Outlook Notes: You can access your notes through the desktop version of Outlook or on the web at OneNote.com/stickynotes. 2. Third-Party "Classic" Alternatives
Many IT professionals use lightweight third-party tools that do not require the Microsoft Store and are often compatible with server environments:
Stickies: A popular, lightweight freeware that provides simple desktop reminders without Store dependencies.
Notezilla: A more robust option that supports multi-user syncing and reminders, often used in professional environments.
Simple Sticky Notes: A free, customizable tool compatible with most Windows versions. 3. Advanced Workaround (Sideloading)
While generally unsupported and potentially unstable for production servers, some sysadmins sideload the appx package using PowerShell or DISM commands.
The Command: Admins have used commands like DISM.EXE /Online /Add-ProvisionedAppxPackage /PackagePath:[PathToPackage] /SkipLicense to force-install the app for all users on RDS farms.
Note: Always test third-party software or sideloading methods in a staging environment first to ensure it doesn't impact server performance or security.
Here’s a well-rounded, positive review for a sticky notes app on Windows Server 2019, written as if from an IT professional or system administrator.
Title: Finally – a lightweight, reliable sticky notes solution for Windows Server 2019
Rating: ⭐⭐⭐⭐½ (4.5/5)
I’ve been running Windows Server 2019 in a terminal server environment for a while, and one thing that’s always annoyed me is the lack of a native, simple sticky notes tool for multiple users. The classic Sticky Notes from Windows 10 isn’t available without a lot of hacky workarounds. Enter SimpleSticky (or NoteFly / Stickies – adjust based on your actual app) – and it’s been a game-changer.
What works great:
Minor drawbacks (why not 5 stars):
Verdict: If you’re tired of users pasting text into Notepad or leaving manually typed .txt files on the desktop, get a proper sticky notes app for Server 2019. Recommended for RDP hosts, Citrix environments, or any shared server where users need persistent, simple reminders. sticky notes app windows server 2019
ApplicationFrameHost.exe, which has had sandbox escape CVEs.Once installed, you can find Sticky Notes in the Start menu. You can also search for it using the search bar.
Tips and Tricks:
Example Use Case:
Suppose you want to create a sticky note with a reminder to call a colleague. Here's how you can do it:
Sticky Notes is a simple yet useful app that can help you stay organized and focused on your tasks.
Code Snippet (C#):
If you want to create a sticky note programmatically using C#, you can use the following code snippet:
using System;
using System.Diagnostics;
class StickyNotes
static void Main(string[] args)
// Create a new sticky note
ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = "Stickers.exe";
psi.Arguments = "";
Process.Start(psi);
Note that this code snippet assumes that Sticky Notes is installed and configured properly on your system.
While Microsoft Sticky Notes is a staple for desktop users, Windows Server 2019 does not natively support the application. Because Windows Server is an enterprise operating system optimized for background tasks and security rather than personal productivity, it lacks the Microsoft Store and the Universal Windows Platform (UWP) dependencies required for the modern Sticky Notes app to function. Why Sticky Notes Fails on Windows Server 2019
Attempting to install the official app often leads to immediate failure or complex errors. The core issues include:
Missing Microsoft Store: Unlike Windows 10 or 11, Server 2019 does not include the Store, which is the primary distribution channel for Sticky Notes.
Dependency Gaps: The app relies on specific UWP frameworks that are either stripped out or restricted in server environments for performance and security.
Official Support: Microsoft explicitly targets Sticky Notes for client-side OS versions, meaning there is no official documentation or troubleshooting for server environments. Reliable Alternatives for Server Environments
Since the native app is incompatible, IT professionals often turn to alternative solutions that provide similar "on-desktop" note-taking without the UWP overhead.
Is it possible to install Microsoft Sticky Notes on server 2019
Anonymous. Jul 15, 2024, 12:25 PM. Hi, My users works on AWS with server 2019. tried to install Microsoft Sticky Notes and failed. Microsoft Learn Microsoft Sticky Notes is not natively supported on
Installing the official Microsoft Sticky Notes app on Windows Server 2019 is technically challenging because the app is a Universal Windows Platform (UWP)
application, and Windows Server 2019 does not include the Microsoft Store or native support for these modern desktop apps by default. Microsoft officially states that incompatibility between the two makes direct installation difficult. Microsoft Learn Core Compatibility Challenges Missing Infrastructure : Unlike Windows 10 or 11, Windows Server 2019 lacks the Microsoft Store
and necessary UWP framework dependencies required to run the official app. Remote Desktop Services (RDS)
: In RDS or multi-user environments, UWP apps like Sticky Notes often fail to cache notes correctly in user profile disks (UPD) or transfer them between different servers in a farm. Technical Failures
: Users attempting to sideload the app often report that it crashes immediately after the splash screen due to missing framework dependencies. Viable Alternatives and Workarounds
Since the native app is not supported, you can use these methods to get similar functionality: How to install Microsoft Sticky Notes on windows 2019
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 |
The gold standard for server environments. Not to be confused with Microsoft's product, "Stickies" (by Tom Revell) is a lightweight Win32 app.
.ini or .db files for storage. You can literally copy the executable to a USB drive and run it on Server Core (if you have GUI tools installed).When evaluating a sticky notes app for Windows Server 2019, you must think like a sysadmin, not a user.
| Feature | Consumer Sticky Notes (UWP) | Win32 Legacy (StikyNot.exe) | Third-Party (Stickies) |
| :--- | :--- | :--- | :--- |
| Microsoft Account Required | Yes (for sync) | No | No |
| RDP Multi-Session Support | Poor (per user chaos) | Good | Excellent |
| Memory Footprint | ~50MB | ~2MB | ~8MB |
| Data Storage Location | LocalDB/SQLite (obscure) | .snt file (simple) | .mdb or .db file |
| Audit Logging | None | None | Yes (Stickies Pro) |
Security Warning: Never paste passwords or privileged connection strings into a cloud-synced sticky notes app (Microsoft or Google Keep). If your server 2019 is in a DMZ or regulated environment (HIPAA, PCI-DSS), use only offline Win32 apps like StikyNot.exe or Stickies.
Windows Server 2019 does not natively support Microsoft Sticky Notes, but administrators can sideload the UWP app or deploy portable alternatives for lightweight note-taking in RDS environments. Due to security, compliance, and sync limitations, third-party portable sticky notes are the recommended solution for enterprise use on Windows Server 2019.
For organizations requiring full integration with Microsoft ecosystem, upgrade to Windows 11/10 multi-session on Azure Virtual Desktop – which includes Sticky Notes with roaming.
Document version: 1.0
Last reviewed: [Date]
Applies to: Windows Server 2019 Standard, Datacenter (Desktop Experience only)
The Microsoft Sticky Notes app is not officially supported on Windows Server 2019 Title: Finally – a lightweight, reliable sticky notes
. Because it is a Universal Windows Platform (UWP) app, it is designed for consumer desktop versions of Windows (Windows 10 and 11) and often lacks the necessary frameworks to run on server environments, especially in Remote Desktop Services (RDS) or AWS setups. Microsoft Learn Compatibility & Installation Challenges Official Stance
: Microsoft staff and support forums indicate that the app is incompatible with Server 2019. Missing Frameworks
: Installation often fails because Windows Server 2019 does not include the Microsoft Store by default or the specific AppX frameworks required for modern UWP apps. Unsupported Workarounds
: Some system administrators have attempted to side-load the app by downloading offline packages and required frameworks from the Microsoft Store for Business
, though success is inconsistent and technically unsupported. Recommended Alternatives
Since the native app is difficult to deploy, several alternatives provide similar or enhanced functionality: Microsoft OneNote
: Often considered the best alternative, as it is part of the Microsoft 365 suite and already compatible with Server 2019. Sticky Notes can be accessed directly OneNote's interface. Simple Sticky Notes
: A lightweight (3MB), free application that works offline and does not require a Microsoft account. Stickies (by Zhorn Software)
: An advanced alternative that offers more features than the standard Windows app, such as attaching notes to specific windows or documents.
: A professional-grade option that allows you to "stick" notes to folders, websites, and specific applications, which is ideal for structured work environments. Microsoft Learn Summary Table: Note-Taking Options for Server 2019 Microsoft Sticky Notes Simple Sticky Notes Server 2019 Support No (Unsupported) OneDrive (if working) OneDrive/M365 Local Only Casual Desktop use Enterprise/Professional Minimalist/Lightweight Installation AppX/Store required Installer/M365 Direct .exe download specific deployment steps
Installing and Using Sticky Notes on Windows Server 2019
By default, Sticky Notes is not installed on Windows Server 2019. However, you can install it using the following methods:
In an RDS environment (Session-based or VDI):
%LocalAppData%\Packages\Microsoft.WindowsStickyNotes*Best Practice: Redirect AppData\Local\Packages\Microsoft.WindowsStickyNotes* using FSLogix Profile Containers.
StikyNot.exe:%AppData%\Microsoft\Sticky Notes\StickyNotes.snt.Pro Tip for Admins: Create a scheduled task that runs StikyNot.exe at user login. You can also map the StickyNotes.snt file to a network share for rudimentary roaming.