Windows 10: [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.

Discus and support [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. in Windows 10 Software and Apps to solve the problem; [ENG]Hello,A week ago, I formatted the computer I was using with all its disks. I made the necessary system settings, installed the adobe programs I... Discussion in 'Windows 10 Software and Apps' started by Mustafa_Albayrak, Feb 1, 2023.

  1. [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.


    [ENG]Hello,A week ago, I formatted the computer I was using with all its disks. I made the necessary system settings, installed the adobe programs I use, logged in to my accounts, updated to the latest versions of the motherboard, processor and video card. I did the bios update, I did the chipset updates. I got everything working and ready. In the following days, I shut down the computer normally, when I turned it back on, this problem started.Problems I see:1- When the computer is turned on, searchUI + Explorer.exe does not function at all. A circle is constantly spinning on the mouse icon an

    :)
     
    Mustafa_Albayrak, Feb 1, 2023
    #1

  2. [EN/TR] Windows search tool (SearchUI) comes up blank, closes after opening and doesn't work.

    [ENG]
    Hello,
    A week ago, I formatted the computer I was using with all its disks. I made the necessary system settings, installed the adobe programs I use, logged in to my accounts, updated to the latest versions of the motherboard, processor and video card. I did the bios update, I did the chipset updates. I got everything working and ready. In the following days, I shut down the computer normally, when I turned it back on, this problem started.

    Problems I see:
    1- When the computer is turned on, searchUI + Explorer.exe does not function at all. A circle is constantly spinning on the mouse icon and it continues to be like this at every boot unless I completely shut down the computer and turn off the power. (Sometimes)
    2- In the SearchUI / Cortana section, an empty/blank, unwritten search bar appears and then it closes immediatly.
    3- Even if a certain time has passed in the Start menu, there is a "New" statement on each folder, it never disappears.
    4- Cortana application does not appear in task manager, Applications and Features, optional features and microsoft store. The search function works fine on "File Explorer".

    Solutions I tried:
    1- I did windows update.
    2- I ran a troubleshooting through SearchIndexer. I manually indexed my ssd disk.
    3- I ran Windows troubleshooting.
    4- I ran the dism commands via powershell/cmd.
    5- I ran the sfc commands via powershell/cmd.
    6- I ran the command via powershell. Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    7- I ran the command via powershell. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    8- I ran the command via powershell but didnt get any error. $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

    9- I ran the command via powershell but didnt get any error. Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    10- I ran the command via powershell Get-Process SearchUI | Stop-Process –Force and got Get-Process : Cannot find a process with the name "SearchUI". Verify the process name and call the cmdlet again error.

    A similar situation had happened to me again in the past years, this problem arose as a result of conflicts with windows update vmware. Now I think this issue is conflicting with chipset or video card driver because I updated those drivers latest its started after that.

    [TR]
    Merhaba,

    Bir hafta önce kullanmakta olduğum bilgisayarı tüm diskleri ile beraber format attım. Gerekli sistem ayarlarımı yaptım, kullandığım adobe programlarını yükledim, hesaplarıma giriş yaptım, anakartın, işlemcinin, ekran kartın en son sürümlerine güncelledim. Bios update gerçekleştirdim, çipset güncellemelerini yaptım. Herşeyi çalışır ve hazır hale getirdim. İlerleyen günlerde bilgisayarı olağan şekilde kapattım, tekrar açtığımda bu sorun başladı.

    Yaşanılan sorunlar:
    1- Bilgisayar açıldığında, searchUI + Explorer.exe hiç bir şekilde işlev görmüyor. Fare ikonu üzerinde sürekli bir daire dönüyor ve bilgisayarı tamamen kapatıp, güçten kesmediğim sürece her açılışta böyle olmaya devam ediyor. (Bazen)

    2- SearchUI / Cortana kısmında boş, yazı yazılamayan bir sayfa geliyor ve hemen ardından kapanıyor.

    3- Başlat menüsü içerisinde artık geçmiş olsa bile her klasör üzerinde "New" ibaresi var, asla kaybolmuyor.

    4- Cortana uygulaması görev yöneticisinde, Uygulamalar ve Özellikler kısmında, isteğe bağlı özelliklerde, microsoft mağazası üzerinde gözükmüyor. Arama işlevi "Dosya Gezgini" üzerinde sorunsuz bir şekilde çalışıyor.

    Denediğim çözümler:
    1- Windows Update işlemi gerçekleştirdim.
    2- SearchIndexer üzerinden sorun giderme işlemi çalıştırdım. Manuel olarak ssd diskimi indexledim.
    3- Windows sorun giderme işlemi çalıştırdım.

    4- Dism komutlarını powershell / cmd üzerinden çalıştırdım.
    5- Sfc komutunu powershell / cmd üzerinden çalıştırdım.
    6- Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} komutunu powershell üzerinden çalıştırdım.
    7-Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} komutunu powershell üzerinden çalıştırdım.
    8-$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest komutunu çalıştırdım. Hata almadım!

    9- Get-Process SearchUI | Stop-Process –Force komutunu çalıştırdım. Get-Process : Cannot find a process with the name "SearchUI". Verify the process name and call the cmdlet again. hatasını aldım.
    10- Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} komutunu çalıştırdım. Hata almadım!

    Benzer bir durum geçtiğimiz seneler içerisinde yine başıma gelmişti, windows update vmware ile çakışması sonucunda bu sorun ortaya çıkmıştı. Şimdi ise bu sorunun en son güncellediğim için çipset veya ekran kartı driveri ile çakıştığını düşünüyorum.

    About Windows Info / Bilgisi:
    Edition:
    Windows 10 Home
    Version:
    22H2
    OS build:
    19045.2546
    Experience:
    Windows Feature Experience Pack 120.2212.4190.0

    Ekran Görüntüleri / Screenshots:

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 546f0857-896e-4ae3-8011-51ad0f324044?upload=true.png

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 16364dbf-663a-4b03-922c-0e4cf39bf4b1?upload=true.png

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 95f1c797-daf8-4f35-a5e1-9623cdc3b5ae?upload=true.png

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 444dcbf5-dcd8-4e81-9763-096cac8408d5?upload=true.png
     
    Mustafa_Albayrak, Feb 3, 2023
    #2
  3. BetoLP Win User
    Windows doesn`t start. Authomatic repair doesn`t work.

    Thanks again!!

    I`m sorry I had not noticed that the text on the picture was in spanish. It says that windows has replaced some damaged clusters in "name" file and "directory". Then, at the end "an unspecified error occurred (75736e6a726e6c2e 4f6)".

    I`ll do it and I`ll be updating this thread when I have the report.

    - - - Updated - - -

    I ran SeaTools. These are the results:

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 233722d1557862791t-windows-doesn-t-start-authomatic-repair-doesn-t-work-hdd-test-1-.png


    Does it mean my HDD is useless?
     
    BetoLP, Feb 3, 2023
    #3
  4. BetoLP Win User

    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.

    Windows doesn`t start. Authomatic repair doesn`t work.

    Thanks for your answer, ken!
    I deleted all my data. I had have it backed up.

    I did a clean installation using the windows media creation tool (usb option).

    No, I didn`t. I thought a clean installation would solve the problem.

    After posting my previous message, I did it.


    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. 233676d1557848111t-windows-doesn-t-start-authomatic-repair-doesn-t-work-img_20190514_023629.jpg


    After chkdsk, I close cmd and tried to boot and the laptop just turned it off. This morning I`ve restarted it and automatically windows did a repair. Windows has booted and it seems that the repair tool has removed chrome and acrobat pdf reader (the only two programs I had installed after reinstalling windows).

    Now Windows is installing updates and restarting my lapop, I`m kind of frightened. I don`t want it to happen again. Anyhow, I want to know what has brought the issue

    I`ve been looking for information about the error code at the end of the picture and I didn`t get anywhere.
     
    BetoLP, Feb 3, 2023
    #4
Thema:

[EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.

Loading...
  1. [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work. - Similar Threads - search tool SearchUI

  2. Window search dosen't work it closes immediatly after opening,

    in Cortana
    Window search dosen't work it closes immediatly after opening,: As said in the title, window search doesn't work it closes immediatly after opening, i tried on another account and it works normaly. I tried pretty much everything i could find on internet so i thought maybe you could help me......
  3. Window search dosen't work it closes immediatly after opening,

    in Windows 10 Gaming
    Window search dosen't work it closes immediatly after opening,: As said in the title, window search doesn't work it closes immediatly after opening, i tried on another account and it works normaly. I tried pretty much everything i could find on internet so i thought maybe you could help me......
  4. Window search dosen't work it closes immediatly after opening,

    in Windows 10 Software and Apps
    Window search dosen't work it closes immediatly after opening,: As said in the title, window search doesn't work it closes immediatly after opening, i tried on another account and it works normaly. I tried pretty much everything i could find on internet so i thought maybe you could help me......
  5. Windows Search not working, completely blank then times out and closes

    in Windows 10 Network and Sharing
    Windows Search not working, completely blank then times out and closes: When trying to search files, or applications, the popup menu is blank with a little load bar bar the top, it then automatically closes down.Windows 10 version 1909Would anyone have suggestions for some troubleshooting steps i might have missed or not thought of. short of...
  6. Windows Search not working, completely blank then times out and closes

    in Windows 10 Gaming
    Windows Search not working, completely blank then times out and closes: When trying to search files, or applications, the popup menu is blank with a little load bar bar the top, it then automatically closes down.Windows 10 version 1909Would anyone have suggestions for some troubleshooting steps i might have missed or not thought of. short of...
  7. [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.

    in Windows 10 Gaming
    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.: [ENG]Hello,A week ago, I formatted the computer I was using with all its disks. I made the necessary system settings, installed the adobe programs I use, logged in to my accounts, updated to the latest versions of the motherboard, processor and video card. I did the bios...
  8. [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.

    in Cortana
    [EN/TR] Windows search tool SearchUI comes up blank, closes after opening and doesn't work.: [ENG]Hello,A week ago, I formatted the computer I was using with all its disks. I made the necessary system settings, installed the adobe programs I use, logged in to my accounts, updated to the latest versions of the motherboard, processor and video card. I did the bios...
  9. Windows Search doesn't close after opening a folder

    in Cortana
    Windows Search doesn't close after opening a folder: When I open a folder from Windows Search by searching for it and pressing Enter, the folder opens in an Explorer window but Windows Search doesn't close itself I have to close it manually by click anywhere on the screen. If you search for a folder in your computer and...
  10. Windows update search box comes up blank

    in Cortana
    Windows update search box comes up blank: After an update today the search bar brings up a blank box. I have restarted several times but this did not help. How do I fix this? https://answers.microsoft.com/en-us/windows/forum/all/windows-update-search-box-comes-up-blank/61381333-4c0b-4a35-8cc7-0a025fb0ba6c"