tech-man Posted July 30, 2019 Posted July 30, 2019 Hello It seems since some windows updates some apps such as calculator, photo gallery no longer work... they seem to load and close straight anyway. Does anyone have any ideas. Thanks
Rob_D Posted July 31, 2019 Posted July 31, 2019 You're not alone but AFAIK no-one's found a solution that isn't stop using roaming profiles (if you're not using RPs then that's a new twist). http://www.edugeek.net/forums/windows-10/207941-windows-10-apps-closing-immediately.html
keyboards Posted July 31, 2019 Posted July 31, 2019 We've had this with a few PC's, only issue from memory was running a few things on CMD, I'll see if I can find them online but the way the apps are installed you need to run some commands to get them back to normal etc
rosslaing Posted August 1, 2019 Posted August 1, 2019 Yeah we have had this, also when some of the apps update from store. Have to delete some registry keys. Powershell for this is: Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\StateChange\PackageList' | ForEach{Remove-Item ("Microsoft.PowerShell.Core\Registry::" + $_.Name)} May want to test it on one machine first before deploying it to everything.
tech-man Posted August 6, 2019 Author Posted August 6, 2019 We don't use roaming profiles.... profiles are cleaned off machines after x days. We use UE-V. Very odd and annoying! Any further thoughts?
rosslaing Posted August 6, 2019 Posted August 6, 2019 We are the same as you local profiles and UEV, the powershell above worked for us.
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