Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

REG ADD/DELETE

Nov
33
0
Hi guys!

I'm having problems using REG ADD/DELETE commands like this:

REG ADD HKLM\SOFTWARE\MySoft /v MySoft /t REG_SZ /d MySoft /f

...it will create a key in the registry only if launched with CMD.exe, while with TCMD o TCCLE it will output an "operation completed" message without to create any registry key.

UPDATE:

TCMD has created a key in:

REG ADD HKLM\SOFTWARE\Wow6432Node\MySoft /v MySoft /t REG_SZ /d MySoft /f



Note that i can use only specific CMD.exe commands. Can you help me please?

Thank you in advance for your support!
 
Last edited:
REG ADD HKLM\SOFTWARE\MySoft /v MySoft /t REG_SZ /d MySoft /f

TCMD has created a key in:

REG ADD HKLM\SOFTWARE\Wow6432Node\MySoft /v MySoft /t REG_SZ /d MySoft /f
Maybe You are using TCMD 32 in Windows 64? If so, Windows has some systems to redirect files/registry. You should try TCMD 64.

Regards

Rodolfo Giovanninetti
 

Similar threads

Back
Top