Latest News Updates

Latest News    
Showing posts with label Windows Tips and Tricks. Show all posts
Showing posts with label Windows Tips and Tricks. Show all posts

Friday, 2 December 2011

Top 10 Must Have Firefox Add-Ons For Bloggers:

StumbleUpon : To browse the user submitted great content on the internet

Clipmarks : To extract and clip a part of any webpage like paragraph, sentence, image or video

Sage : A lightweight RSS and Atom feed aggregator extension

Jeteye : A web-based application for communication and social activities

Performancing : A full featured blog editor

Wizz : A good RSS and Atom news reader.

MeasureIt : A virtual ruler to get the pixel width and height of any elements on a webpage.

Show MyIP : To show your current IP address, shows static and dynamic IP both

NewsFox : RSS/Atom News Reader.

TorrentBar : A BitTorrent file search toolbar for Firefox users.

source : shaanhaider

Monday, 27 December 2010

Create shortcut Buttons for Hibernate, shutdown, restart, lock etc

Create Shortcut buttons for hibernate, standby, restart, shutdown and to lock your system
Here I will show you to create shortcut for one of them and for remaining also the same method is followed

Steps to create shutdown button:

1.       Right Click on your Desktop



2.       Go to New and click on Shortcut, the following window will appear



3.       In the text field type  : shutdown –s –t 00 and then click on Next button



4.       Give any Name to the shortcut I am keeping the default one i.e shortcut and then click on Finish



5.       You have now successfully created shortcut button for shutdown, if u want, u can change the icon as per ur needs

Similarly you can create shortcut buttons for hibernate, locking the system etc by just replacing the respective command at step no : 3 from the below given table

TASK to perform
Command


Shutdown ur system
Shutdown.exe -s -t 00


Shutdown after 30 seconds
Shutdown.exe -s -t 30


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

Hope you like this post.