User Tools

Site Tools


windows

This is an old revision of the document!


# 获取Mac地址并显示到页面

同时按住Windows键(一般在ctrl键和alt键中间)和字母R键,然后输入cmd回车,然后将下面的命令粘贴到命令行中,再次敲击回车:

`for /f %i in ('getmac^|findstr "Tcpip"^|find "-"') do @echo %i`

# 查看笔记本电池状态

命令行输入`Powercfg /batteryreport`,然后打开生成的网页即可。

windows.1528169589.txt.gz · Last modified: 2021/02/10 21:29 (external edit)