You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work. However, I can't get it to work with Cyrillic alphabet. I'm using
Write-Host $shortcuts
foreach ($shortcut in $shortcuts) {
# Use pttb.exe to pin the shortcut to the taskbar
Start-Process -FilePath $pttbPath -ArgumentList $shortcut.FullName -NoNewWindow -Wait
Write-Host "Pinned $($shortcut.FullName) to the taskbar using pttb.exe"
}
Works great for English filenames such as
Brave.lnk
Pinned C:\Users\Public\Desktop\Brave.lnk to the taskbar using pttb.exe
But not for Ukrainian filenames such as:
Інтернет.lnk
ERROR_FILE_NOT_FOUND: "C:\Users\Public\Desktop\"
Pinned C:\Users\Public\Desktop\Інтернет.lnk to the taskbar using pttb.exe
The text was updated successfully, but these errors were encountered:
Great work. However, I can't get it to work with Cyrillic alphabet. I'm using
Works great for English filenames such as
But not for Ukrainian filenames such as:
The text was updated successfully, but these errors were encountered: