Skip to content

Commit fb7d8b6

Browse files
authored
Update README.md
1 parent 1678bb1 commit fb7d8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The RDC Launcher allows to use the Remote Desktop client (msrdc) as like the Rem
2424

2525
1. Download [the zip file](https://github.com/tksh164/rdclauncher/releases/latest).
2626
- After the download the zip file, you can unblock the zip file from the file's property or using [Unblock-File](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/unblock-file) cmdlet.
27-
2. Extract to files from the zip file. You can extract files from the `Extract All...` context menu in the File Explorer or using [Expand-Archive](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive) cmdlet.
27+
2. Extract to files from the zip file. You can extract files from the **Extract All...** context menu in the File Explorer or using [Expand-Archive](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive) cmdlet.
2828
3. Locate to the extracted files to anywhere you like.
2929

3030
If you don't need this app anymore, you can uninstall it by delete the located folder.
@@ -41,23 +41,23 @@ If you don't need this app anymore, you can uninstall it by delete the located f
4141
</setting>
4242
```
4343
44-
- `DefaultFitSessionToWindowEnabled`: If set True, the `Fit session to window` checkbox is checked by default.
44+
- `DefaultFitSessionToWindowEnabled`: If set `True`, the **Fit session to window** checkbox is checked by default.
4545
4646
```
4747
<setting name="DefaultFitSessionToWindowEnabled" serializeAs="String">
4848
<value>False</value>
4949
</setting>
5050
```
5151
52-
- `DefaultUpdateResolutionOnResizeEnabled`: If set True, the `Update resolution on resize` checkbox is checked by default.
52+
- `DefaultUpdateResolutionOnResizeEnabled`: If set `True`, the **Update resolution on resize** checkbox is checked by default.
5353
5454
```
5555
<setting name="DefaultUpdateResolutionOnResizeEnabled" serializeAs="String">
5656
<value>True</value>
5757
</setting>
5858
```
5959
60-
- `DefaultFullScreenEnabled`: If set True, the `Full screen` checkbox is checked by default.
60+
- `DefaultFullScreenEnabled`: If set `True`, the **Full screen** checkbox is checked by default.
6161
6262
```
6363
<setting name="DefaultFullScreenEnabled" serializeAs="String">

0 commit comments

Comments
 (0)