摘要:
https://github.com/3gstudent/3gstudent.github.io/tree/master/_posts HideAdmin 隐藏用户账号 在win2008上未测试成功 https://github.com/3gstudent/3gstudent.github.io/b 阅读全文
摘要:
隐藏windows服务(效果:在services.msc中看不到服务) https://mrxn.net/Infiltration/503.html 以上方法在windows 2008上使用,当次有效;重启后发现服务在服务管理器中也找不到了,完美!! 在windows 2012中也测试成功!! 进程 阅读全文
摘要:
winh远程执行windows命令的难点 首先是管道命令 winh netstat -an | findstr 80 管道命令无法执行 其次是echo命令无法执行 ???为何?? 阅读全文
摘要:
参考官方的文档: anydesk Command Line Interface : https://support.anydesk.com/Command_Line_Interface 举例子:命令行修改访问密码 echo "pass" | anydesk --set-password 在cmd中 阅读全文
摘要:
临时设置环境变量 Windows使用cmd命令行中查看、修改、删除与添加环境变量 https://www.cnblogs.com/springsnow/p/12610417.html 永久设置环境变量 cmd 设置环境cmd环境变量命令set 设置永久环境变量命令setx https://blog. 阅读全文