Windows 8/8.1 Standard Edition (Chinese version/core Edition) removed the Remote Desktop server, it is troublesome to connect to your computer remotely, third party Remote Desktop speed is not ideal (such as TeamViewer).
You can use the following methods to restore Remote Desktop functionality to your system. most of the domestic brands are pre-installed WIN8 Chinese version
One, the Fool type:
Download and install an automated tool that doesn't require a lot of know-how. :https://github.com/binarymaster/rdpwrap/releases
There is a Remote Desktop-enabled tool in the package, and a configuration tool (because there is no configuration interface in the System properties, this configuration tool is required)
Second, manual (interested in modifying the system files themselves can try it yourself )
Use a similar hex editor such as HexEdit to modify the location of the Termsrv.dll file, and identify your system version. Is it x64 or x86?
x64-termsrv.dll-6.3.9600.17095
Find |
Replace |
39813c0600000f849e310500 |
B80001000089813806000090 |
090085c07f078bd8 |
090085c090908bd8 |
Bb01000000c7 |
Bb00000000c7 |
x86-termsrv.dll-6.3.9600.17095
Find |
Replace |
3b81200300000f84c0ec0100 |
B80001000089812003000090 |
837df8007415 |
837df800eb15 |
8d44242843 |
8d44242890 |
Enable the castrated Remote Desktop server in WIN8 (Chinese Version/core Edition)