Вобщем , может я чего не догоняю , но вот в чём вопрос - как можно выключить комп через какое- то время без участия юзера :-) ? Что то типа sleep таймера на ТВ...
В шедуллере пропиши: rundll32 user, exitwindows
или так rundll32 user,exitwindows
Точно не помню, нужен или нет там пробел, а пробовать сейчас не хочется ;0)
to RDen
А параметры какие есть у этой команды : rundll32.exe shell32,SHExitWindowsEx 1 может там 2,3 или ещё что в этом духе ? И откуда и зачем SH... и ...EX если в курсе ?
to LLIypuk:
я тут коротенькую прогу написал - типа таймера на выключение, если хошь могу выслать.
по поводу параметров - это апишные функции надо смотреть
Цитата: А параметры какие есть у этой команды : rundll32.exe shell32,SHExitWindowsEx 1 может там 2,3 или ещё что в этом духе ? И откуда и зачем SH... и ...EX если в курсе ?
0 Shuts down all processes running in the security context of the process that called the ExitWindowsEx function. Then it logs the user off.
1 Shuts down the system to a point at which it is safe to turn off the power. All file
buffers have been flushed to disk, and all running processes have stopped. Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. Windows 95: Security privileges are not supported or required.
2 Shuts down the system
and then restarts the system. Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. Windows 95: Security privileges are not supported or required.
4 Forces processes to terminate. When this flag is set, Windows does
not send the messages WM_QUERYENDSESSION and WM_ENDSESSION to the applications currently running in the system. This can cause the applications to lose data. Therefore, you should only use this flag in an emergency.
8 Shuts down the system and turns off the power. The system must support the
power-off feature.Windows NT: The calling process must have the SE_SHUTDOWN_NAME privilege. For more information, see the following Remarks section. Windows 95: Security privileges are not supported or required.
Если комп свежий то в сетапе все есть насчет и отключений самых разнообразных и наоборот включений в назеначенное время или по таймеру...
НУ а так действиетльно командами API чего только делать нельзя- особенно если в конфе еще и строку добрывй чел напишет (т.е. найдет, разжует и ...)
;-)
Внимание! сейчас Вы не авторизованы и не можете подавать сообщения как зарегистрированный пользователь.
Чтобы авторизоваться, нажмите на эту ссылку (после авторизации вы вернетесь на
эту же страницу)