Fix typo in Windows10Debloater.ps1

unpined -> unpinned
This commit is contained in:
Manuel Mendez 2021-12-09 11:27:27 -05:00 committed by GitHub
parent a48b4d8dc5
commit 9165743c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -888,7 +888,7 @@ Switch ($Prompt1) {
Switch ($Prompt5) {
Yes {
UnpinStart
Write-Host "Start Apps unpined."
Write-Host "Start Apps unpinned."
}
No {
Write-Host "Apps will remain pinned to the start menu."