zoukankan      html  css  js  c++  java
  • "Remote" tab missing in My Computer properties

    When you right-click My Computer icon in the Desktop and choose Properties, the Remote tab may be missing. As a result, you may be unable to configure the Remote Assistance / Remote Desktop settings. To restore the tab, follow these steps:

    Click Start, Run and type this command:

    regsvr32 %systemroot%\system32\remotepg.dll

    If you receive an error stating that the module could not be found, or stating no registration helper is registered for this file type (which indicates a corrupt DLL), extracting a new copy from XP CD should help. Make sure that you extract the updated copy of the DLL file if you have applied the XP Service Pack in your system. Register the DLL again.

    (Extract the DLL from a Slipstreamed XP CD, or copy the remotepg.dll from ServicePackFiles\i386 folder to Windows\System32 folder)

    To extract the DLL from Windows XP CD, type this in Command Prompt

    EXPAND X:\I386\REMOTEPG.DL_ -R C:\WINDOWS\SYSTEM32

    Where X:\ is your CD-ROM drive letter. The above command assumes Windows is installed in C:\ drive. If not, change the drive letter / Path accordingly.

    Example

    EXPAND H:\I386\REMOTEPG.DL_ -R G:\WINDOWS\SYSTEM32

    Desire has no rest.
  • 相关阅读:
    使用eclipse创建Spring Boot项目
    Oracle 一个表的数据update到另一个表
    C3P0连接池属性配置注释
    Druid连接池
    Oracle 五笔码函数
    Oracle 拼音码函数
    JAVA JDK环境变量配置
    一 测试基础之测试方法
    SonarQube+Jenkins,搭建持续交付平台
    swagger集成到springBoot 项目中
  • 原文地址:https://www.cnblogs.com/samcn/p/1932110.html
Copyright © 2011-2022 走看看