#切换cmd编码为utf-8(临时切换,永久切换需要改注册表)
chcp 65001
#重命名
ren D:\s.ini s.txt
#计算机名
set CT=%computername%
#打印到文件
echo %computername% >D:\TAO.txt
if exist "tempSoftware.txt" (exit)
echo %date%-%time% tempSoftware.txt
wmic /output: tempSoftware.txt product get name,version
copy tempSoftware.txt \\WIN-CB4OFDDAAF9\temp\%computername%.txt
#查看server具体版本
winver
#格式化日期
echo %date:~0,4%%date:~5,2%%date:~8,2%
#证书
CertMgr.MSC是针对当前用户的证书管理单元,CertLM.MSC 是针对本地计算机的证书管理单元
certsrv.msc 服务器端管理证书
#打开键盘
OSK
#反向解析
nslookup -qt=prt 10.50.2.76