Hi,
Thank you for posting your query in Microsoft Community.
I understand that you are having a tough time working on the computer.
I will certainly help you to resolve the issue.
- Do you receive any error code/message?
- Is there are any update pending or failed to install?
If any of these functions like Start Menu, Settings, Search, Cortana, Microsoft Edge, Action Center and other Windows components are not responding, follow these below methods and check if it helps:
Method 1:
- Press Windows + X keys on the keyboard, select
Command prompt (admin).
- Enter the below commands one by one and hit Enter key. PowerShell -ExecutionPolicy Unrestricted
- It will open the PowerShell window.
- Now enter the below command and hit Enter key. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If the issue still persist, follow the below method.
Method 2:
- Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
- Click File > Run New Task
- Make sure you have a check mark beside “Create this task with administrative privileges”
- Type Powershell
- Type the following in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
- Close the Powershell window
- Reboot the computer and check if it helps.
Hope it helps.
Let us know the status, we are glad to assist you further.
Method 1 and 2 does NOT work for me.
Please help.
Cant type on Search, but can PASTE on the field.
Calculator does NOT accept numeric keys input, whether the numpad or the number keys at the top of the keyboard.
The fix below also does NOT work
************************************
But the keyboard worked in any application (e.g. Notepad, Excel etc.) just not in the searches. I started to suspect that it could be a Windows 10 apps issue. As I never use apps, I first had to load one (I chose "Calculator"), and - Bingo! - I could not enter any numbers via the keyboard. I could only click on the numbers, but could not type them.
I found that the keyboard did not work for any Windows 10 apps, just for the traditional desktop apps. Finally I found through some Internet searches how to solve this problem:
Open Task Scheduler
Go to Microsoft > Windows > TextServicesFramework
On MsCtfMonitor, do a right-click and enable the task
Restart your machine
***********************************