Is it possible to modify a registry entry via a .bat/.cmd script?

前端 未结 8 961
萌比男神i
萌比男神i 2020-12-04 12:12

Is it possible to modify a registry value (whether string or DWORD) via a .bat/.cmd script?

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 12:55

    You can make a .reg file and call start on it. You can export any part of the registry as a .reg file to see what the format is.

    Format here:

    http://support.microsoft.com/kb/310516

    This can be run on any Windows machine without installing other software.

提交回复
热议问题