You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The RDC Launcher allows to use the Remote Desktop client (msrdc) as like the Rem
24
24
25
25
1. Download [the zip file](https://github.com/tksh164/rdclauncher/releases/latest).
26
26
- 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.
28
28
3. Locate to the extracted files to anywhere you like.
29
29
30
30
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
41
41
</setting>
42
42
```
43
43
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.
0 commit comments