K
KatieSchmidt1
Hey everyone,I am the Tech person for a small school. I am trying to remove Xbox from all current and future ad/dns users on our Windows 11 Education laptops. These are going in labs and so I really don't want students using Xbox. Obviously going to Settings<Apps<Apps & features and uninstalling from there only uninstalls from that user. I've tried in PowerShell using Get-AppxProvisionedPackage -Online | where-object {$_.packagename -like "Xbox"} | Remove-AppxProvisionedPackage -Online with no luck. I've tried using Get-AppxPackage -allusers *Xbox* | Remove-AppxPackage in PowerShell
Continue reading...
Continue reading...