0

When I click on "help and support" in the windows 7 start menu, the helpPane.exe program runs. But when I run helpPane.exe, nothing happens. Any ideas?

tshepang
  • 12,111
  • 21
  • 91
  • 136

1 Answers1

0

You could try this, It probably will work!

    Dim appData As String = GetFolderPath(SpecialFolder.ApplicationData)
    Dim helpSupportPath As String = appData & "\Microsoft\Windows\Start Menu\Programs\Maintenance\Help.lnk"
    Process.Start(helpSupportPath)
STiTCHiCKED
  • 506
  • 1
  • 5
  • 18