Immediate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ‘ Ctrl ‘ key while select Turn Off from this tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.
Subscribe via email
Showing posts with label shutdown. Show all posts
Showing posts with label shutdown. Show all posts
First open your command prompt.Go to Start-->Run-->type out cmd
Type in Code:Net View
This will give you all the names for all the computers on the network.
Then you want to find a target so write it down for example a name is \\SUNIL-AD1950D6 then you will utilize that name to shutdown the computer.
What next? Next thing to do is type in
Code:shutdown -i
which will give you a Gui interface and you'll be able to shutdown whichever computer you want with it,you can set a timer.
some of the commands useful for the command interface are
Code:shutdown -m //computername
This command shuts down the system.
Code:shutdown -m -c "comment"
This command shuts down the pc with a comment.
Code:shutdown -l
This command logs off the users.
Code:shutdown -r
This command restarts the computer.
Type in Code:Net View
This will give you all the names for all the computers on the network.
Then you want to find a target so write it down for example a name is \\SUNIL-AD1950D6 then you will utilize that name to shutdown the computer.
What next? Next thing to do is type in
Code:shutdown -i
which will give you a Gui interface and you'll be able to shutdown whichever computer you want with it,you can set a timer.
some of the commands useful for the command interface are
Code:shutdown -m //computername
This command shuts down the system.
Code:shutdown -m -c "comment"
This command shuts down the pc with a comment.
Code:shutdown -l
This command logs off the users.
Code:shutdown -r
This command restarts the computer.