386 Aufrufe
Gefragt in Windows 7 von
ich habe eine win7 ulti pc und ich habe leuts bei mir die verstehen nit das der pc auch mal ruge brauch aber die denn schon benutzten koennen deswegen moechte ich zu einer bestimmten uhrzeit den c herrunterfahren lassen mit dem shutdown befehl gekoppelt mit dem autostart

2 Antworten

0 Punkte
Beantwortet von computerschrat Profi (32.2k Punkte)
Hallo willen0611,

das geht über Aufgabenplanung, zu finden über Start -> Alle Programme Zubehör.

In der Aufgabenplanung klickst du im rechten Rahmen auf "Aufgabe erstellen. Im folgenden Dialog gibst du dieser Aufgabe unter dem Tab "Allgemein" einen passenden Namen. Bei Trigger klickst du unten auf Neu... und wählst Aufgabe starten nach einem Zeitplan, wählst das Intervall der Ausführung und die Uhrzeit, ggf. auch ein Datum der ersten Ausführung aus. Übernimm diesen Dialog mit OK und gehe dann auf den Reiter Aktuonen. Auch hier Klick auf Neu...  Wöhle jetzt die Aktion Programm starten gib als Programm/Skript Shutdown und bei den Argumenten die für deinen geplanten Shutdown ein, z.B. -h um den PC in den Ruhezustand zu versetzen. Den Dialog mit ok übernahmen und nochmal ok für die geplante Aufgabe. Dann sollte der PC zur gewünschten Zeit herunterfahren.

Gruß computerschrat
0 Punkte
Beantwortet von

Hallo

Download von psshutdown (Google) 

Gruß Nighty

z.b.

psshutdown.exe \\* -r -f -t -c 23:30

Usage: psshutdown [[\\computer[,computer[,..] | @file [-u user [-p psswd]]] -s|-r|-h|-d|-k|-a|-l|-o [-f] [-c] [-t nn|h:m] [-n s] [-v nn] [-e [u|p]:xx:yy] [-m "message"]

Parameter Description
- Displays the supported options.
computer Perform the command on the remote computer or computers specified. If you omit the computer name the command runs on the local system, and if you specify a wildcard (\\*), the command runs on all computers in the current domain.
@file Run the command on each computer listed in the text file specified.
-u Specifies optional user name for login to remote computer.
-p Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
-a Aborts a shutdown (only possible while a countdown is in progress).
-c Allows the shutdown to be aborted by the interactive user.
-d Suspend the computer.
-e Shutdown reason code.
Specify 'u' for user reason codes and 'p' for planned shutdown reason codes.
xx is the major reason code (must be less than 256).
yy is the minor reason code (must be less than 65536).
-f Forces all running applications to exit during the shutdown instead of giving them a chance to gracefully save their data.
-h Hibernate the computer.
-k Poweroff the computer (reboot if poweroff is not supported).
-l Lock the computer.
-m This option lets you specify a message to display to logged-on users when a shutdown countdown commences.
-n Specifies timeout in seconds connecting to remote computers.
-o Logoff the console user.
-r Reboot after shutdown.
-s Shutdown without power off.
-t Specifies the countdown in seconds until the shutdown (default: 20 seconds) or the time of shutdown (in 24 hour notation).
-v Display message for the specified number of seconds before the shutdown. If you omit this parameter the shutdown notification dialog displays and specifying a value of 0 results in no Dialog.
...