Friday, September 25, 2009

Italian Motorcycle Helmets

iTunes sleep timer with Windows 7

have for some time I searched for a program that my iTunes stopped after a while and shuts down the PC. Ich hab ein wenig gegoogelt und fand ein paar Sleep Timer, die meisten waren jedoch nicht direkt für iTunes, sondern fuhren einfach den PC herunter. Nur eines hatte für iTunes noch eine Lautstärkeregelung, die aber unter Windows 7 nicht funktionierte.

Wie also kann ich das ganze selber Einstellen, ohne eine Software zu installieren? Die Lösung ist ganz

Man legt sich eine Verknüpfung mit der entsprechenden Zeit auf dem Desktop an, die man zum Beenden einfach aufruft.

a) Verknüpfung anlegen: Rechtsklick->Neu->Verknüpfung

b) eingeben: shutdown /s /f /t 1200

Save c).


This will be a shutdown (/ s) cause in which all programs such as iTunes, are forcibly closed (/ f). The time to shut down is 1200 seconds (or 20 min). The parameter / T 1200 with Windows Vista was limited to 600 seconds, are on Windows 7, however, up to 10 years possible and enable normal times such as 40 minutes, which I used yesterday to fall asleep when relaxing sounds from my iTunes.

can be other types of shutdown, like the rest use, which is used instead of the / s following:

/ l Log off. This cannot be used with /m or /d options. (Abmelden)
/s Shutdown the computer. (Herunterfahren)
/r Shutdown and restart the computer. (Herunterfahren und Neustarten)
/h Hibernate the local computer. (Ruhezustand)
Can be used with the /f option.

/t xxx Set the time-out period before shutdown to xxx seconds.
The valid range is 0-315360000 (10 years), with a default of 30.
If the timeout period is greater than 0, the /f parameter is
implied.

/ c "comment" Comment on the reason for the restart or shutdown.
maximum of 512 characters allowed.
/ f Force running applications to close without Forewarning users.
The / f parameter is implied when a value greater than 0 is specified for the
/ t parameter.


To cancel the shutdown, but if you unexpectedly returns to the PC simply "shutdown.exe / a" into the command bar.

0 comments:

Post a Comment