What to do when Windows 10 start button does not work

What to do when Windows 10 start button does not work

windows-10-button-not-working

1: Press CTRL ALT DEL at the same time. 2: Left click on Task Manager. 3: Left click on “File”, then “Execute a new task” 4: In the box write: PowerShell (without forgetting to check on ”Create this task with administrative privileges.”). 5: Once PowerShell has launched, enter the following code: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) AppXManifest.xml”}

6: Wait, until PowerShell finishes the configuration, it may take a few minutes (if you can write, it means the configuration is complete). 7: Reboot when the configuration is complete.

If during the execution of these operations you encounter one of the following problems, here is the solution: PROBLEMS: 1: Access is denied Answer: Restart PowerShell as administrator 2: Initialization remains blocked Answer : 1: Right click on the taskbar. 2: Go to Cortana, then click on “Hidden”. 3: Relaunch PowerShell (as administrator of course) and give the code.