@echo   off
rem   修改日期显示格式(yyyy/MM/dd)
reg   add   "HKEY_CURRENT_USER\Control Panel\International"   /v   sShortDate   /t   REG_SZ   /d   yyyy/MM/dd   /f
reg   add   "HKEY_CURRENT_USER\Control Panel\International"   /v   sDate   /t   REG_SZ   /d   /   /f

相关文章:

  • 2022-12-23
  • 2021-07-16
  • 2021-11-25
  • 2021-10-02
  • 2021-08-07
  • 2021-10-03
  • 2021-12-24
猜你喜欢
  • 2021-06-04
  • 2021-12-08
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
相关资源
相似解决方案