右クリックのメニューでアンインストールできないアプリを削除

「Windows PowerShell」で以下のコマンドを実行すると削除できるようだ。

アプリアプリ名コマンド
GrooveミュージックMicrosoft.ZuneMusicGet-AppxPackage -Name Microsoft.ZuneMusic | Remove-AppxPackage
Microsoft StoreMicrosoft.WindowsStoreGet-AppxPackage -Name Microsoft.WindowsStore | Remove-AppxPackage
Mixed RealityビューアーMicrosoft.Microsoft3DViewerGet-AppxPackage -Name Microsoft.Microsoft3DViewer | Remove-AppxPackage
PeopleMicrosoft.PeopleGet-AppxPackage -Name Microsoft.People | Remove-AppxPackage
Sticky NoteMicrosoft.MicrosoftStickyNotesGet-AppxPackage -Name Microsoft.MicrosoftStickyNotes | Remove-AppxPackage
XboxMicrosoft.XboxAppGet-AppxPackage -Name Microsoft.XboxApp | Remove-AppxPackage
Microsoft.XboxIdentityProviderGet-AppxPackage -Name Microsoft.XboxIdentityProvider | Remove-AppxPackage
Microsoft.XboxSpeechToTextOverlayGet-AppxPackage -Name Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
Microsoft.XboxGameOverlayGet-AppxPackage -Name Microsoft.XboxGameOverlay | Remove-AppxPackage
アラーム&クロックMicrosoft.WindowsAlarmsGet-AppxPackage -Name Microsoft.WindowsAlarms | Remove-AppxPackage
映画&テレビMicrosoft.ZuneVideoGet-AppxPackage -Name Microsoft.ZuneVideo | Remove-AppxPackage
カメラMicrosoft.WindowsCameraGet-AppxPackage -Name Microsoft.WindowsCamera | Remove-AppxPackage
カレンダーmicrosoft.windowscommunicationsappsGet-AppxPackage -Name microsoft.windowscommunicationsapps | Remove-AppxPackage
電卓Microsoft.WindowsCalculatorGet-AppxPackage -Name Microsoft.WindowsCalculator | Remove-AppxPackage
フォトMicrosoft.Windows.PhotosGet-AppxPackage -Name Microsoft.Windows.Photos | Remove-AppxPackage
ペイント3DMicrosoft.MSPaintGet-AppxPackage -Name Microsoft.MSPaint | Remove-AppxPackage
ボイスレコーダーMicrosoft.WindowsSoundRecorderGet-AppxPackage -Name Microsoft.WindowsSoundRecorder | Remove-AppxPackage
マップMicrosoft.WindowsMapsGet-AppxPackage -Name Microsoft.WindowsMaps | Remove-AppxPackage
メールmicrosoft.windowscommunicationsappsGet-AppxPackage -Name microsoft.windowscommunicationsapps | Remove-AppxPackage
メッセージングMicrosoft.MessagingGet-AppxPackage -Name Microsoft.Messaging | Remove-AppxPackage

スタートアップフォルダを開く
shell:startup

帰るときにやるといいバッチファイル

@ECHO OFF
ECHO %date% %time%>> ファイル保存先.txt
shutdown /r /t 0