📄 install.bat
字号:
@echo off
copy .\tool\other\nc.exe c:\windows\system32
echo 拷贝other\nc.exe到system32……
copy .\tool\remote\psshutdown.exe %windir%\system32
echo 拷贝remote\psshutdown.exe到system32……
copy .\tool\remote\radmin.exe %windir%\system32
echo 拷贝remote\radmin.exe到system32……
copy .\tool\remote\psexec.exe %windir%\system32
echo 拷贝remote\psexec.exe到system32……
echo 安装完毕!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -