This is Crazy Kats:
Just adding a note to these instructions
that this only applies to Canary/Future clean install problems.
If running Canary builds and the settings for it are unavailable, use the following fix.
Run all six commands in elevated CMD (Run as Administrator).
Open Settings → Windows Update.
Click Check for updates.
Restart your PC.
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v BranchName /t REG_SZ /d CanaryChannel /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v ContentType /t REG_SZ /d Mainline /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v Ring /t REG_SZ /d External /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIBranch /t REG_SZ /d CanaryChannel /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIContentType /t REG_SZ /d Mainline /f
reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection" /v UIRing /t REG_SZ /d External /f