cherche soft pour programmer l'heure d'arrêt du PC !!!

cherche soft pour programmer l'heure d'arrêt du PC !!! - Windows & Software

Marsh Posté le 10-01-2002 à 23:36:57    

Tout est dans le titre !
merci d'avance !

Reply

Marsh Posté le 10-01-2002 à 23:36:57   

Reply

Marsh Posté le 10-01-2002 à 23:37:13    

AT? :D

Reply

Marsh Posté le 10-01-2002 à 23:42:27    

C quoi AT ?
si c un soft, je peux le trouver où ?

Reply

Marsh Posté le 10-01-2002 à 23:46:21    

c un commande ss NT
c le planificateur tache quoi.

Reply

Marsh Posté le 10-01-2002 à 23:46:59    

Tu télécharge un petit fichier (20ko) avec getright et tu lui dit d'eteindre le PC quand il a fini  :sol:

Reply

Marsh Posté le 10-01-2002 à 23:48:20    

tu fais un script en vbs et tu le fais s'executer à une heure précise.

Reply

Marsh Posté le 10-01-2002 à 23:49:41    

plus simple si t'as un XP/NT, tu fais shutdown combine avec AT et c nickel

Reply

Marsh Posté le 10-01-2002 à 23:50:00    

HANDLE hdlProcessHandle = GetCurrentProcess();
HANDLE hdlTokenHandle;
OpenProcessToken( hdlProcessHandle, (TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY), &hdlTokenHandle );
 
TOKEN_PRIVILEGES tp;
tp.PrivilegeCount = 1;
VAPI( LookupPrivilegeValue( "", "SeShutdownPrivilege", &tp.Privileges[0].Luid ) );
 
tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
 
VAPI( AdjustTokenPrivileges( hdlTokenHandle, FALSE, &tp, 0, NULL, NULL ) );
 
ExitWindowsEx( EWX_POWEROFF, 0 );

Reply

Marsh Posté le 10-01-2002 à 23:50:10    

bon, c bon, j'ai trouvé un soft qui s'appelle time2stop qui permet de stopper son PC à une heure donnée !
merci à tous qd même !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed