Yeah don't do this - I did this once and I ended up having to reinstall since it broke enough stuff that the control panel wouldn't even work afterwards.
I've just done it to a VM and Control Panel is still there. I suggest you run:
get-appxpackage -allusers | fl name
and curate the list first and pipe that through remove-appxpackage. Quite a few appx thingies refused to uninstall due to being important! On the other hand so far this VM is working fine and by following a few of the other suggestions from howtogeek eg remove Bing from your start menu, it seems almost usable.
get-appxpackage -allusers | fl name
and curate the list first and pipe that through remove-appxpackage. Quite a few appx thingies refused to uninstall due to being important! On the other hand so far this VM is working fine and by following a few of the other suggestions from howtogeek eg remove Bing from your start menu, it seems almost usable.