- 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!
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: