Pin program to start menu using PS in Windows 10

前端 未结 2 1982
后悔当初
后悔当初 2021-01-15 13:03

I am trying to pin a program to the start menu in Windows 10

$shell = New-Object -ComObject \"Shell.Application\"
$Folder = $shell.NameSpace(\"C:\\Test\")
$e         


        
2条回答
  •  逝去的感伤
    2021-01-15 13:37

    This is no longer possible in Windows 10 (latest seemed to work in 8.1). I can not say for sure, but these issues seem to be linked. Please see here:
    https://connect.microsoft.com/PowerShell/feedback/details/1609288/pin-to-taskbar-no-longer-working-in-windows-10
    and also here:
    Pin program to taskbar using PS in Windows 10.

提交回复
热议问题