Share via

windows server2022 で検索

Anonymous
2023-11-14T07:29:01+00:00

windows server2022 で検索ボックスまたは、スタートメニューの右クリックで、検索を選択するとosがフリーズして何も動かなくなり、電源を長押しで止めるしか出来ません。

Windows for business | Windows Server | Performance | Windows desktop and shell experience

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-11-15T02:10:06+00:00

    Hello

    Thank you for posting in Microsoft Community forum.

    I’m sorry to hear that you’re experiencing issues with the search function in Windows Server 2022. Here are a few possible solutions that might help:

    Resetting the Indexing: One user was able to get the indexing completely functional after resetting indexing with the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\SetupComplete registry key. They set the value to 0, restarted, and rebuilt the index without issue.

    Restarting Windows Explorer: Press Ctrl + Shift + Esc to open Task Manager. Select the Processes tab. Scroll down and look for Windows Explorer. Right-click then select Restart.

    Repairing all Windows apps via PowerShell: Press Ctrl+Shift+Esc to open Task Manager then click File. Select “Run new task” then type: powershell. Make sure to put a check mark on the “Create this task with administrative privileges” box. Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.

    Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    After running these commands, restart your computer.

    Changing the Startup type of Windows Search: Press the Windows key‌ +R to open the Run box. Type services.msc, and then press Enter. Right-click Windows Search, and then select Properties. Change the Startup type to Automatic (Delayed Start). Select Apply, and then select Start. Select OK, and then close the Services console.

    Troubleshooting Windows Search: Select Start > Settings. In Windows Settings, select Update & Security > Troubleshoot. Under Find and fix other problems, select Search and Indexing.

    Best Regards,

    Wesley Li

    Was this answer helpful?

    0 comments No comments