Tag Archives: Tips

Page Rank Add-Ons for Chrome

According to Wikipedia,
PageRank is a link analysis algorithm used by the Google Internet search engine that assigns a numerical weighting to each element of a hyperlinked set of documents, such as the World Wide Web, with the purpose of “measuring” its relative importance within the set. The algorithm may be applied to any collection of [...]

Full Story

How to Shutdown, Restart, Sleep, Lock and Hibernate using command line

How to  Shutdown, Restart, Sleep, Lock and Hibernate using command line on Microsoft Windows Vista.
1. Shutdown your Computer

Shutdown.exe -s -t 00

Force all applications to close and shutdown immediately
Shutdown.exe -s (After 30s…)

2. Restart Computer

Shutdown.exe -r -t 00

3. Sleep Computer

Rundll32.exe Powrprof.dll,SetSuspendState Sleep

4. Lock your Computer

Rundll32.exe user32.dll LockWorkStation

5. Hibernate Computer

Rundll32.exe Powrprof.dll,SetSuspendState Hibernate

So for anyone who would like [...]

Full Story

Download Tips: GetGo Download Manager 3.80

Download Tips: GetGo Download Manager 3.80

GetGo Download Manager is an actively updated download manager/accelerator designed to maximize the efficiency of your broadband internet connection. It allows you to download (up to 5 times) much faster than default web browsers with increased reliability, resume support, and error recovery. Easy to use graphic user interface makes GetGo [...]

Full Story

How To Activate Microsoft Windows 2008 Using Command Line

Activate Microsoft Windows 2008 is an easy job but I would like to share “How to activate Microsoft Windows 2008 using command line”. Sounds good?
Go to ‘Run’
Type ‘cmd’ and press ENTER.
Type C:\Users\Administrator>cscript \windows\system32\slmgr.vbs /ipk KPQTV-YOUR-PRODUCT-KEY-HERE and press ENTER.
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.
Installed product key KPQTV-….-…..-…..-….. successfully.
Type C:\Users\Administrator>cscript [...]

Full Story

How To Create Windows Blue Screen Of Death

This is an interesting article source from HowToGeek.com – ‘Kill Windows with the Blue Screen of Death in 3 Keystrokes that make me think of “How To Create Windows Blue Screen Of Death“.
What is Blue Screen O Death?
Blue Screen of Death (also known as a stop error, BSOD or bluescreen) is an error screen displayed [...]

Full Story