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

前端 未结 8 956
萌比男神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:45

    In addition to reg.exe, I highly recommend that you also check out powershell, its vastly more capable in its registry handling.

提交回复
热议问题