psr问题步骤记录器,记录屏幕上的操作步骤,并且对⿏标点击操作增加特效
来了psr的命令⾏参数和禁⽤/开启psr⽅法。
psr命令⾏参数如下:
psr.exe [/start |/stop][/output <fullfilepath>] [/sc (0|1)] [/maxsc <value>]
[/sketch (0|1)] [/slides (0|1)] [/gui (0|1)]
[/arcetl (0|1)] [/arcxml (0|1)] [/arcmht (0|1)]
[/stopevent <eventname>] [/maxlogsize <value>] [/recordpid <pid>]
/start 开始录制,需要指定⽂件保存路径
/stop 停⽌录制
/sc 捕捉记录步骤的截图,0|1
/maxsc 最⼤的截图数量
/maxlogsize 最⼤⽇志⽂件⼤⼩(MB)
/gui 是否显⽰psr的界⾯,0|1
/arcetl Include raw ETW file in archive output.
/arcxml Include MHT file in archive output.
/recordpid Record all actions associated with given PID.记录所有和指定PID相关的操作?
/sketch Sketch UI if no screenshot was saved.
/slides Create slide show HTML pages.
/output Store output of record session in given path.
/stopevent Event to signal after output files are generated.
⽰例:psr.exe /start /gui 0 /output D:\6san\test.zip
//后台启动psr开始录制,报告⽂件保存为D:\6san\test.zip
psr.exe /stop
//结束录制并退出psr,⾃动保存报告⽂件
启⽤/关闭问题步骤记录器
gpedit.msc打开本地组策略编辑器–>管理模板–>Windows组件–>应⽤程序兼容性–>启⽤/关闭问题步骤记录器
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]
新建”DisableUAR”=dword:00000001
dword=1已启⽤
dword=0已禁⽤
删除”DisableUAR”对应组策略中的未配置