标签: powershell icons
我使用以下代码创建网络位置,但结果与手动执行时的结果不完全相同。 shell32.dll中的图标较小,较低的res并且有一个框架,如左侧所示。有没有办法将“原生”外观与PowerShell相匹配?
UIRequiredDeviceCapabilites
http://localhost/project/category/popular
答案 0 :(得分:0)
右侧的图标可在 imageres.dll (Windows 图片 res 源库)中找到,图标138(索引137):
imageres.dll
$link.IconLocation = "%SystemRoot%\system32\imageres,137"
似乎shell32.dll,275版本的可怕解决方案是微软随后解决的错误/错误:
shell32.dll,275
Windows 7:
shell32.dll 版本可扩展
shell32.dll
Windows 10:
在Windows 10上, shell32.dll,275 扩展为“超大图标” - 尺寸完全正常