Several Registry settings in server security settings do not display the user name of the last logon
The code is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Lsa]
"Restrictanonymous" = dword: 00000001
3389 modify the reg file on the port number
The code is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ Wds \ rdpwd \ Tds \ tcp]
"PortNumber" = dword: 12721ee
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ WinStations \ RDP-Tcp]
"PortNumber" = dword: 12721ee
Delete registry files that share ipc by default
The code is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ lanmanserver \ parameters]
"AutoShareServer" = dword: 00000000