• Share this text:
Report Abuse
PowerShell Search Windows - posted by guest on 9th October 2020 10:42:43 PM

Kode 1: PowerShell -ExecutionPolicy Unrestricted 


Kode 2: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Report Abuse

Login or Register to edit or copy and save this text. It's free.