Windows 11 AME playbook for AME Wizard.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.2 KiB

  1. title: Components
  2. description: Remove certain windows components
  3. privilege: TrustedInstaller
  4. actions:
  5. - !TaskKillAction:
  6. name: "MicrosoftEdgeUpdate"
  7. - !TaskKillAction:
  8. name: "msedge"
  9. - !TaskKillAction:
  10. name: "MicrosoftEdge*"
  11. - !TaskKillAction:
  12. name: "setup"
  13. pathContains: "\\Edge"
  14. - !TaskKillAction:
  15. name: "msedgewebview2"
  16. - !ServiceAction:
  17. name: "edgeupdate"
  18. operation: delete
  19. - !ServiceAction:
  20. name: "edgeupdatem"
  21. operation: delete
  22. - !ServiceAction:
  23. name: "MicrosoftEdgeElevationService"
  24. operation: delete
  25. - !RunAction:
  26. exeDir: true
  27. exe: "EDGE.bat"
  28. weight: 20
  29. - !RunAction:
  30. exeDir: true
  31. exe: "EDGEX.bat"
  32. weight: 10
  33. - !TaskKillAction:
  34. name: "OneDriveStandaloneUpdater"
  35. - !TaskKillAction:
  36. name: "OneDriveSetup"
  37. - !TaskKillAction:
  38. name: "OneDrive*"
  39. - !ServiceAction:
  40. name: "OneSyncSvc*"
  41. operation: delete
  42. - !TaskKillAction:
  43. name: "explorer"
  44. - !RunAction:
  45. exeDir: true
  46. exe: "ONED.bat"
  47. weight: 20
  48. - !RunAction:
  49. exeDir: true
  50. exe: "UPDHEALTH.bat"
  51. weight: 20
  52. - !RunAction:
  53. exeDir: true
  54. exe: "APPX.bat"
  55. weight: 120
  56. - !RunAction:
  57. exeDir: true
  58. exe: "CONVERT.bat"
  59. weight: 10