Last active
December 26, 2018 19:50
-
-
Save donniecode1983/671808a2b0daf6cb524927b2925ef621 to your computer and use it in GitHub Desktop.
Remove Office 365 pre-Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-executionpolicy unrestricted | |
remove-appxprovisionedpackage -online -packagename Microsoft.Office.Desktop_16010.9126.2116.0_neutral_~_8wekyb3d8bbwe | |
set-executionpolicy restricted | |
get-appxprovisionedpackage -online |select packagename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment