A Microsoft platform for building and publishing apps for Windows devices.
You can use (PowerShell as Admin)
Get-WindowsCapability -Online | Where-Object {$_.Name -like "*notepad*"}
(then Add-WindowsCapability with the returned name to re-install it)