0

I am trying to find a way to use Windows Powershell to remove Windows 10 bloatware (Get Skype, Money, Get Groove Music, etc. etc.) all at once rather than typing each remove code separately. Is there a command for this or should I just suck it up and copy each command into powershell?

JJJ
  • 32,902
  • 20
  • 89
  • 102
Tom Park
  • 3
  • 1

1 Answers1

1

There is no ready-to-use command like this. But you can write a function or a module, containing them and then just call the function.

Have a look here, this is close to what you want.

Community
  • 1
  • 1
Martin
  • 1,853
  • 3
  • 15
  • 22
  • Wow, thank you. This is exactly what I needed! Now I just need to practice my acting when she ask where all the apps disappeared to. – Tom Park Jul 08 '16 at 11:39