乐愚社区Beta

 编程语言  >  局域网内如何快速方便的使用远程桌面来帮女神解决电脑问题? 准备工具 下载论坛大佬

局域网内如何快速方便的使用远程桌面来帮女神解决电脑问题? 准备工具 下载论坛大佬

一本时空  L0  • 2021-02-28 • 回复 0 • 只看楼主举报    

局域网内如何快速方便的使用远程桌面来帮女神解决电脑问题?


准备工具

下载论坛大佬汉化的 TightVNC  丶Windows自带的记事本

解压TightVNC

提取2个文件

tvnserver.exe
tvnviewer.exe

制作协助程序

1.按住Shift键不放  鼠标右键文件夹空白区域 选择在此处打开命令窗口

2.粘贴命令:certutil -encode tvnserver.exe tvnserver_start.bat 回车执行

3.得到文件 tvnserver_start.bat 鼠标右键 编辑  鼠标移到第一行 粘贴以下代码
4.代码中的 127.0.0.1 请更改为自己的本机IP地址

@echo off IF EXIST "tvnserver.exe" GOTO STARTSERVICE certutil -decode "%~f0" tvnserver.exe :STARTSERVICE tvnserver.exe -install -silent sc start tvnserver tvnserver.exe -controlservice -connect 127.0.0.1 exit /b 1



请将上面的 127.0.0.1 更改为自己的本机IP地址

制作卸载程序

鼠标右键 新建文本文档。更改名字为 tvnserver_end.bat 鼠标右键 编辑  粘贴以下内容  并且保存

taskkill /f /im tvnserver.exe sc delete tvnserver del tvnserver.exe

5.最后的操作

删除目录下多余的文件 保留以下内容tvnviewer.exetvnserver_start.battvnserver_end.bat

如何使用?

1.自己电脑运行 tvnviewer.exe  点击 聆听模式
2.将 tvnserver_start.bat 发给到局域网内需要你控制的电脑
3.对方运行tvnserver_start.bat 即可实现远程控制
4.如何结束控制?只需要运行tvnserver_end.bat 或者控制方主动关闭远程窗口
5.效果展示:



扩展操作

另外の方法实现
1.利用 certutil.exe

IF EXIST "tvnserver.exe" GOTO STARTSERVICE certutil.exe -urlcache -split -f http://xxxxx/tvnserver.exe tvnserver.exe :STARTSERVICE tvnserver.exe -install -silent sc start tvnserver tvnserver.exe -controlservice -connect 127.0.0.1

2.利用msiexec

IF EXIST "C:\Program Files\tightvnc\tvnserver.exe" GOTO STARTSERVICE msiexec /i "http://www.tightvnc.com/download/2.6.4/tightvnc-2.6.4-setup-64bit.msi" /passive /norestart :STARTSERVICE "C:\Program Files\tightvnc\tvnserver.exe" -install -silent "C:\Program Files\tightvnc\tvnserver.exe" -start -silent "C:\Program Files\tightvnc\tvnserver.exe" -controlservice -connect 127.0.0.1

例子下载

下载地址蓝奏云链接

还没注册帐号?快来注册社区帐号,和我们一起嗨起来!
关于本社区

集各类兴趣爱好于一身的轻量化交流社区,在此您可以和他人一起分享交流您觉得有价值的内容,社区鼓励大家发表原创内容,为社区添砖加瓦!

发帖奖励 → 社区版规 → 招聘版主 →
推荐版块
扫描二维码下载社区APP
回到顶部