当前位置:网站首页>The solution of "the required function is not supported" in win10 remote desktop connection is to modify the Registry [easy to understand]
The solution of "the required function is not supported" in win10 remote desktop connection is to modify the Registry [easy to understand]
2022-07-03 02:40:00 【Java architects must see】
causes
I'm doing my own server on Alibaba cloud , There is one Windows Server It has to be managed through a remote desktop connection , Because it didn't turn off completely Win10 Bring your own annoying system updates , This caused the remote desktop connection problem after the update was installed yesterday “ The requested function is not supported ” The problem of .
Problem description
Use the remote desktop connection tool to connect to other hosts :
Tips “ An authentication error occurred . The requested function is not supported . Probably because of CredSSP encryption Oracle correct ”.
Try to solve it but fail
Because I installed Windows 10 Home version of , After checking the online methods, I found that I didn't have a group policy editor ( Call it out online Group Policy Manager And then there was no encryption Oracle correct project ), stay Uninstall or install programs The two patches mentioned in other experts' blogs are not installed in (KB4103727 and KB4131372), But this problem has arisen , It is speculated that it may be brought about by other patches .
The new method ( Apply to Windows 10 Home Edition )
This method solves this problem by modifying the registry . Take a note , In case of encountering this problem again in the future . 1. Use it on the desktop Win + R Key combination call up function window , And enter the regedit ( Registry editor ) Back carriage return ;
2. Find the path layer by layer in the left column of the registry editor
Computer \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters
Tips : If you expand to System after , Found no CredSSP This item , Please perform the following two steps : 2.1. stay System On Right click -> newly build -> term , Rename the new item CredSSP; 2.2. stay CredSSP On Right click -> newly build -> term , Rename the new item Parameters; 3. stay Parameters On Right click -> newly build -> DWORD (32 position ) value , Change the new value name to AllowEncryptionOracle, When finished, double-click the name ( If you already exist , Just double click ), A dialog box will pop up :
4. In the pop-up edit window , Change the numerical data to 2, Sure you can. ; 5. Try connecting to remote desktop again , If it still doesn't work, please restart the computer and try connecting to the remote desktop again .
边栏推荐
- Classes and objects - initialization and cleanup of objects - constructor call rules
- 二维格式数组格式索引下标连续问题导致 返回json 格式问题
- [shutter] banner carousel component (shutter_wiper plug-in | swiper component)
- Packing and unpacking of JS
- awk从入门到入土(0)awk概述
- Practice of traffic recording and playback in vivo
- GBase 8c 创建用户/角色 示例二
- Simple understanding of SVG
- Informatics Olympiad one general question bank 1006 a+b questions
- where 1=1 是什么意思
猜你喜欢

【翻译】后台项目加入了CNCF孵化器

The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo

定了,就选它

Oauth2.0 authentication, login and access "/oauth/token", how to get the value of request header authorization (basictoken)???

Practice of traffic recording and playback in vivo
![[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)](/img/04/88ce45d370a2e6052c2fce558aa531.jpg)
[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)

基于can总线的A2L文件解析(2)

HTB-Devel
![[fluent] listview list (map method description of list set | vertical list | horizontal list | code example)](/img/e5/c01f760b07b495f5b048ea367e0c21.gif)
[fluent] listview list (map method description of list set | vertical list | horizontal list | code example)

Deep learning: multi-layer perceptron and XOR problem (pytoch Implementation)
随机推荐
Classes and objects - initialization and cleanup of objects - constructor call rules
2022-2028 global splicing display industry research and trend analysis report
面试项目技术栈总结
【ROS进阶篇】第六讲 ROS中的录制与回放(rosbag)
Informatics Olympiad one general question bank 1006 a+b questions
SqlServer行转列PIVOT
[tutorial] chrome turns off cross domain policies CORS and samesite, and brings cookies across domains
GBase 8c系统表-pg_constraint
GBase 8c系统表-pg_class
《MATLAB 神经网络43个案例分析》:第43章 神经网络高效编程技巧——基于MATLAB R2012b新版本特性的探讨
Mathematical statistics -- Sampling and sampling distribution
Simple understanding of SVG
JS的装箱和拆箱
Global and Chinese ammonium dimolybdate market in-depth analysis and prospect risk prediction report 2022 Edition
Gbase 8C system table PG_ auth_ members
Gbase 8C trigger (I)
GBase 8c系统表pg_cast
[hcia]no.15 communication between VLANs
【翻译】具有集中控制平面的现代应用负载平衡
The difference between left value and right value in C language