First of all i was infected with virus, malware.. So i removed this with kaspersky, and many other apps i tried to solve this..
-Adwcleaner
-Malwarebytes
-IObit
and apparently the virus and malware probs was gone..
But when this problem got fixed and properly deleted i got other error (My menu, cortana, clock.. can't open anymore)
i tried to
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} on powershell and nothing happens
Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “C:\Program Files\WindowsApps\Microsoft.Windows.ShellExperienceHost_1.0.0.2_neutral_ShellExperienceHost.laac0539cc_8wekyb3d8bbwe\AppxManifest.xml”)} nothing happen again
so i tried reg.bat file
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V EnableXamlStartMenu /T REG_DWORD /D 0 /F
taskkill /f /im explorer.exe
start explorer.exe
then sfc /scannow
I tried everything.. i lost the hope
anyone know other way to solve this?