hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

aelphaeis_mangarae
Is there any way I can like enabled Remote Desktop via the Registry so someone can login using a username and password I have put in the Registry, I know it's possible to enabled Remote Desktop via the Registry...
What about NetBIOS, can i set up user permissions through the Registry?

manu
For win 2003

http://www.windowsdevcenter.com/pub/a/wind...cks_remote.html

Manu smile.gif
aelphaeis_mangarae
Yeh i found that when i searched Google, thanks for trying to help...this doesn't help too much.
Paul
QUOTE(aelphaeis_mangarae @ Jun 4 2005, 01:22 AM)
Yeh i found that when i searched Google, thanks for trying to help...this doesn't help too much.
*


Thats the only way to "enable" it in registery what is listed on the site..
Terminal
this enables remotedesktop in windows xp port 3389 ( and terminal services in win 2k server) ,not tested on 2k3


CODE
@echo off
echo Windows Registry Editor Version 5.00> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]>> c:\TS2.reg
echo "Start"=dword:00000002>> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS2.reg
echo "AllowTSConnections"=dword:00000001>> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS2.reg
echo "fDenyTSConnections"=dword:00000000>> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS2.reg
echo "fAllowToGetHelp"=dword:00000001>> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>> c:\TS2.reg
echo "AllowMultipleTSSessions"=dword:00000001>> c:\TS2.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>> c:\TS2.reg
echo "AutoAdminLogon"="1">> c:\TS2.reg
%windir%\regedit.exe /S c:\TS2.reg
echo [Components] > c:\bootlog~.txt
echo TSEnabled = on >> c:\bootlog~.txt
sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\bootlog~.txt /q
DEL /Q c:\TS2.REG
DEL /Q c:\bootlog~.txt
exit
Jumpi
remember, you have to reboot before it works.
big
thx to u terminal

that a good batch file

[edit] Tibbar - you have just earned yourself 2 warning points and a 5 day vacation. READ THE RULES!
digital-flow
Hi!

I've tested it on w2k3... it's not working... may there is a problem with the write permission... --> the regedit insert were not in the TS2.reg file!

Second input:

may you want to make your system drive assembly letter variable, not constant: "C:" because many Peoples of w2k3 use c: for a dos 6.2 to have a 'backup-system' to w2k3... i think thats possible... may you can take this information where the system drive assembly letter is from the insert "Source Path" from the registry.

greEz

digital-flow
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.