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.
  • 相关阅读:
    clean code
    jenkins
    获取目录下的文件名称
    bootstrap-select 下拉互斥
    supervisord
    正则表达式
    Docker
    git
    goland工具
    小程序 swiper 轮播图滚动图片 + 视频
  • 原文地址:https://www.cnblogs.com/samcn/p/1932110.html
Copyright © 2011-2022 走看看