zoukankan      html  css  js  c++  java
  • Windows10 家庭版(1903/1909)中用RDPWrapper-v1.6.2和autoupdate补丁开启远程桌面功能

    2020年3月9日,本文档有效期预计至此年底。

    Windows10 Pro自带远程桌面服务,家庭版不支持,只能连出不能连入。RDP Wrapper可以说是家庭版的远程桌面福音。顺便打个广告,据说RDP Wrapper也支持Win7/Win8。

    但是,到了Win10 1903版本之后,连最后的v1.6.2版也无法正常远程桌面了。

    不得不到处搜,昨天看到CSDN上有朋友说有autoupdate的补丁,试下来果然好用。

    -------下载地址-------

    RDPWrap-v1.6.2.zip下载地址(作者Stas'M Corp)

    autoupdate-v07.09.2019.zip下载地址(作者asmtron)

     INSTALL of RDP Wrapper and Autoupdater // asmtron (07-09-2019)
     ======================================

     1. Copy the files from the archive "RDPWrap-v1.6.2.zip" (or newer) to the "%ProgramFiles%RDP Wrapper" directory
        DO NOT use other location to install/extract the RDP Wrapper files.
        USE ONLY the "%ProgramFiles%RDP Wrapper" directory (normally C:Program FilesRDP Wrapper)
     2. Copy the files/folder from the archive "autoupdate-v07.09.2019.zip" (or newer) to the "%ProgramFiles%RDP Wrapper" directory
     3. To enable autorun of autoupdate.bat on system startup, run the folling helper batch file as administrator:
        "%ProgramFiles%RDP Wrapperhelperautoupdate__enable_autorun_on_startup.bat"
     4. Set in your Antivirus/WindowsDefnder an exclusion on the folder "%ProgramFiles%RDP Wrapper" to prevent the deletion of RDP Wrapper files
     5. Now you can use the autoupdate batch file to install and update the RDP Wrapper. Please run autoupdate.bat as administrator:
       "%ProgramFiles%RDP Wrapperautoupdate.bat"

    -------安装方法-------

    第一步,创建C:Program FilesRDP Wrapper目录

    第二步,将"RDPWrap-v1.6.2.zip"中的文件解压到这个目录下

    第三步,右键单击install.bat,选择“以管理员身份运行”

    如果是Win7/8或者Win10的早期版本,那么以上三步正常完成后,就可以正常远程访问了。

    目录中的RDPcheck.exe和RDPConf.exe也可用来尝试连接和确认状态。

    如果是Win10 1903和1909版本的话,还要

    第四步,将"autoupdate-v07.09.2019.zip"中的文件解压到C:Program FilesRDP Wrapper目录下

    第五步,右键单击autoupdate.bat,选择“以管理员身份运行”

    这两个bat文件运行时会从GitHub下载文件,国内网速不佳,有时会·失败。

    遇到这种情况,再右键执行一次试试。

    -------附图-------

    RDPConf.exe的正常效果

  • 相关阅读:
    drupal中安装CKEditor文本编辑器,并配置图片上传功能 之 方法二
    drupal 开发笔记
    CSS选择器:子选择符号
    转:Redis和Memcache的区别分析
    转:php 获取memcache所有key
    Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in
    drupal7 boost模块为登录用户提供缓存
    转:drupal使用superfish建立下拉菜单
    RAID详解[RAID0/RAID1/RAID10/RAID5]
    DataV纪录
  • 原文地址:https://www.cnblogs.com/hwajie/p/12447224.html
Copyright © 2011-2022 走看看