Jump to content

Recommended Posts

Posted
It doesn't need to be this complicated. Load a fresh install of Win10,

 

No sysprep errors either...

 

Must be an issue with the November update of the Education flavour. Just ran through your suggestion and loads of rubbish still left in (xbox,twitter,candy crush etc etc) and it errors on Sysprep everytime.

 

Gonna have to be Enterprise I think to get this out.

Posted
Just ran through your suggestion and loads of rubbish still left in (xbox,twitter,candy crush etc etc) and it errors on Sysprep everytime.

Did you reboot after removing the apps (but before running sysprep)?

Posted
Did you reboot after removing the apps (but before running sysprep)?

 

Yeah I did. Created a checkpoint before also so could revert. Binned it now and building an Enterprise image. So how that gets on.

Posted
I've broken mine... when I log in as a kid the start menu doesn't load either. Gonna try the powershell method instead of applocker.
Posted

For some bizarre reason the Enterprise version does get rid off all the apps using the Powershell commands above. No idea why the Education version doesn't.

 

However i'm now stuck as i need to keep the Photos, Calculator and Camera apps, but cannot seem to identify them not to be removed in the suggested powershell commands. Any ideas?

Posted (edited)
Any ideas?

Try the script below (originally from this thread).

 

$Packages = 'Microsoft.3DBuilder','Microsoft.BingFinance','Microsoft.BingNews','Microsoft.BingSports','Microsoft.BingWeather',
           'microsoft.windowscommunicationsapps','Microsoft.Getstarted','Microsoft.MicrosoftOfficeHub','Microsoft.MicrosoftSolitaireCollection',
           'Microsoft.Office.OneNote','Microsoft.People','Microsoft.SkypeApp','Microsoft.WindowsAlarms','Microsoft.WindowsMaps',
           'Microsoft.WindowsPhone','Microsoft.WindowsSoundRecorder','Microsoft.XboxApp','Microsoft.ZuneMusic','Microsoft.ZuneVideo',
           'Microsoft.CommsPhone','Microsoft.ConnectivityStore','Microsoft.Messaging','Microsoft.Office.Sway',
           '9E2F88E3.Twitter','AdobeSystemsIncorporated.AdobePhotoshopExpress','ClearChannelRadioDigital.iHeartRadio','Flipboard.Flipboard','king.com.CandyCrushSaga','ShazamEntertainmentLtd.Shazam'
         # 'Microsoft.Appconnector','Microsoft.WindowsCalculator','Microsoft.WindowsCamera','Microsoft.Windows.Photos','Microsoft.WindowsStore'

Get-AppxProvisionedPackage -Online | Where-Object DisplayName -In $Packages | Remove-ProvisionedAppxPackage -Online
Get-AppxPackage –AllUsers | Where-Object Name -In $Packages | Remove-AppxPackage

Edited by Arthur
Posted

So I've deployed an image to a laptop and I can now logon as a kid without a password (yay) BUT for first logon of ANY user, the start menu won't appear. Log off, log on and it works fine.

 

C'EST CONFUSANT!

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