5

I'm not able to find graphedit tool on windows 10 64 bit m/c, I have also installed the windows 10 sdk as per microsoft docs.

ref: https://learn.microsoft.com/en-us/windows/desktop/directshow/using-graphedit

Could anyone advice me on the links for instructions and download for getting the latest version of graph-edit and any pre-requisite steps to get it working on windows 10.

Regards,

Arjun

Arjun
  • 379
  • 2
  • 12

3 Answers3

8

GraphEdit is available from Windows SDK, typical paths are:

C:\Program Files (x86)\Windows Kits\10\bin\<x.x.x.x>\x86\graphedt.exe
C:\Program Files (x86)\Windows Kits\10\bin\<x.x.x.x>\x64\graphedt.exe

<x.x.x.x> is a version number.

Second Person Shooter
  • 14,188
  • 21
  • 90
  • 165
Roman R.
  • 68,205
  • 6
  • 94
  • 158
5

In my Windows 10 Home it was in

C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86

It is not where MSDN says it is. (version number: 10.0.18362.0 may of course differ)

dp2050
  • 332
  • 3
  • 8
1

Another location: D:\Windows Kits\10\bin\<version>\x64\graphedt.exe

Drive D may come from me installing VisualStudio2017 on D:\sw\dev\VisualStudio2017\ and installing the Windows SDK from VS2017's installer at a later time (there's an "alter" button).

But how the installer comes up with creating a new directory in D's root is beyond me.

Second Person Shooter
  • 14,188
  • 21
  • 90
  • 165
luker
  • 11
  • 1