Is there a way to make registry changes using command line? when i try the below command
reg add HKLM\SYSTEM\CurrentControlSet\Services\BITS\Parameters /v Test /t REG_EXPAND_SZ /d Test123 /f
it works fine in XP but in Vista, it is given “Access Denied” error.
Can anyone suggest how to do this in Vista?