level 9
yuchanbest
楼主
你好,
我想向一个后缀为。reg的注册表添加项,例如,
在HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\0a0d020000000000c000000000000046
添加"000b0340"=hex:01,00
在[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook]
中添加"000b0432"=hex:00,00
是不是用add-content命令呢?如果是修改其中一个项,例如将"000b0432"=hex:00,00改为"000b0432"=hex:00,01 可以怎样写呢?谢谢!
2013年04月26日 10点04分
1
我想向一个后缀为。reg的注册表添加项,例如,
在HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\0a0d020000000000c000000000000046
添加"000b0340"=hex:01,00
在[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook]
中添加"000b0432"=hex:00,00
是不是用add-content命令呢?如果是修改其中一个项,例如将"000b0432"=hex:00,00改为"000b0432"=hex:00,01 可以怎样写呢?谢谢!