Remove Drawboard PDF

SicherStandardmäßig zur Entfernung ausgewählt

PDF viewing and annotation app, often focused on pen input

App-ID
DrawboardPDF

Entfernungsbefehl

Remove Drawboard PDFPowerShell
# Remove Drawboard PDF (DrawboardPDF)
Get-AppxPackage -Name "DrawboardPDF" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "DrawboardPDF" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator