You are on page 1of 1

------------PASOS PARA SOLUCIONAR EL PROBLEMA DE LA BARRA DE BUSQUEDA WINDOWS

10------

1-> WIN + R
2-> escribir "powershell"
3-> PowerShell -ExecutionPolicy Unrestricted
4-> Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like
"*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$
($_.InstallLocation)\AppXManifest.xml"}
5-> $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\
AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
6-> cerramos PowerShell
7-> WIN + R
8-> cmd
9-> C:\Windows\System32\ctfmon.exe
10-> cerramos
11-> reinicamos y listo

You might also like