1.

Solve : Sampel source codes of restarting system?

Answer» <html><body><p>I would like to have a program which will restart any specified cycles of the system. It would be a GUI one and its <a href="https://interviewquestions.tuteehub.com/tag/interface-11652" style="font-weight:bold;" target="_blank" title="Click to know more about INTERFACE">INTERFACE</a> is simple: <br/>. an <a href="https://interviewquestions.tuteehub.com/tag/edit-11544" style="font-weight:bold;" target="_blank" title="Click to know more about EDIT">EDIT</a> field to set the restart cycle, <br/>. a field to show the current cycle, <br/>. an edit field to set the time from system start to next restart <br/>. and a button to start it<br/>. a button to stop it.<br/><br/>Is there any kinds of free source I can find to save time? C++/C# are both OK. Quote</p><blockquote>I would like to have a program which will restart any specified cycles of the system.</blockquote> <br/>Are you refering to Services in Windows that you <a href="https://interviewquestions.tuteehub.com/tag/want-1448756" style="font-weight:bold;" target="_blank" title="Click to know more about WANT">WANT</a> to Start, Stop, Cycle (Restart)?I don't understand what you want to do.<br/>What kind of cycle do you want to restart?<br/>Is this a PC or a washing machine?Its' surely a PC.There is simple code to reset the computer. But this is done only in real mode. Old 16 bit DOS programs would do that.<br/>In 32 bit programming you just don't do that. Thee is a prover way to shutdown or restart the system. Anything else is considered a "hack" and is not recommended.<br/>Please read this. Then come <a href="https://interviewquestions.tuteehub.com/tag/back-389278" style="font-weight:bold;" target="_blank" title="Click to know more about BACK">BACK</a> and restate your objective.<br/><a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa373680%28v=vs.85%29.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/aa373680%28v=vs.85%29.aspx</a><br/>Hope this is some help.</body></html>


Discussion

No Comment Found