• 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.

Hidden client (RC5)

wolf550e

Golden Member
how do i run the d.net client so it wont show up in the CTRL-ALT-DEL thing in win9x? NOT talking about WinNT/2K.
i usualy run it like this:
/hkey_locel_machine/software/mirosoft/windows/current_version/run/dnet client = "c:\program files\distributed.net\dnet -hide"

so it wont show the tray icon, but i want it not to be listed in CTRL-ALT-DEL.

anyone?
 
Actually you want to install the client as a service.
Run> <client path> -install to install the service.
Then reboot (Client will be completely hidden)
or without rebooting run> <client path> -svcstart to start the client

viz
 
How would one remove such a client? I had nightmares about countless recruits asking me this very question. 😱
 
Type dnetc -help for a complete list!🙂🙂

I cut and pasted it into a text file once, wonder if I still have that.....
 
dennilfloss: Or just open up a MS-DOS window and type it, just goto the directory and type in dnetc -whatever
 
Yah.

Run dnetc with the -install switch to install it as a service. This is pretty much invisible in Win9x, because there isn't an easy way to show what services are running(is it the same in ME?). It'll show up in NT or 2000 under the services as &quot;distributed.net client unless you name it otherwise(what's the command line for this? I know some remote cow programs can rename the client in the automated installs(which are nice, put in the machine name on the network and BANG! instant cow)).

Run it with -uninstall to get rid of the service.

BTW, this doesn't &quot;install&quot; anything except a service(a redirect to run a program at boot time and is invisible cept for the registry and the services icon on the control panel in NT and 2K). Remember to either do a dnetc -svcstart or use the net start command to start the service, because while -install installs a service, it doesn't start it. The d.net service will automatically start next time you boot if you don't want to manually start it.

This is a good way to prevent numbskulls from turning it off, plus it's running even when you aren't logged in.

Keep in mind, you shouldn't install it on computers that you don't have permission to run it on.

One more thing. If you're running NT or 2K, and you're using remote buffers, you should probably edit the service to use your login and PW to get access to shares. I did that for a while until I switched to a pproxy. I run 5 P3 933's and 3 P2 450's at work and I can't have them all logged in as me all the time, and I don't want them only to run when someone is logged in. Services are the only way to go at work.

I need sleep. NOW! MOO! How now brown cow!
/me passes out.
 
Back
Top