Help me solver problem plz. I lost all icon in button as mypic below?

I lost all icon in vitual keyboard. Help me solver it, please

<img alt="" src="https://social.technet.microsoft.com/Forums/getfile/665029" />

June 3rd, 2015 11:04am

Hi  Numen142,

Please navigate to the folder "C:\Windows\System32\OSK.EXE" and open it directly to have a check.
If issue persists, please run "dism /online /cleanup-image /restorehealth" to check the health of the system files.
If it can work well, we can go to "Easy of Access" to turn off and turn on it to have a check. We also can try to create a new account and login with it to have a check.

Best r

Free Windows Admin Tool Kit Click here and download it now
June 4th, 2015 4:28am

i tried to run "dism /online /cleanup-image /restorehealth" . But have some error

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

[==========================100.0%==========================]

Error: 0x800f0906

The source files could not be downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

i search gg and do command: gpedit.msc or sfc /scannow but it's not available in my OS (win8.1, maybe home) 

What can i do??

June 4th, 2015 1:21pm

Hi Numen142,

It seems that there is something wrong with the Windows Update and the online source can not be downloaded.
Please open an administrative command and run the following command line to clear the Windows update cache and restrart the corresponding services and again run dism command line to have a repair .
net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc

If the issue persists, we can mount an ISO and use the following command line to have a fix.
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
(Notice that X must be the drive letter on which your system has mounted the ISO)

Best r

Free Windows Admin Tool Kit Click here and download it now
June 4th, 2015 10:38pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics