K
KavianNaseri
Guest
I am using this command on powershell to get rid of the "You'll need a new app to open this windowsdefender link" message : Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"But it's not able to find the path in the command : Add-AppxPackage : Cannot find path 'C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml' because it does not exist. At line:2 char:1
Continue reading...
Continue reading...