摘要:
通过让此账号本地登录来断开远程连接,以实现不锁定的效果。 在被控主机以管理员身份运行以下bat脚本来断开连接 for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (%windir%\System32\tscon.exe %%s / 阅读全文
摘要:
要下载 https://github.com/sysprogs/WinCDEmu/releases 后将安装路径添加到系统环境变量 游戏主程序退出时自动卸载映像 @echo off echo must installed WinCDEmu and add it to the system envir 阅读全文
摘要:
学习HI3861时经常要拷贝远程Linux主机编译的文件 @echo off setlocal enabledelayedexpansion set remote_username=memo2586 set remote_host=192.168.73.xxx set remote_path=/ho 阅读全文