A few months back, I had reported that I could not change user account picture on reduced Windows. That problem was rectified by a certain version number, but now I find that these later versions (1.20 and a few previous ones) have the same issue. Or maybe a more general issue, because "PC settings" does not start at all. I had removed all the metro apps, except "immersive control panel".
After googling around, I found that the following command entered in command prompt with admin rights solves the issue:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
After this command is executed, I am able to use the immersive control panel ("PC settings"), and also change user pic from inside that. I am mentioning it here to help out anybody else who may have faced the same problem.
Winter: I don't know if it affects all users or just some, but could you add this command to winreducer, if it is possible?
After googling around, I found that the following command entered in command prompt with admin rights solves the issue:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
After this command is executed, I am able to use the immersive control panel ("PC settings"), and also change user pic from inside that. I am mentioning it here to help out anybody else who may have faced the same problem.
Winter: I don't know if it affects all users or just some, but could you add this command to winreducer, if it is possible?