Skip to content

Commit c40bcf9

Browse files
Apply suggestions from code review
pcx suggestions Co-authored-by: Pedro Sousa <[email protected]>
1 parent 575baec commit c40bcf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/known-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Use of the WARP client in a Microsoft 365 Windows 10 Cloud PC is not supported.
108108

109109
## Troubleshooting
110110

111-
- [Troubleshooting](/cloudflare-one/faq/#troubleshooting) - Review Troubleshooting for other WARP-related troubleshooting errors and solutions.
111+
- [Troubleshooting](/cloudflare-one/faq/troubleshooting/) - Review Troubleshooting for other WARP-related troubleshooting errors and solutions.

src/content/docs/cloudflare-one/faq/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ msiexec /i <PATH_TO_WARP_MSI> /L*V <PATH_TO_OUTPUT_LOG>
354354

355355
Check the logs to verify if there are any missing DLLs (for example, `netstandard2.0`), which may point to a missing or outdated version of the .NET Framework.
356356

357-
One common cause is a missing or outdated version of the [.NET Framework Runtime](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/download-warp/#windows:~:text=NET%20Framework%20version-,4.7.2%20or%20later,-HD%20space). Cloudflare WARP requires a .NET Framework version of `4.7.2` or later.
357+
One common cause is a missing or outdated version of the [.NET Framework Runtime](/cloudflare-one/connections/connect-devices/warp/download-warp/#windows:~:text=NET%20Framework%20version-,4.7.2%20or%20later,-HD%20space). Cloudflare WARP requires a .NET Framework version of `4.7.2` or later.
358358

359359
Some legacy Windows systems (such as Windows 10 Enterprise 1607 LTSB, which is bundled with .NET `4.6`) do not include this runtime by default and may fail during installation with a `Setup Wizard ended prematurely` error. More recent Windows versions include .NET `4.7.2` or later by default and do not encounter this error.
360360

@@ -366,5 +366,5 @@ To fix this:
366366
If the problem continues, try running the [.NET Repair Tool](https://www.microsoft.com/en-ca/download/details.aspx?id=30135), or check which .NET versions are installed by running the following command in PowerShell:
367367

368368
```powershell
369-
Get-ChildItem -Path HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP -Recurse | ForEach-Object { $_.Name; Get-ItemProperty $_.PSPath; "" }
369+
Get-ChildItem -Path "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP" -Recurse | ForEach-Object { $_.Name; Get-ItemProperty $_.PSPath; "" }
370370
```

0 commit comments

Comments
 (0)