I have found a number of sites (like this) that use code like this
$verbs = @{
"PintoStartMenu"=5381
"UnpinfromStartMenu"=5382
"PintoTaskbar"=5386
"UnpinfromTaskbar"=5387
}
to allow for working with verbs language agnostically. However, I am now trying to combine that with this to allow for working with Start in Windows 10. But, I need to find the integer for Pin to Start, vs Pin to Start Menu. And for the life of me I can't find where those integers are defined.