[其他] window searchbar 打唔到字

本帖最後由 1zzz1 於 2022-8-21 09:47 編輯

部機新裝window,這個位keyboard 打唔到字入去,只能用mouse copy and paste 貼字,請問各位點樣解決?謝

擷取.PNG (2.22 KB)

擷取.PNG

可能樓主新裝個版本撞正 bug 呢個位,試下先更新一次睇下點,唔得再算

TOP

回覆 2# chue


    謝謝,已經更到最新,都係打字落去無反應。

TOP

回覆 3# 1zzz1


    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.

TOP

回覆  1zzz1


    Method 1:

Press Windows + X keys on the keyboard, select Command prompt (admin). ...
katkatkam 發表於 2022-8-22 14:21



    Explorer 唔係 Windows Store app,你呢啲 command 完全唔關事

TOP

你用邊個輸入法打字落去? 定係連英文都打唔到?

TOP

本帖最後由 1zzz1 於 2022-8-22 15:20 編輯

回覆 6# justiceice


    普通內建中/英文輸入都唔得。

TOP

TOP

回覆 8# katkatkam

試左這個方法,可以打番字了。謝幫忙

擷取1.PNG (26.05 KB)

擷取1.PNG

TOP

回覆  katkatkam

試左這個方法,可以打番字了。謝幫忙
1zzz1 發表於 2022-8-22 17:22


睇完個原因,(再參考 https://www.guidingtech.com/language-bar-missing-windows-10/  )method 2 修改 Registry   解決左restart 部機language bar 再消失個問題

TOP