Title: |
Dimke WinExit |
|
Picture: |
 |
|
Explanation: |
By invoking this little program you can easily restart windows with a simple mouse click.
|
|
How it works: |
As you can see in the source code, this is nothing but a call to the WinAPI function
"ExitWindows" with a parameter.
|
|
How to use: |
Just invoke this application manually or create a link for the start menu or the desktop.
Calling convention:
- winexit 0: Windows will be shut down. You can switch off your PC and have a drink.
- winexit 1: Windows will be restarted. Useful if your Windows resources are eaten up.
- winexit 2: Windows will be shut down and the system will boot from DOS. Only sensful if your Windows and DOS memory is messed up.
|
|
Download Exe: |
exe_w16.zip |
|
Download Src: |
src.zip |