dovella
10-06-2008, 21:01
ecco a voi una lista comandi per creare vari collegamenti
Shutdown your Computer
Shutdown.exe -s -t 00
- Force all applications to close and shutdown immediately
Shutdown.exe -s (After 30s...)
Restart Computer
Shutdown.exe -r -t 00
Sleep Computer
Rundll32.exe Powrprof.dll,SetSuspendState Sleep
Lock your Computer
Rundll32.exe user32.dll LockWorkStation
Hibernate Computer
Rundll32.exe Powrprof.dll,SetSuspendState Hibernate
@Haexae
Shutdown your Computer
Shutdown.exe -s -t 00
- Force all applications to close and shutdown immediately
Shutdown.exe -s (After 30s...)
Restart Computer
Shutdown.exe -r -t 00
Sleep Computer
Rundll32.exe Powrprof.dll,SetSuspendState Sleep
Lock your Computer
Rundll32.exe user32.dll LockWorkStation
Hibernate Computer
Rundll32.exe Powrprof.dll,SetSuspendState Hibernate
@Haexae