使用如下命令: `msg %username% /w /v 这是一个提示框` ``` C:\Users\local>msg 将消息发送给用户。 MSG {username | sessionname | sessionid | @filename |…
封装win10-U盘安装系统
### 制作 1. 原版win10安装后,自动重启进到OOBE界面的地区设置时,别按下一步,按Ctrl+Shift+f3进入审核模式. 2. 安装驱动,参考:[Win10备份电脑驱动和还原驱动](/project-2/doc-163/ "Win10…
win10中用curl或PowerShell调用HTTP post 接口
## CMD中 curl curl 也支持 ftp ``` curl -d、 --data<data> //HTTP POST数据 -o、 --output <file> //写入到文件,而不是输出到stdout -O、 //写入到文件,文件…
Windows 系统下 MD5 值计算方法
命令格式为 certutil -hashfile [file_name] MD5 具体示例为: certutil -hashfile 123.txt certutil -hashfile 123.txt MD5 certutil -hashfile …