why start menu button not working windows 10 code example

Example 1: windows start menu is not working

Press Win + R (to open Run )
copy paste and press enter to run this program. "C:\Windows\system32\ctfmon.exe". it brings back the language bar and for me it allowed me to type in windows search, start menu and WINDOWS 10 apps again
I think it is due to missing Language bar or some think like that.

Example 2: START MENU NOT WORKING

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Tags:

Misc Example