Basics -windows use basic commands

 

A commonly used shortcuts

Ctrl+A

select all

Ctrl+C

copy

Ctrl+V

Stick

Ctrl+X

Shear

Ctrl+Z

Undo

Ctrl+S

Storage

Ctrl+F5

Forced to clear the cache refresh the browser page

ALT + TAB

Window switch

WIN+R

Run the command: Enter cmd into the dos window

Ctrl+Alt+Esc或Ctrl+Alt+Delete

Task Manager

F12

Save the file as

Ctrl+N

New Blank Document (in wps years)

PrtSc

Page screenshot

Second, the basic DOS command

2.1 Open DOS command line

1: Start - Programs - Accessories - Command Prompt

2: Start - Run -cmd- Enter

3: win + r-cmd-- Enter

2.2 Common dos command

Switching letter letter :

Displays the contents of dir

Create a directory (folder) md

Delete the directory (folder) rd

Enter the directory

Single-stage enter cd folder

Multi-level cd into the folder \ folder \ folder ...

Fallback directory

Single-stage fallback cd ..

Multi-level fallback cd \

Delete Files

Delete a single file del a.txt

Delete multiple files del * .txt

Clear screen cls

The introduction of exit

2.3 dos command extensions

Delete the contents of a folder with

rd + / s folder name (asking whether to delete)

rd + / q + / s Folder Name (delete)

Guess you like

Origin www.cnblogs.com/bkygkx/p/11422753.html