Weekly Tip 26

Remove Windows 10 Universal Apps from Windows using PowerShell:

get-appxpackage *onenote* | remove-appxpackage

You can use this command to view the names of all installed Universal Apps to establish which ones need to be removed:

(get-appxpackage).name

Share:

Facebook
Twitter
LinkedIn

Contact Us

Name
=
On Key

More Posts

Endpoint Management

How to Prevent a Stryker Attack

The Stryker breach did not happen because of advanced hacking. It happened because one privileged account was enough to take control. A compromised global administrator can: Shut down access Push malicious changes Wipe devices Lock users

Read More »