• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Registry-setting to start RC5?

KifArU

Senior member
I´m trying to install RC5 as a service on NT4, sp5. dnetc-install doesn´t work. But I can use regedit. What settings do I put in the registry to start the client and keep it running when the user logs out? (Perhaps somebody has a .reg?)

Thijs
 
If -install doesn't work, you have bigger problems.🙁 Oh, and I think the location is local machine\software\microsoft\windows\currentversion\run\
 
Actually its HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
where you have a string called distributed.net client with value
"C:\Program Files\RC5\DNETC.exe" -hide

However this applies to win9x only.

On NT4 server SP5 where I used the -install switch, I have the following entries :


REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dnetc]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):22,44,3a,5c,44,61,74,61,5c,44,69,73,74,69,62,75,74,65,64,5c,\
52,43,35,5c,64,6e,65,74,63,2e,65,78,65,22,20,2d,73,76,63,72,75,6e,00
"DisplayName"="distributed.net client"
"DependOnService"=hex(7):54,63,70,69,70,00,00
"DependOnGroup"=hex(7):00
"ObjectName"="LocalSystem"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\dnetc\Security]
"Security"=hex:01,00,14,80,c0,00,00,00,cc,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,8c,00,05,00,00,00,00,00,18,00,8d,01,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,1c,00,fd,01,02,00,01,02,00,00,\
00,00,00,05,20,00,00,00,23,02,00,00,00,00,00,00,00,00,1c,00,ff,01,0f,00,01,\
02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,00,00,00,00,1c,00,ff,01,\
0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,00,00,00,00,00,00,00,18,\
00,fd,01,02,00,01,01,00,00,00,00,00,05,12,00,00,00,25,02,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

and

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dnetc]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):22,44,3a,5c,44,61,74,61,5c,44,69,73,74,69,62,75,74,65,64,5c,\
52,43,35,5c,64,6e,65,74,63,2e,65,78,65,22,20,2d,73,76,63,72,75,6e,00
"DisplayName"="distributed.net client"
"DependOnService"=hex(7):54,63,70,69,70,00,00
"DependOnGroup"=hex(7):00
"ObjectName"="LocalSystem"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dnetc\Security]
"Security"=hex:01,00,14,80,c0,00,00,00,cc,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,8c,00,05,00,00,00,00,00,18,00,8d,01,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,1c,00,fd,01,02,00,01,02,00,00,\
00,00,00,05,20,00,00,00,23,02,00,00,00,00,00,00,00,00,1c,00,ff,01,0f,00,01,\
02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,00,00,00,00,1c,00,ff,01,\
0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,00,00,00,00,00,00,00,18,\
00,fd,01,02,00,01,01,00,00,00,00,00,05,12,00,00,00,25,02,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00




 
Check to see if you have the dnetc.com in the distributed.net directory. I've had problems with Windows using the .EXE version if the .COM is there too. If you do, then use the

dnetc.exe -install

there is a space between the dnetc.exe and the -

also make sure you are in the distributed.net directory when you issue the command.

Don't forget to start the service once installed.

🙂

[edit]fixed a typo :Q[/EDIT]
 
Back
Top