dblight Posted December 2, 2015 Author Posted December 2, 2015 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.
Arthur Posted December 2, 2015 Posted December 2, 2015 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)?
dblight Posted December 2, 2015 Author Posted December 2, 2015 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.
Joanne Posted December 2, 2015 Posted December 2, 2015 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.
Joanne Posted December 2, 2015 Posted December 2, 2015 Just rebooted the machine and applocker seems to have done the trick for me... along with default user profile: Here's how to create a Default Profile without using SysPrep - Windows 7 Help Forums
dblight Posted December 2, 2015 Author Posted December 2, 2015 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?
Arthur Posted December 2, 2015 Posted December 2, 2015 (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 December 2, 2015 by Arthur
Joanne Posted December 3, 2015 Posted December 3, 2015 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!
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