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)