Skip to content

Commit d5a4c9d

Browse files
committed
Added troubleshoot on context menu
1 parent ed583c2 commit d5a4c9d

2 files changed

Lines changed: 36 additions & 23 deletions

File tree

VolPI/Form1.Designer.cs

Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VolPI/Form1.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ private void contextMenuStrip1_ItemClicked(object sender, ToolStripItemClickedEv
9494
{
9595
openSndVol("-p ");
9696
}
97+
else if(clickedItem == this.toolStripMenuItemTroubleshoot)
98+
{
99+
Process.Start("msdt.exe", "/id AudioPlaybackDiagnostic");
100+
}
97101
else if (clickedItem == this.toolStripItemAbout)
98102
{
99103
contextMenuStrip1.Hide();

0 commit comments

Comments
 (0)