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.
  • 相关阅读:
    PHP之readdir()函数
    PHP之compact()函数
    scanf_s
    GitHub高级搜索
    负载均衡算法
    git操作
    SpringBoot引入监听器
    Redis高可用
    50个常用sql语句 网上流行的学生选课表的例子
    Mysql优化策略
  • 原文地址:https://www.cnblogs.com/samcn/p/1932110.html
Copyright © 2011-2022 走看看