View Code
1 @echo off
2 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 1 /f

隐藏扩展名

View Code
1 @echo off
2 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 0 /f

显示扩展名

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-10-10
  • 2022-01-07
  • 2021-04-04
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2022-01-16
  • 2021-06-23
  • 2021-05-04
  • 2021-03-30
  • 2021-11-05
相关资源
相似解决方案