Follow the steps:
1. Open 'Windows Task Manager' (Ctrl+Alt+Del)
2. Click 'Shutdown' (at the top next to 'Help')
3. Then HOLD the 'Ctrl' key and Select 'Turn Off'.
4. ...5...4....3....2...1....You PC turns off immidiately.
I always do this when im in a rush etc.. It doesn't effect the PC.
Thursday, December 3, 2009
How to shutdown computer in 5 Seconds..?
1:30 PM
Karthikh Venkat
Popular Posts( Last 7 Days )
-
Check out the Hot and Spicy Photos of Ye Maya Chesave actress Samantha.
-
IMPLEMENTATION OF SELECTION SORT PROGRAM: #include #include int n; void main() { int a[10],i,j; void selection(int a[10]); cl...
-
IMPLEMENTATION OF NON RECURSIVE BINARY SEARCH TREE PROGRAM: #include #include #define size 10 int n; void main() { int a[size],key,i,...
-
IMPLEMENTATION OF KRUSKALS ALGORITHM PROGRAM: #include #include #define INFINITY 999 typedef struct graph { int v1; int v2,cost; }GR;...
