Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我单击 Windows 7 开始菜单中的“帮助和支持”时,helpPane.exe 程序运行。但是当我运行 helpPane.exe 时,什么也没有发生。有任何想法吗?
你可以试试这个,它可能会工作!
Dim appData As String = GetFolderPath(SpecialFolder.ApplicationData) Dim helpSupportPath As String = appData & "\Microsoft\Windows\Start Menu\Programs\Maintenance\Help.lnk" Process.Start(helpSupportPath)