📜  使用批处理脚本检测是否使用 Windows 10 或 11 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:51.879000             🧑  作者: Mango

代码示例1
systeminfo | findstr /i /c:"windows 11" > nul && {code here for windows 11} || {code here for not windows 11}