再次请教……偶想用批处理完成一系列操作,其中涉及到注册表,偶要先删除某个项里的字符串值或二进制值,不能影响其它的键值(就是说一个项可能有多个键值,不能把其它键值也删除了),请教如何实施……? 谢谢……
例如:
==================
Windows Registry Editor Version 5.00
[ Last edited by flying008 on 2006-7-10 at 17:02 ]作者: xuantian 时间: 2006-7-10 18:30 reg delete "HKCU\Software\ABC\Autocad2000\SupperExs" /v "123" /f作者: flying008 时间: 2006-7-11 08:06 the commands of "reg" and "regedit" are good!
thank you, xuantian and bagpipe!作者: lxmxn 时间: 2006-11-7 11:57