1.

Solve : REG ADD Problem?

Answer»

Hello

you know that we use the command reg add to add keys or VALUES to the registry

sometimes you need to ad a key with a long name and more than section
LIKE this

Code: [Select]reg add HKLM\software\Good morning
cmd doesn't ACCEPT that

what I have to do?

thanksuse quote marks if key or data contains any spaces, like this

Code: [Select]REG ADD "HKCU\Software\Microsoft\Windows Mail\Mail" /v "Font SIZE" /t REG_DWORD /d 0x00000009 /f

Thanks very very much



Discussion

No Comment Found