Kill TS Client... Kill, Kill

H

hamishmurphy

Hi,

We have a problem connecting to our Terminal Server via PocketPC. After
a bit of research, I found out that it's because the registry key that
holds the license information is corrupted somehow. The fix for this is
to delete the registry key and warm boot the device.

Except I don't want to warm boot the device. As far as I can tell, what
I really have to do is make sure that the existing TS client is
terminated - so that it takes notice of the change in the registry
settings when it loads up.

My question is, how do I make sure the TS client is no longer resident
in memory? Is TerminateProcess my only option? If so, does anybody have
an example of using TerminateProcess in C#?

Regards,

Camel
 
P

Paul G. Tobey [eMVP]

I think that OpenNETCF's Diagnostic.Process namespace wraps
TerminateProcess()...

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top