- Oct 31, 2014
- 239
- 0
- 0
Windows 10 Pro production build - 10586.318
All the windows 10 apps (one note, app store, calculator, mail, calendar) not working all of a sudden, when i click it just pops up and disappears. this started to occur after i created another account on my PC.
I have tried -
Fix 1
====
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"*}
Fix 2
====
Command 1: DISM.exe /Online /Cleanup-image /Scanhealth
Command 2: DISM.exe /Online /Cleanup-image /Restorehealth
Command 3: net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
but still the problem is there
All the windows 10 apps (one note, app store, calculator, mail, calendar) not working all of a sudden, when i click it just pops up and disappears. this started to occur after i created another account on my PC.
I have tried -
Fix 1
====
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"*}
Fix 2
====
Command 1: DISM.exe /Online /Cleanup-image /Scanhealth
Command 2: DISM.exe /Online /Cleanup-image /Restorehealth
Command 3: net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
but still the problem is there