Skip to content

Commit 448e82a

Browse files
authored
Fix winforms designer troubleshoot documentation (#14211)
<!-- Please read CONTRIBUTING.md before submitting a pull request --> Fixes # ## Proposed changes - Change incorrect exclusion rule from `devevn.exe` to `devenv.exe` ## Customer Impact - None ## Regression? - No ## Risk - Low risk, only documentation fix ## Test methodology - Not applicable ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/14211)
2 parents ff0d8d0 + 818aa87 commit 448e82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/designer/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There can be various reasons why the server process may be taking longer than th
3131

3232
### Antivirus is blocking the server process executables
3333

34-
Some customers have reported that the connection timeouts were caused by configurations of their antivirus services. In such cases it is recommended to add exclusion rules for `devevn.exe` and `DesignToolsServer.exe`, and this can unblock these executables and can increase the I/O of the shadow cache. For example, to add an exception to the Windows Defender so that it is not slowed down by the system call hooks Defender uses to provide real-time protection can be done with the following PowerShell command:
34+
Some customers have reported that the connection timeouts were caused by configurations of their antivirus services. In such cases it is recommended to add exclusion rules for `devenv.exe` and `DesignToolsServer.exe`, and this can unblock these executables and can increase the I/O of the shadow cache. For example, to add an exception to the Windows Defender so that it is not slowed down by the system call hooks Defender uses to provide real-time protection can be done with the following PowerShell command:
3535

3636
```powershell
3737
Add-MpPreference -ExclusionProcess 'devenv.exe'

0 commit comments

Comments
 (0)