1 复制你想打开的xx.etl文件到C:\Windows\System32下2 以管理员权限打开cmd, cd 到C:\ Windows\system32,该目录下会有个文件叫做tracerpt.exe。3 cmd窗口键入:tracerpt.exe xx.etl -o 目标文件.xml -of XML在C:\Windows\System32下就会生成 目标文件.xml(转换后的结果文件)。