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?
Page 1 of 1
Remote Desktop & Netbios REGISTRY
#1
Posted 03 June 2005 - 08:54 PM
:: Black Hat Forums ::
http://blackhat-forums.com
:: Black Hat Forums IRC ::
irc://irc.securitychat.org/#bhf
http://blackhat-forums.com
:: Black Hat Forums IRC ::
irc://irc.securitychat.org/#bhf
#3
Posted 04 June 2005 - 01:22 AM
Yeh i found that when i searched Google, thanks for trying to help...this doesn't help too much.
:: Black Hat Forums ::
http://blackhat-forums.com
:: Black Hat Forums IRC ::
irc://irc.securitychat.org/#bhf
http://blackhat-forums.com
:: Black Hat Forums IRC ::
irc://irc.securitychat.org/#bhf
#4 Guest_Paul_*
Posted 04 June 2005 - 02:37 PM
aelphaeis_mangarae, on Jun 4 2005, 01:22 AM, said:
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..
#5
Posted 05 June 2005 - 02:04 PM
this enables remotedesktop in windows xp port 3389 ( and terminal services in win 2k server) ,not tested on 2k3
@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
#8 Guest_digital-flow_*
Posted 21 June 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
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
Page 1 of 1

Sign In
Register
Help
MultiQuote