How to Install and Uninstall Notepad app in Windows 10
Notepad has been the fast and simple text editor on Windows for over 30 years, and now it’s available in the Microsoft Store. View, edit, and search through plain text documents and source code files instantly.
You can install the Windows Notepad app from the Microsoft Store to Windows 10 version 19541.0 or higher.
This tutorial will show you how to install and uninstall the Notepad app from the Microsoft Store for your account in Windows 10.
Contents
- Option One: Install Notepad from Microsoft Store
- Option Two: Uninstall Notepad in Settings
- Option Three: Uninstall Notepad in Command Prompt
- Option Four: Uninstall Notepad in PowerShell
EXAMPLE: Notepad
1 Go to the Windows Notepad download page in the Microsoft Store app.
2 Click/tap on Get or Install. (see screenshots below)
3 When Notepad has finished installing, you can Launch (open) it if you like. (see screenshot below)
4 You can now close the Microsoft Store app if you like.
1 Open Settings, and click/tap on the Apps icon.
2 Click/tap on App & features on the left side, click/tap on Notepad on the right side, and click/tap on the Uninstall button. (see screenshot below)
3 Click/tap on Uninstall to confirm. (see screenshot below)
4 You can now close Settings if you like.
1 Open a command prompt.
2 Copy and paste the command below into the command prompt, and press Enter. (see screenshot below)
powershell -command "Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage"
3 You can now close the command prompt if you like.
1 Open PowerShell.
2 Copy and paste the command below into the PowerShell, and press Enter. (see screenshot below)
Get-AppxPackage *Microsoft.WindowsNotepad* | Remove-AppxPackage
3 You can now close the PowerShell if you like.
That's,
Shawn
Related Tutorials
- How to Change Zoom Level of Text in Notepad in Windows 10
- How to Search with Bing from Notepad in Windows 10
- How to Reset Default Open Position and Size of Notepad in Windows 10
- How to Find and Replace Text in Notepad in Windows 10
- How to Enable or Disable Extended Line Endings in Notepad in Windows 10
- How to Reinstall and Re-register All Built-in Windows Apps in Windows 10
- How to Uninstall Desktop Apps and Windows Apps in Windows 10
- How to Install or Uninstall Microsoft WordPad in Windows 10
- How to Install or Uninstall Microsoft Paint (mspaint) in Windows 10