reg add help needed

  • Thread starter Thread starter jawdoc
  • Start date Start date
J

jawdoc

Hello
I am having a problem with REG ADD.
It seems I cannot have spaces in my /d
I want to be able to add 4 25 29 and keep the spaces.
I get an error "too many parameters" if I add the spaces.
Can you help?
 
jawdoc said:
Hello
I am having a problem with REG ADD.
It seems I cannot have spaces in my /d
I want to be able to add 4 25 29 and keep the spaces.
I get an error "too many parameters" if I add the spaces.
Can you help?

Please quote the exact command you're using.
 
Hello
I am having a problem with REG ADD.
It seems I cannot have spaces in my /d
I want to be able to add 4 25 29 and keep the spaces.
I get an error "too many parameters" if I add the spaces.
Can you help?

REG ADD "HKLM\Softwarre\My Vendor\My Product" /V "My Value Name" /T REG_SZ /F /D "4 25 29"


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top