Jump to content

Recommended Posts

Posted

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?

Posted

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

Posted

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.

Posted
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
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...