Is it possible to modify a registry value (whether string or DWORD) via a .bat/.cmd script?
@Franci Penov - modify is possible in the sense of overwrite with /f, eg
/f
reg add "HKCU\Software\etc\etc" /f /v "value" /t REG_SZ /d "Yes"