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

前端 未结 8 958
萌比男神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.

    0 讨论(0)
  • 2020-12-04 12:58

    See http://www.chaminade.org/MIS/Articles/RegistryEdit.htm

    0 讨论(0)
提交回复
热议问题