diff --git a/FAQ.md b/FAQ.md
index a2298e60..44cc06d8 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -201,3 +201,36 @@ scrcpy -m 800
```
You could also try another [encoder](README.md#encoder).
+
+
+## Command line on Windows
+
+Some Windows users are not familiar with the command line. Here is how to open a
+terminal and run `scrcpy` with arguments:
+
+ 1. Press Windows+r, this opens a dialog box.
+ 2. Type `cmd` and press Enter, this opens a terminal.
+ 3. Go to your _scrcpy_ directory, by typing (adapt the path):
+
+ ```bat
+ cd C:\Users\user\Downloads\scrcpy-win64-xxx
+ ```
+
+ and press Enter
+ 4. Type your command. For example:
+
+ ```bat
+ scrcpy --record file.mkv
+ ```
+
+If you plan to always use the same arguments, create a file `myscrcpy.bat`
+(enable [show file extensions] to avoid confusion) in the `scrcpy` directory,
+containing your command. For example:
+
+```bat
+scrcpy --prefer-text --turn-screen-off --stay-awake
+```
+
+Then just double-click on that file.
+
+[show file extensions]: https://www.howtogeek.com/205086/beginner-how-to-make-windows-show-file-extensions/
diff --git a/LICENSE b/LICENSE
index bc4bb77d..b320f699 100644
--- a/LICENSE
+++ b/LICENSE
@@ -188,7 +188,7 @@
identification within third-party archives.
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.id.md b/README.id.md
index 5af56663..a2cfa3d5 100644
--- a/README.id.md
+++ b/README.id.md
@@ -675,7 +675,7 @@ Baca [halaman pengembang].
## Lisensi
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.ko.md b/README.ko.md
index 4e6d8fc5..58b44dfe 100644
--- a/README.ko.md
+++ b/README.ko.md
@@ -477,7 +477,7 @@ _²화면이 꺼진 상태에서 우클릭 시 다시 켜지며, 그 외의 상
## 라이선스
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index 8cf562dc..17b8e134 100644
--- a/README.md
+++ b/README.md
@@ -202,6 +202,8 @@ scrcpy --lock-video-orientation 3 # 90° clockwise
This affects recording orientation.
+The [window may also be rotated](#rotation) independently.
+
#### Encoder
@@ -407,9 +409,9 @@ Note that _scrcpy_ manages 3 different rotations:
- MOD+r requests the device to switch between portrait
and landscape (the current running app may refuse, if it does support the
requested orientation).
- - `--lock-video-orientation` changes the mirroring orientation (the orientation
- of the video sent from the device to the computer). This affects the
- recording.
+ - [`--lock-video-orientation`](#lock-video-orientation) changes the mirroring
+ orientation (the orientation of the video sent from the device to the
+ computer). This affects the recording.
- `--rotation` (or MOD+←/MOD+→)
rotates only the window content. This affects only the display, not the
recording.
@@ -766,7 +768,7 @@ Read the [developers page].
## Licence
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.pt-br.md b/README.pt-br.md
index 654f62cb..4f2122a6 100644
--- a/README.pt-br.md
+++ b/README.pt-br.md
@@ -508,7 +508,7 @@ Leia a [developers page].
## Licença
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.zh-Hans.md b/README.zh-Hans.md
index 85e178d6..3774c5d9 100644
--- a/README.zh-Hans.md
+++ b/README.zh-Hans.md
@@ -703,7 +703,7 @@ _³需要安卓版本 Android >= 7。_
## 许可协议
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.zh-Hant.md b/README.zh-Hant.md
index 82eb1d9b..b4dc69ec 100644
--- a/README.zh-Hant.md
+++ b/README.zh-Hant.md
@@ -682,7 +682,7 @@ _³只支援 Android 7+。_
## Licence
Copyright (C) 2018 Genymobile
- Copyright (C) 2018-2020 Romain Vimont
+ Copyright (C) 2018-2021 Romain Vimont
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.