How to turn off power of other machine
-
Hi, I want to turn on/off power of other machine using theASP.Net. How can it be possiblr? Regards, sjs4u
-
Hi, I want to turn on/off power of other machine using theASP.Net. How can it be possiblr? Regards, sjs4u
Wow. Start here[^], but also buy a VERY basic ASP.NET book and read it, so you start to have some basic idea of what it is, and what it does. Once you understand what is meant by the term ASP.NET, you will understand why you can't possibly use it to turn any computer off.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, I want to turn on/off power of other machine using theASP.Net. How can it be possiblr? Regards, sjs4u
Hi.., If Client Using windows PC Try to execute "taskkill" at client PC. EX: taskkill /IM notepad.exe With the use of the above command try to kill the "svshost.exe" or "exlorer.exe" ( i don't know exaclty.., because i don't want to make experiment in my PC). Thanks Rajesh B
Rajesh B --> A Poor Workman Blames His Tools <--
-
Hi.., If Client Using windows PC Try to execute "taskkill" at client PC. EX: taskkill /IM notepad.exe With the use of the above command try to kill the "svshost.exe" or "exlorer.exe" ( i don't know exaclty.., because i don't want to make experiment in my PC). Thanks Rajesh B
Rajesh B --> A Poor Workman Blames His Tools <--
-
I want to control it from server machine. If I want to turn off power of client machine. Regards, sjs4u
Don't you want to send a ctrl-alt-delete sequence? Seems like that should be possible. Through ASP, I have no idea though.
-
Hi.., If Client Using windows PC Try to execute "taskkill" at client PC. EX: taskkill /IM notepad.exe With the use of the above command try to kill the "svshost.exe" or "exlorer.exe" ( i don't know exaclty.., because i don't want to make experiment in my PC). Thanks Rajesh B
Rajesh B --> A Poor Workman Blames His Tools <--
That's not going to turn off another computer...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
I want to control it from server machine. If I want to turn off power of client machine. Regards, sjs4u
This is not possible using ASP.NET. Client hardware and the Windows system is off-limits to your ASP.NET code, as well as any code running client-side in a browser.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi, I want to turn on/off power of other machine using theASP.Net. How can it be possiblr? Regards, sjs4u