FIX HP Start Menu Not Working - [2023]

TechFixIT
TechFixIT
32.9 هزار بار بازدید - 5 سال پیش - This tutorial will teach you
This tutorial will teach you how to fix HP Laptop Start Menu and Cortana Not Working in Windows 10.

Copy and paste this:

DISM /Online /Cleanup-Image /RestoreHealth

Copy and paste 2:
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

Copy and paste  3:

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

Copy and paste  4:

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
5 سال پیش در تاریخ 1398/05/30 منتشر شده است.
32,918 بـار بازدید شده
... بیشتر