aelphaeis_mangarae
Jun 3 2005, 08:54 PM
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
Jun 4 2005, 12:22 AM
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.
Paul
Jun 4 2005, 02:37 PM
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
Jun 5 2005, 02:04 PM
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
Jun 6 2005, 01:56 AM
remember, you have to reboot before it works.
big
Jun 20 2005, 11:30 AM
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
Jun 21 2005, 07:07 AM
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.