Insert Emoji 😀 Windows Apps
Emojis can be inserted virtually only editor (ms word, notepad, excel, sublime, and other IDEs) Windows key + full stop (.) to popup the emoji’s window.
Emojis can be inserted virtually only editor (ms word, notepad, excel, sublime, and other IDEs) Windows key + full stop (.) to popup the emoji’s window.
Many a times we need to terminate a running command; as it may be taking too long to finish; or worse, run by mistake. Syntax – Ctrl+C While the command …
To prevent system from scrolling the entire output of a command and stop with only the last page for one to view and then manually one has to scroll up …
Function keys can make working with the command prompt much easier & faster. F1: Get the last executed command (character by character) F2: Get the last executed command (up to …
Using re-directional operator ‘>’ & ‘>>’ commands output is written in a file instead of displaying it on the screen.Syntax – command > filenameSingle re-directional operator ‘>’ creates a new …
TREE – Type command ‘tree’ to view the directory structure of the current folder in graphical inverted tree layout.
Sorry 😔 there is no ‘HELP’ key.Syntax – command /?Type in any command followed by front slash & question mark /? to view help on that command with a list …
COPY – Just select the text & right click, to copy the text (to system’s clip board). PASTE – Right click, to get the copied text pasted at the position …
Open file explorer & command prompt window side-by-side. Drag the file from file-explorer and drop into command prompt window. System will type the entire path with the file name for …
Type ‘ipconfig /all’ to view all the vital network information of your system.