johnwheatley Posted March 7, 2017 Posted March 7, 2017 Hi there I am trying to Sysprep win 10 educational and Sysprep halts with an error regarding Twitter not provisioned for all users. I have used the Remove-AppxProvisionedPackage ... etc. and Remove-AppxPackage -Package When I do, I am informed that Twitter is not on the PC! Anyone have a fix for this?
ITJS2015 Posted March 7, 2017 Posted March 7, 2017 Have you created a new local account to login to and to see if twitter re-installs the app ? I have removed all apps as I don't want any issues updating apps over the network especially if all computers are on 10 I jus use 3rdparty software if they need it. Try the above first
johnwheatley Posted March 9, 2017 Author Posted March 9, 2017 I have used this short PowerShell script for Twitter and Candy crush. Get-AppxPackage *twitter* | Remove-AppxPackage Removed both successfully. Thanx Microsoft for throwing a spanner.
ITJS2015 Posted March 9, 2017 Posted March 9, 2017 The only problem will be is that im sure that only does it for that user which your logged into, if you have done the provisioned apps also it should be okay
Michael Posted March 9, 2017 Posted March 9, 2017 I found this also happens if Apps are in the middle of updating. The other option is to go to the Windows Store and search/download the Twitter App, then reboot. This then allows Sysprep to run.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now