Warning: include(../mainbanner.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 34

Warning: include(../mainbanner.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 34

Warning: include() [function.include]: Failed opening '../mainbanner.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/makedata/public_html/freeware/shutdown.php on line 34

Warning: include(../left.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 55

Warning: include(../left.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 55

Warning: include() [function.include]: Failed opening '../left.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/makedata/public_html/freeware/shutdown.php on line 55
Freeware with SourceCode

Turn Off Your PC

 

Turn on the timer to turn off and leave your PC.here is the program

With using ExitWindowsEx function as WinAPI function where you can do some operation like log off, shut down, and also restart the system.
function ExitWindowsEx (uFlags : word ; dwReserved : DWORD): BOOL;
The first parameter of uFlags defined operation behaviour:

EWX_RESTART
Do restart with warning infomation displaying.
EWX_SHUTDOWN
Do shutdown with warning informatino displaying.
EWX_LOGOFF
Do logoff with warning information displaying.
EWX_FORCE
Do shutdown without warning informatin displaying. You may lost some unsaved data.

Last parameter is 0. So you just write this code:
ExitWindowsEx (EWX_SHUTDOWN, 0);

It's easy, isnt it? you can download source code here.


Warning: include(../ulink468x15.php) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 133

Warning: include(../ulink468x15.php) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 133

Warning: include() [function.include]: Failed opening '../ulink468x15.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/makedata/public_html/freeware/shutdown.php on line 133


Warning: include(../right.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 146

Warning: include(../right.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 146

Warning: include() [function.include]: Failed opening '../right.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/makedata/public_html/freeware/shutdown.php on line 146

Warning: include(../bottombanner.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 161

Warning: include(../bottombanner.htm) [function.include]: failed to open stream: No such file or directory in /home/makedata/public_html/freeware/shutdown.php on line 161

Warning: include() [function.include]: Failed opening '../bottombanner.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/makedata/public_html/freeware/shutdown.php on line 161