大家看图:
我的目的是用 REG 命令修改AudioDevice的值(REG_MULTI_SZ)为ROOT\MEDIA\0001
大家看批处理:
reg add "HKLM\SYSTEM\ControlSet001\Control\ThinComputingInc\BeTwin\BTS#1" /v "AudioDevice" /t REG_MULTI_SZ /d "ROOT\MEDIA\0001" /f
大家看批处理似是没有错的,但由于是REG_MULTI_SZ类型,所以\0代表是换行,所以执行批处理实际结果显示为:
ROOT\MEDIA 001
请教大家应该怎么办?
Last edited by chishingchan on 2008-5-26 at 05:38 PM ]