-=[MePhIsTo]=-
How to open the Remote Desktop connection on Windows XP per command line ?
There was one Thread on the forum but this was only for Windows 2000.
I need it for WIndows XP

big thx
-=[MePhIsTo]=-
Does really no one knows this dry.gif
n4than_69
hey is that even possible?
MxMx
its not possible through command line .. although it is possible through another script .. but before you can do that .. U need the pass/username of your hacked thingie wink.gif
MxMx
A collection of remote scripts including ROTS v1.05 (Remote Open Terminal services Script), RCLS v1.05 (Remote Clear eventLogs Script), RRSS v1.04 (Remote Reboot and Shutdown Script) and RTCS v1.10 (Remote Telnet Configure Script), all by zzzEVAzzz

download here : http://secureit.co.il/modules.php?name=Dow...p=getit&lid=182

just download the file and follow the instructions .. btw U need ROTS 1.05 which is included in the file wink.gif
-=[MePhIsTo]=-
I have User/pass on a machine. It's a Windows XP Server and i want to know how to open the Remote Desktop. Ich ahve a shell open with Netcat.
aspfreakout
mstsc ph34r.gif
DarkRider
on windows 2003 server you cant start! It should manually installed by the admin of the box ;)

on windows xp it is possible :P with a register setting and a reboot ;)

echo this to a *.reg file in a telnet session ;)

CODE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000000
"fAllowToGetHelp"=dword:00000001


then regedit /s *.reg
now reboot and its enabled! :)
ghost_c
never tested it... dry.gif i'll try it thnks 4 the info guys cool.gif
-=[MePhIsTo]=-
Big thx DarkRider it works perfectly


here is the batch

CODE
echo Windows Registry Editor Version 5.00> c:\TS.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>> c:\TS.reg
echo "fDenyTSConnections"=dword:00000000>> c:\TS.reg
echo "fAllowToGetHelp"=dword:00000000>> c:\TS.reg

regedit /s c:\TS.reg

del c:\TS.reg


taimoor
good
Progressor
very usefull, I'll try it.
FakoLy
i'll try it 2 biggrin.gif thx
net_runner
very interesting, thankz
FiNaLBeTa
thnx for the code snippet darkryder.

i'm sure i'll use it someday
dfx
yes, very good to know.

i have added it to my toolbox.

thanks darkrider
rush
Very good yes,
this service is only on winxp? Or also win2kpro?
boshcash
of course its possible u can do it with the built in reg command , to edit the registry ..
Neo2k
Thx for the reg key smile.gif I will be so usefull smile.gif
tomer_shim
tnx very usfull!!!
Gargamel
@MxMx:

"You are trying to access a restricted area."

when i register i didnt get a e-mail, so i cant see the forum and download the things
randalizm
her is one for ya, i ve got a problem using telnet, i gain connection to the remote host as i know its password blah blah, i run edit.com but i cant seem to accessthe menus because it doesnt recognize alt+f i have been told to try changing the term type??? but that doesnt work making it hard to create a batch.
TedOb1
try using edlin. its not as easy to use but itworks fine in shells.
randalizm
hehe thats right thx for that! wink.gif laugh.gif
stupid me forgot about dat
i guess i couldve just echoed the script to a batch file but EDlin would be better cool.gif
LittleHacker
Thanks for That Nice BatchFile
chris105
cheers for code i can put it to an exe if you want ? (use bat2exe google it) then if u need it for other .. ahem .. purposes the user cant read the source biggrin.gif
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.