Click here to Skip to main content
15,914,357 members
Home / Discussions / C#
   

C#

 
GeneralRe: Handling multiple clients via Sockets Pin
Jacob D Dixon21-Mar-11 16:32
Jacob D Dixon21-Mar-11 16:32 
AnswerRe: Handling multiple clients via Sockets Pin
BobJanova21-Mar-11 23:59
BobJanova21-Mar-11 23:59 
GeneralRe: Handling multiple clients via Sockets Pin
Jacob D Dixon27-Mar-11 5:43
Jacob D Dixon27-Mar-11 5:43 
GeneralRe: Handling multiple clients via Sockets Pin
BobJanova28-Mar-11 11:54
BobJanova28-Mar-11 11:54 
AnswerRe: Handling multiple clients via Sockets Pin
Rob Philpott22-Mar-11 0:39
Rob Philpott22-Mar-11 0:39 
GeneralRe: Handling multiple clients via Sockets Pin
Jacob D Dixon27-Mar-11 5:44
Jacob D Dixon27-Mar-11 5:44 
QuestionEnding all processes including hidden ones Pin
teknolog12320-Mar-11 0:16
teknolog12320-Mar-11 0:16 
AnswerRe: Ending all processes including hidden ones Pin
Dave Kreskowiak20-Mar-11 4:28
mveDave Kreskowiak20-Mar-11 4:28 
No, it is not possible to end the session and log back in without user intervention.

Well, that's not entirely true. You'd have to setup a "admin login" when the machine logs back in as a user that is put in a special registry location. You put the username and password into this registry location and Windows will use it to log the console session back in when Windows starts. This is a HORRIBLE idea. Why? Because the username and password has to be in clear text (unencrypted).

The problem with your code is that you're trying to stop all processes, and you cannot do that. You can only stop processes that you have permissions to stop. Even an admin level account cannot stop all processes. Processes that run under system level account or are critical to running Windows cannot be stopped. The only way to end them is to shutdown Windows.

AnswerRe: Ending all processes including hidden ones Pin
Eddy Vluggen20-Mar-11 4:38
professionalEddy Vluggen20-Mar-11 4:38 
AnswerRe: Ending all processes including hidden ones Pin
Luc Pattyn20-Mar-11 10:27
sitebuilderLuc Pattyn20-Mar-11 10:27 
Questionsomething very Strange in Webservice and windows-ce connection Pin
Gali197818-Mar-11 21:51
Gali197818-Mar-11 21:51 
AnswerRe: something very Strange in Webservice and windows-ce connection Pin
Henry Minute19-Mar-11 10:26
Henry Minute19-Mar-11 10:26 
Questionhow to force IIS_IUSER full control by making setup & deploy project ? Pin
Gali197818-Mar-11 9:38
Gali197818-Mar-11 9:38 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Dave Kreskowiak18-Mar-11 10:35
mveDave Kreskowiak18-Mar-11 10:35 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Keith Barrow19-Mar-11 9:32
professionalKeith Barrow19-Mar-11 9:32 
AnswerRe: how to force IIS_IUSER full control by making setup & deploy project ? Pin
Bernhard Hiller20-Mar-11 21:21
Bernhard Hiller20-Mar-11 21:21 
QuestionPayPal and Backup recovery Pin
mageba18-Mar-11 7:28
mageba18-Mar-11 7:28 
AnswerMy Vote of 1 Pin
Keith Barrow18-Mar-11 10:29
professionalKeith Barrow18-Mar-11 10:29 
AnswerRe: PayPal and Backup recovery Pin
Richard MacCutchan18-Mar-11 10:47
mveRichard MacCutchan18-Mar-11 10:47 
GeneralRe: PayPal and Backup recovery Pin
OriginalGriff18-Mar-11 21:47
mveOriginalGriff18-Mar-11 21:47 
Questionre: Is there anything built in for distributed applications? Pin
SledgeHammer0118-Mar-11 6:46
SledgeHammer0118-Mar-11 6:46 
AnswerRe: re: Is there anything built in for distributed applications? Pin
Henry Minute18-Mar-11 10:49
Henry Minute18-Mar-11 10:49 
AnswerRe: re: Is there anything built in for distributed applications? Pin
Mycroft Holmes18-Mar-11 22:08
professionalMycroft Holmes18-Mar-11 22:08 
QuestionDeployment Pin
arkiboys18-Mar-11 0:00
arkiboys18-Mar-11 0:00 
AnswerRe: Deployment Pin
Pete O'Hanlon18-Mar-11 0:06
mvePete O'Hanlon18-Mar-11 0:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.