当我在Windows 7开始菜单中单击“帮助和支持”时,将运行helpPane.exe程序。但是当我运行helpPane.exe时,没有任何反应。有什么想法吗?
答案 0 :(得分:0)
你可以试试这个,它可能会起作用!
Dim appData As String = GetFolderPath(SpecialFolder.ApplicationData)
Dim helpSupportPath As String = appData & "\Microsoft\Windows\Start Menu\Programs\Maintenance\Help.lnk"
Process.Start(helpSupportPath)