|
-
March 31st, 1999, 03:10 AM
#1
How To ShutDown Windows Through Program
Hi
How To ShutDown Windows Through Program..
Polpal
-
March 31st, 1999, 03:18 AM
#2
ExitWindowsEx
Hi,
use ExitWindowsEx(EWX_SHUTDOWN,0);
good luck
Raphael
-
March 31st, 1999, 09:08 AM
#3
Re: How To ShutDown Windows Through Program
Hi,
you can shellexecute the following:
rundll32 user.exe,exitwindows
this will windows shutdown at anytime, I discovered that the ExitWindowsEx function doesn't work in all cases...
grtz,
Ruben
-
July 7th, 1999, 11:09 AM
#4
Re: How To ShutDown Windows Through Program
i tried but i was unsuccessful can you send me a sample program......
regards
murthy
-
July 7th, 1999, 11:15 AM
#5
Re: How To ShutDown Windows Through Program
use the search function to search for "Shutdown"- I posted sample code a few hours ago that takes care of setting privileges for ExitWindowsEx on Nt.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|