Skip to content

Commit 585d2e6

Browse files
committed
Update documentation
1 parent 708159c commit 585d2e6

7 files changed

Lines changed: 11 additions & 5 deletions

File tree

16.2 KB
Loading

Documentation/de-DE/Help/Install_RDP_8dot1_on_Windows6dot1.md renamed to Documentation/de-DE/HowTo/Install_RDP_8dot1_on_Windows6dot1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Starten Sie ggf. Ihr System neu und suchen Sie erneut nach Updates.
3030

3131
**3) Überprüfen ob RDP 8.1 unterstützt wird**
3232

33-
Öffnen Sie die Anwendung "Remotedesktopverbindung" (mstsc.exe) über das Windows Startmenü/Suche und klicken Sie auf _Info _. Im Dialog wird die unterstütze RDP-Version angezeigt.
33+
Öffnen Sie die Anwendung "Remotedesktopverbindung" (mstsc.exe) über das Windows Startmenü/Suche und klicken Sie auf _Info_. Im Dialog wird die unterstütze RDP-Version angezeigt.
3434

3535
![mstsc.exe/Info](../../_images/Windows6dot1_RDP8dot1.de-DE.png)

Documentation/de-DE/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dokumentation
22

33
## Hilfe
4-
- [Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?](Help/Install_RDP_8dot1_on_Windows6dot1.md)
4+
- [Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?](HowTo/Install_RDP_8dot1_on_Windows6dot1.md)

Documentation/en-US/Help/Install_RDP_8dot1_on_Windows6dot1.md renamed to Documentation/en-US/HowTo/Install_RDP_8dot1_on_Windows6dot1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ At the time when the article was written, the following updates are available:
2727
- KB3075226
2828

2929
If necessary, restart your system and check for updates again.
30+
31+
**3) Check if RDP 8.1 is supported**
32+
33+
Open the "Remote Desktop Connection" (mstsc.exe) application from the Windows Start menu/Search and click _Info_. The supported RDP version is displayed in the dialog.
34+
35+
![mstsc.exe/Info](../../_images/Windows6dot1_RDP8dot1.png)

Documentation/en-US/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Documentation
22

33
## Help
4-
- [How to install RDP 8.1 on Windows 7/Server 2008 R2?](Help/Install_RDP_8dot1_on_Windows6dot1.md)
4+
- [How to install RDP 8.1 on Windows 7/Server 2008 R2?](HowTo/Install_RDP_8dot1_on_Windows6dot1.md)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _On Windows 10 systems, SmartScreen may prevent the execution of the_ `NETworkMa
5252

5353
- Windows 7 or later
5454
- .NET-Framework 4.6
55-
- RDP 8.1 ([How to install RDP 8.1 on Windows 7/Server 2008 R2?](Documentation/en-US/Help/Install_RDP_8dot1_on_Windows6dot1.md))
55+
- RDP 8.1 ([How to install RDP 8.1 on Windows 7/Server 2008 R2?](Documentation/en-US/HowTo/Install_RDP_8dot1_on_Windows6dot1.md))
5656

5757
<h2>Documentation</h2>
5858

Source/NETworkManager/Models/Documentation/DocumentationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static List<DocumentationInfo> List
1818
{
1919
return new List<DocumentationInfo>
2020
{
21-
new DocumentationInfo(00001, @"/Help/Install_RDP_8dot1_on_Windows6dot1.md", GetLocalizationInfoList("en-US", "de-DE"))
21+
new DocumentationInfo(00001, @"/HowTo/Install_RDP_8dot1_on_Windows6dot1.md", GetLocalizationInfoList("en-US", "de-DE"))
2222
};
2323
}
2424
}

0 commit comments

Comments
 (0)