| g1325 新手上路
 
  
 
 
 
 积分 7
 发帖 5
 注册 2006-12-1
 状态 离线
 | 
| 『楼 主』:
 关于wfr替换文本
 
使用 LLM 解释/回答一下 
 
 
 "RootDevice"=hex(7):7b,00,38,00,41,00,39,00,42,00,37,00,32,00,39,00,35,00,2d,\
 00,32,00,41,00,35,00,45,00,2d,00,34,00,45,00,32,00,43,00,2d,00,42,00,38,00,\
 34,00,43,00,2d,00,39,00,32,00,35,00,44,00,38,00,43,00,44,00,33,00,39,00,33,\
 00,42,00,34,00,7d,00,00,00,00,00
 
 
这段文本中,我用下面的命令去修改却没有进行任何操作,是哪里有错也不清楚,请帮忙看看
 wfr.exe "*.reg" -rnnlic:^\"RootDevice\"=.*$\,00 -t:\"RootDevice\"=\"{6F31C22A-394B-42E8-9C65-CBF63AFC8CF2}\" -encin:UTF-16LE -encarg:GBK -encout:UTF-16LE -unisign -frc -trc
 
 
本意想把这"RootDevice"= 
换成"RootDevice"="{6F31C22A-394B-42E8-9C65-CBF63AFC8CF2}" 
 "RootDevice"=hex(7):7b,00,38,00,41,00,39,00,42,00,37,00,32,00,39,00,35,00,2d,\
 00,32,00,41,00,35,00,45,00,2d,00,34,00,45,00,32,00,43,00,2d,00,42,00,38,00,\
 00,34,00,43,00,2d,00,39,00,32,00,35,00,44,00,38,00,43,00,44,00,33,00,39,00,33,\
 00,42,00,34,00,7d,00,00,00,00,00
 
 
In this text, I used the following command to modify it but no operation was performed, and I don't know where the mistake is. Please help to check.
 wfr.exe "*.reg" -rnnlic:^\"RootDevice\"=.*$\,00 -t:\"RootDevice\"=\"{6F31C22A-394B-42E8-9C65-CBF63AFC8CF2}\" -encin:UTF-16LE -encarg:GBK -encout:UTF-16LE -unisign -frc -trc
 
 
The intention is to replace "RootDevice"= with "RootDevice"="{6F31C22A-394B-42E8-9C65-CBF63AFC8CF2}" 
 
 
 |  |