Keyboard doesn't work in some basic Windows 10 functions

JoseC3

Bit poster
Since a recent Windows 10 update, the keyboard doesn't work with some basic things such as "Search", but works fine with other functions such as "File Explorer" or in the installed programs. I think that it is related with "Windows Ink Workspace" that has appeared since last update.
Any help or suggestion?

Screen Shot 2016-11-23 at 17.30.38.png Screen Shot 2016-11-23 at 17.32.17.png
 
Was anyone able to resolve this issue. I also,have this issue. It was all working until a recent windows update.

Thanks
 
Hi @DionisioJ please try the following and check if it helps.
1. Open the Task manager. (Press CTRL+Shift+ESC)
2. Click File > Run New Task.
3. Make sure you have a check mark beside "Create this task with administrative privileges"
4. Type Powershell
5. Type the following in the Powershell prompt:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
6. Close the Powershell window.
7. Reboot the Windows 10 virtual machine and check.
 
Back
Top