Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 2 Posts 2 Joined 2010-06-12 18:44 16-year member UID 168710 Gender Male
Status Offline
I want to change the REG_SZ value of ObjectName under:
【HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SD3000Service】 to LocalSystem1
I wrote the command as follows:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SD3000Service"/v ObjectName /t reg_sz /d LocalSystem1 /f
It always says “invalid syntax”
Where did I go wrong?