当我点击windows 7开始菜单中的"帮助和支持"时,helpPane.exe程序运行。但是当我运行helpPane.exe时,什么也没发生。什么好主意吗?
你可以试试这个,它可能会工作!
Dim appData As String = GetFolderPath(SpecialFolder.ApplicationData)
Dim helpSupportPath As String = appData & "MicrosoftWindowsStart MenuProgramsMaintenanceHelp.lnk"
Process.Start(helpSupportPath)