简体   繁体   English

使用Windows 10快捷方式

[英]Working with Windows 10 shortcuts

As you know in Windows 10 some so called "system apps" (such as Weather, Microsoft Edge and a dozen of others) use a different "path" to be executed. 如您所知,在Windows 10中,一些所谓的“系统应用程序”(例如Weather,Microsoft Edge和许多其他应用程序)使用不同的“路径”来执行。 WSH methods in c# don't recognize it as path. C#中的WSH方法无法将其识别为路径。 Is there a way to fetch it via .NET framework 4+? 是否可以通过.NET Framework 4+来获取它? Furthermore, location of these shortcuts in task bar and start menu original paths are hidden (unlike older Windows versions) and old ways to fetch them don't work any more. 此外,这些快捷方式在任务栏和开始菜单原始路径中的位置被隐藏(与旧的Windows版本不同),并且旧的获取方法不再起作用。

C:\\Windows\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdge.exe C:\\ Windows \\ SystemApps \\ Microsoft.MicrosoftEdge_8wekyb3d8bbwe \\ MicrosoftEdge.exe

This is the path for the Microsoft Edge Browser and is used for the Dreamweaver browser preview. 这是Microsoft Edge浏览器的路径,用于Dreamweaver浏览器预览。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM