Stupid question, but it's drivin me nuts!

Associate
Joined
19 Jul 2007
Posts
328
Location
Bracknell, Berkshire
Where would i find DX Diag in Vista!?! I'm sure it used to run from system info in XP, but i can't find it anywhere, and search turns up nothing!?!

Cheers for any pointers. :)
 
Thanks for that marc, i now have it. Strange that it isn't showing up anywhere else!?!
 
it's possible your PATH environment variable is knackered - this is what allows you to run apps without specifying the full file path. for example here's mine

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;d:\server\php5;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static

this means any application in these directories i can run without specifying which folder they are in.
 
right click "computer", properties, advanced system settings, environment variables, under system, look at "Path" - this should contain at least this as a bare minimum

%SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem;

(that's copied from mine but i've removed the 3rd party stuff (ati & php) i have....)
 
That's ALL mine contains..

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
 
Last edited:
Back
Top Bottom