strComputer="."set wmiConnect=Getobject("winmgmts:\\"&strComputer&"\root\cimv2")set Items=wmiConnect.execquery("select * from win32_process where name='explorer.exe'")for each colitem in Items wscript.echo colitem.executablepathnext