标签: windows batch-file cmd
根据setlocal Windows批处理命令的此页面,默认情况下启用命令扩展。是否存在默认情况下未启用的Windows系统?我是否真的需要在任何批处理脚本中明确包含setlocal EnableExtensions?
setlocal EnableExtensions
答案 0 :(得分:1)
它们总是可以在注册表中被禁用,如果可能的话,可能存在系统就是这种情况。但是,我还没有找到任何这样的系统。