Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Reset an App in Windows 10
- :: Coded by FreeBooter
- @Echo Off & Color 0E
- (Net session >nul 2>&1)||(PowerShell start """%~0""" -verb RunAs & Exit /B)
- :Choice
- Cls
- Echo.
- Echo 1. Reset 3D Builder App
- Echo.
- Echo 2. Reset 3D Viewer App
- Echo.
- Echo 3. Reset Alarms ^& Clock App
- Echo.
- Echo 4. Reset Calculator App
- Echo.
- Echo 5. Reset Calendar and Mail App
- Echo.
- Echo 6. Reset Camera App
- Echo.
- Echo 7. Reset Cortana App
- Echo.
- Echo 8. Reset Feedback Hub App
- Echo.
- Echo 9. Reset Game bar App
- Echo.
- Echo 10. Reset Get Help App
- Echo.
- Echo 11. Reset Get Started or Tips App
- Echo.
- Echo 12. Reset Groove Music App
- Echo.
- Echo 13. Reset Mail and Calendar App
- Echo.
- Echo 14. Reset Maps App
- Echo.
- Echo 15. Reset Microsoft Edge Stable App
- Echo.
- Echo 16. Reset Microsoft Edge Beta App
- Echo.
- Echo 17. Reset Microsoft Edge Canary App
- Echo.
- Echo 18. Reset Microsoft Edge Dev App
- Echo.
- Echo 19. Reset Microsoft News App
- Echo.
- Echo 20. Reset Microsoft Solitaire Collection App
- Echo.
- Echo 21. Reset Microsoft Store App
- Echo.
- Echo 22. Reset Microsoft To-Do App
- Echo.
- Echo 23. Reset Microsoft Whiteboard App
- Echo.
- Echo 24. Reset Mixed Reality Portal App
- Echo.
- Echo 25. Reset Mobile Plans App
- Echo.
- Echo 26. Reset Movies ^& TV App
- Echo.
- Echo 27. Reset Netflix App
- Echo.
- Echo 28. Reset Notepad App
- Echo.
- Echo 29. Reset Office App
- Echo.
- Echo 30. Reset OneNote App
- Echo.
- Echo 31. Reset Paint 3D App
- Echo.
- Echo 32. Reset People App
- Echo.
- Echo 33. Reset Photos App
- Echo.
- Echo 34. Reset Remote Desktop App
- Echo.
- Echo 35. Reset Scan App
- Echo.
- Echo 36. Reset Settings App
- Echo.
- Echo 37. Reset Skype App
- Echo.
- Echo 38. Reset Snip ^& Sketch App
- Echo.
- Echo 39. Reset Sticky Notes App
- Echo.
- Echo 40. Reset Sway App
- Echo.
- Echo 41. Reset Tips App
- Echo.
- Echo 42. Reset Twitter App
- Echo.
- Echo 43. Reset Voice Recorder App
- Echo.
- Echo 44. Reset Weather App
- Echo.
- Echo 45. Reset Windows Security App
- Echo.
- Echo 46. Reset Xbox Console Companion App
- Echo.
- Echo 47. Reset Xbox One SmartGlass App
- Echo.
- Echo 48. Reset Xbox Game Speech Window App
- Echo.
- Echo 49. Reset Your Phone App
- Echo.
- Set /p input="Type a number: "
- If %input%==1 Goto :3DBuilder
- If %input%==2 Goto :3DViewer
- If %input%==3 Goto :Alarms
- If %input%==4 Goto :Calculator
- If %input%==5 Goto :Mail
- If %input%==6 Goto :Camera
- If %input%==7 Goto :Cortana
- If %input%==8 Goto :Feedback
- If %input%==9 Goto :Game
- If %input%==10 Goto :Help
- If %input%==11 Goto :Started
- If %input%==12 Goto :Groove
- If %input%==13 Goto :Calendar
- If %input%==14 Goto :Maps
- If %input%==15 Goto :Stable
- If %input%==16 Goto :Beta
- If %input%==17 Goto :Canary
- If %input%==18 Goto :Dev
- If %input%==19 Goto :News
- If %input%==20 Goto :Solitaire
- If %input%==21 Goto :Store
- If %input%==22 Goto :To-Do
- If %input%==23 Goto :Whiteboard
- If %input%==24 Goto :Reality
- If %input%==25 Goto :Mobile
- If %input%==26 Goto :Movies
- If %input%==27 Goto :Netflix
- If %input%==28 Goto :Notepad
- If %input%==29 Goto :Office
- If %input%==30 Goto :OneNote
- If %input%==31 Goto :Paint
- If %input%==32 Goto :People
- If %input%==33 Goto :Photos
- If %input%==34 Goto :Remote
- If %input%==35 Goto :Scan
- If %input%==36 Goto :Settings
- If %input%==37 Goto :Skype
- If %input%==38 Goto :Snip
- If %input%==39 Goto :Sticky
- If %input%==40 Goto :Sway
- If %input%==41 Goto :Tips
- If %input%==42 Goto :Twitter
- If %input%==43 Goto :Voice
- If %input%==44 Goto :Weather
- If %input%==45 Goto :Security
- If %input%==46 Goto :XboxConsole
- If %input%==47 Goto :XboxOne
- If %input%==48 Goto :XboxGame
- If %input%==49 Goto :Phone
- Goto :EOF
- :3DBuilder
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.3dbuilder* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :3DViewer
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft3DViewer* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Alarms
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsAlarms* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Calculator
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsCalculator* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Mail
- Cd %TMP%
- Echo Get-AppxPackage *microsoft.windowscommunicationsapps* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Camera
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsCamera* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Cortana
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.549981C3F5F10* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Feedback
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsFeedbackHub* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Game
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.XboxGameOverlay* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Help
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.GetHelp* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Started
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.Getstarted* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Groove
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.ZuneMusic* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Calendar
- Cd %TMP%
- Echo Get-AppxPackage *microsoft.windowscommunicationsapps* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Maps
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsMaps* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Stable
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftEdge* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Beta
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftEdge.Beta* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Canary
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftEdge.Canary* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Dev
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftEdgeDevToolsClient* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :News
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.BingNews* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Solitaire
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Store
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsStore* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :To-Do
- Cd %TMP%
- Echo Get-AppxPackage *Todos* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Whiteboard
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.Whiteboard* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Reality
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MixedReality.Portal* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Mobile
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.OneConnect* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Movies
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.ZuneVideo* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Netflix
- Cd %TMP%
- Echo Get-AppxPackage *Netflix* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Notepad
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsNotepad* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Office
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftOfficeHub* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :OneNote
- Cd %TMP%
- Echo Get-AppxPackage *OneNote* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Paint
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MSPaint* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :People
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.People* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Photos
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.Windows.Photos* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Remote
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.RemoteDesktop* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Scan
- Cd %TMP%
- Echo Get-AppxPackage *WindowsScan* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Settings
- Cd %TMP%
- Echo Get-AppxPackage *windows.immersivecontrolpanel* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Skype
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.SkypeApp* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Snip
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.ScreenSketch* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Sticky
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.MicrosoftStickyNotes* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Sway
- Cd %TMP%
- Echo Get-AppxPackage *Office.Sway* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Tips
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.Getstarted* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Twitter
- Cd %TMP%
- Echo Get-AppxPackage *Twitter* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Voice
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.WindowsSoundRecorder* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Weather
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.BingWeather* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Security
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.Windows.SecHealthUI* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :XboxConsole
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.XboxApp* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :XboxOne
- Cd %TMP%
- Echo Get-AppxPackage *XboxOneSmartGlass* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :XboxGame
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
- :Phone
- Cd %TMP%
- Echo Get-AppxPackage *Microsoft.YourPhone* ^| Reset-AppxPackage > All.ps1
- Powershell -ExecutionPolicy ByPass -File All.ps1
- Del All.ps1
- Goto :Choice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement