Shutdown trick in windows xp is easy
Shut Down, Restart, Log Off XP Using A Batch File
ok well so what you do is, open notepad and type
@echo off
shutdown -s -t 30
what that does is shuts down your comp in 30 seconds, you can change the 30 to 10 if you like or 20.. Just letting you know.. It's seconds..
and if you want.. You could restart doing
shutdown -r -t 30
or log off doign
shutdown -l -t 30
so yeah, whichever one you want basically, use..
and if you wanna add a message there.. Which I tend to do sometimes
@echo off
shutdown -s -t 15 -c " Reformating your hardrive, shutting down
=)_
Shut Down, Restart, Log Off XP Using A Batch File
ok well so what you do is, open notepad and type
@echo off
shutdown -s -t 30
what that does is shuts down your comp in 30 seconds, you can change the 30 to 10 if you like or 20.. Just letting you know.. It's seconds..
and if you want.. You could restart doing
shutdown -r -t 30
or log off doign
shutdown -l -t 30
so yeah, whichever one you want basically, use..
and if you wanna add a message there.. Which I tend to do sometimes
@echo off
shutdown -s -t 15 -c " Reformating your hardrive, shutting down
=)_








0 comments:
Post a Comment