【 tulaoshi.com - Web开发 】
                             
                            不显示上次登录的用户名
代码如下:
Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa] 
"restrictanonymous"=dword:00000001
3389端口号修改reg文件
代码如下:
Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWdsrdpwdTdstcp] 
"PortNumber"=dword:000021ee 
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWinStationsRDP-Tcp] 
"PortNumber"=dword:000021ee
删除默认共享ipc的注册表文件
代码如下:
Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserverparameters] 
"AutoShareServer"=dword:00000000