Remove NYT Crossword

SafeSelected for removal by default

New York Times crossword puzzle app

App ID
NYTCrossword

Removal Command

Remove NYT CrosswordPowerShell
# Remove NYT Crossword (NYTCrossword)
Get-AppxPackage -Name "NYTCrossword" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "NYTCrossword" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator