add-unit1

Showing posts with label geek. Show all posts
Showing posts with label geek. Show all posts

Monday, 5 December 2016

Shutdown computer from command

A quick way to shutdown or restart your computer or to schedule a computer shutdown in some time without any external software. Most of you are using a software to schedule a system reboot or shutdown. 
But a geek never relies on any software. Right? :)

Here we go:
Just open your command prompt & play around. :)

1. For Shut Down

shutdown -s

2. For Restarting computer

shutdown -r

3. To Log-off

shutdown -l


-s, -r, -l parameters tells your computer to perform which action from above.

===================

Now what if you want to shutdown your computer at a specified time. No worries :)
we have another trick to do so:

Scheduled Shutdown:

shutdown -s -t 120





That's all for today. Stay tuned for more. :)
Good day guys...

Friday, 21 October 2016

God Mode Trick

This trick is truly amazing. All the required configurations just a click away.
That is called GOD-MODE.

Excited............!!!
Here is how. :)

1. Create a new folder on your desktop
2. Re-name it “GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}”
3. Get instant access to all 270 configurable options in Windows 7 right at your fingertips, just a click away. :) 

Here is how it looks: 



You can see the scroll bar, there is too much to scroll down & have much more to explore. 
I hope you loved this shortcut & will have a quick solution for everything.

Also previously I have shared hidden key board shortcuts as well, below is the link in case you missed it. :)

http://techg33ks.blogspot.in/2016/10/best-keyboard-shortcuts.html

Thanks for visiting.
see you again soon...!!!

Saturday, 15 October 2016

Shutdown computer from command

A quick way to shutdown or restart your computer or to schedule a computer shutdown in some time without any external software. Most of you are using a software to schedule a system reboot or shutdown. 
But a geek never relies on any software. Right? :)

Here we go:
Just open your command prompt & play around. :)

1. For Shut Down

shutdown -s

2. For Restarting computer

shutdown -r

3. To Log-off

shutdown -l


-s, -r, -l parameters tells your computer to perform which action from above.

===================

Now what if you want to shutdown your computer at a specified time. No worries :)
we have another trick to do so:

Scheduled Shutdown:

shutdown -s -t 120





That's all for today. Stay tuned for more. :)
Good day guys...