BAT with "%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" Starts the prompt using the .Config's settings. But the Apps running icon is the CMD icon.
BAT with "start %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" uses the .Congfig settings, applies the appropriate powerShell App Icon, but doesn't load the default color scheme.
the .lnk has the color scheme info so I changed it to:
start "" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows PowerShell\Windows PowerShell.lnk"
and this works fine.
Running the link without invoking via Start does not work.
I'll try again with a direct link after the update, but this will work.
Thanks,
Josh