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?
Asked
Active
Viewed 254 times
1 Answers
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.
-
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