How to install / uninstall Notepad application in Windows 10
Notepad has been a quick and simple text editor on Windows for over 30 years, and it's now available in the Microsoft Store. View, edit and search through plain text documents and source files can be done immediately.
You can install the Windows Notepad application from the Microsoft Store to Windows 10 version 19541.0 or higher. This tutorial will show you how to install and uninstall Notepad application from Microsoft Store in Windows 10.
Install Notepad from the Microsoft Store
1. Go to the Windows Notepad download page in the Microsoft Store application.
2. Click Get or Install.
Click Get to install Notepad Selecting Install will also install Notepad3. When Notepad has finished installing, you can select Launch (to open) if desired.
Select Launch to open4. You can now close the Microsoft Store application if you like.
Uninstall Notepad in Settings
1. Open Settings and click on Apps icon .
2. Click on App & features on the left, click on Notepad on the right and click on Uninstall button .
Click Notepad on the right and click the Uninstall button3. Click Uninstall to confirm.
Click Uninstall to confirm4. You can now close Settings if desired.
Uninstall Notepad in Command Prompt
1. Open Command Prompt.
2. Copy and paste the command below into the Command Prompt and press Enter
.
powershell -command "Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage"
3. You can now close the Command Prompt if you like.
Uninstall Notepad in Command PromptUninstall Notepad in PowerShell
1. Open PowerShell.
2. Copy and paste the command below into PowerShell, then press Enter
.
Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage
3. You can now close PowerShell if you like.
Uninstall Notepad in PowerShellYou should read it
- How to Install Notepad++ on Linux
- What is Notepad ++? Compare Notepad ++ and regular Notepad
- These 'hack' tips are only Notepad can do
- How to quickly open the data file with the Notepad editor
- Summary of useful shortcuts when using Notepad
- Reset Notepad to the initial default setting state
- Why is Notepad still a great note taking application?
- How to Use Notepad++
- Tips to set an encryption password for NotePad files
- Notepad will be absent from the Store on Windows 10
- 7 ways to fix Notepad not opening error on Windows
- How to create a free pronunciation tool on Windows by using Notepad
Maybe you are interested
Why should people replace Notepad on Windows with VS Code?
Differences between Notepad and WordPad in Windows
How to replace Notepad with another text editor on Windows
Power up Notepad Windows 11 with Copilot
How to turn on Enhanced Phishing Protection on Windows 11 to display warnings when entering passwords into Notepad and websites
Microsoft adds automatic file saving feature to Notepad on Windows