Pages

23/04/2017

Change Background Colors and Text Colors in Command Prompt

STEP 1:
Open "Command Prompt" by entering the keyword "cmd" in Run.






STEP 2:
Use the command "cls" to clear the screen.




STEP 3:
Use the below command to change the Text Color in Command Prompt.

SYNTAX:
"color TextColor"

FOR EXAMPLE:
"color a"


STEP 4:
Use the below command to change the Background Color in Command Prompt.

SYNTAX:
"color BackgroundColor"

FOR EXAMPLE:
"color a0"


STEP 5:
Use the below command to change the Background Color and Text Color in Command Prompt.

SYNTAX:
"color BackgroundColor TextColor"

FOR EXAMPLE:
"color 1a"


STEP 6:
Use Exit command to come out of the Command Prompt.
"exit"




NOTE:
Here, Hexadecimal Values are used a colors which are 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f.

Hexadecimal Values for most of the common colors.
1 - Blue
a - Green
c - Red
e - Yellow
f - White

Other Related Links


12/02/2017

Microsoft Office Keyboard Shortcuts



SNO
KeyS COMBINATION
USED FOR
1
Home
Moves insertion point to the
Beginning of the current line
2
End
Moves insertion point to the
Ending of the current line
3
F7
Spelling and Grammar Check
4
F12
Save as
5
Ctrl + Home
Moves insertion point to the
Beginning of the current document
6
Ctrl + End
Moves insertion point to the
Ending of the current document
7
Ctrl + Up arrow
Moves insertion point to the
Beginning of the previous paragraph
8
Ctrl + Down arrow
Moves insertion point to
Beginning of the Next Paragraph
9
Ctrl + Left arrow
Moves insertion point to
Beginning of the Previous Word

10
Ctrl + Right arrow
Moves insertion point to
Beginning of the Next Word
11
Ctrl + W
Or
Ctrl + F4
Close the Document
12
Ctrl + Shift + Any Arrow Key
Highlights a text
13
Ctrl + O
Open
14
Ctrl + S
Save
15
Ctrl + F
Find
16
Ctrl + N
New
17
Ctrl + D
Font
18
Ctrl + P
Print
19
Ctrl + Z
Undo
20
Ctrl + Y
Redo
21
Ctrl + B
Bold
22
Ctrl + I
Italic
23
Ctrl + U
Underline
24
Ctrl + [ or ]
Resizing the Font Size
25
Ctrl + R
Align the Selected Text to Right
26
Ctrl + L
Align the Selected Text to Left
27
Ctrl + J
 Align the Selected Text to Justify Type
28
Ctrl + E
Align the Selected Text to Center

Other Related Link

Keyboard Shortcuts and Commands

MICROSOFT WINDOWS

NORMAL KEYBOARD SHORTCUTS


SNO
KeyS Combinations
USED FOR
1
Windows Key
Start Menu
2
Windows Key + E
My Computer
3
Window Key + D
Desktop
4
Windows Key + Break
System Properties
5
Windows Key + M
Minimize all Windows
6
Windows Key + Shift + M
Restore all Windows
7
Windows Key + F1
Help
8
Windows Key + U
Utility Manager
9
Left Alt + Left Shift +
Print Screen
High Contrast On / Off
10
F2
Resume
11
Shift
Prevents Auto play
12
Del
Delete
13
F4
Shows Address  bar’s path
14
Esc
Cancel Current Task
15
Home
First file of the opened
folder
16
End
Last file of the opened
folder
17
Alt + Enter
Properties
18
Alt + Spacebar
Shortcut Menu of the
Currently opened window
19
Alt + Esc
Or
Alt + Tab
Or
Windows Key + Tab
Switches between the opened
Windows
20
Alt + F4
Shut Down 
/ To Close Softwares
21
Alt + Ctrl + Delete
Restart / Task Manager
22
Ctrl + A
Select all
23
Ctrl + X
Cut
24
Ctrl + C
Copy
25
Ctrl + V
Paste

KEYBOARD SHORTCUTS ON DIALOG BOX


SNO
KeyS  Combinations
USED FOR
1
Spacebar
Mark
and unmark checkbox
2
Tab
Moves
forward on a window
3
Ctrl+ Shift + Tab
Moves
backward on a window

RUN COMMANDS



SNO
KeyWORDS
USED FOR
1
Calc
Calculator
2
Cmd
Command Prompt
3
Winword
Microsoft Word

UNIX COMMANDS