So we’re deploying some Windows 10 machines now and to get rid of some of the built in stuff, you have to use Powershell. So this was the perfect chance for me to actually dive in and start using it to save time. I found a script that did a LOT of things to alter Windows 10 and sort of pieced together the things I thought we could use from it.
The problem is that a lot of times I’ll run the script, but then it restarts and half the apps I told it to uninstall are still there. So I then have to open up Powershell and remove them one by one. This last time it happened I tried to do it one by one and it didn’t work then even. I ran the command but the second I pulled up the start menu and went to all apps, the app was still listed there.
Can someone tell me what’s wrong with this script or what might be happening in Windows 10 to get them to show back up again? Thanks in advance!
submitted by /u/Teeklin
[link] [comments]
The post Using Powershell for the first time with Windows 10, but sometimes the scripts I write aren’t working. Can someone take a look and tell me where I’m going wrong? appeared first on How to Code .NET.