Jump to content

Recommended Posts

Posted

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

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

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.

Posted

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?

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