Skip to content

Commit e72fe5c

Browse files
committed
Acrolinx and link fixes
1 parent 3770fbc commit e72fe5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install/create-a-network-installation-of-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You must have an internet connection to complete this step. To create an offline
8484

8585
You can modify the response.json to set default values that are used when setup is run. For example, you can configure the `response.json` file to select a specific set of workloads selected automatically. See [Automate Visual Studio installation with a response file](automated-installation-with-response-file.md) for details.
8686

87-
And, if you run into a problem with the Visual Studio bootstrapper throwing an error when you pair it with a response.json file, see the [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio#error-failed-to-parse-id-from-parent-process) page for more information on what to do.
87+
And, if you run into a problem with the Visual Studio bootstrapper throwing an error when you pair it with a response.json file, see the "Failed to parse ID from parent process" section of the [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md#error-failed-to-parse-id-from-parent-process) page for more information on what to do.
8888

8989
## Copy the layout to a network share
9090

docs/install/troubleshooting-network-related-errors-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Enable connections for the following URLs:
131131

132132
You might encounter this error message when you use a Visual Studio bootstrapper and a response.json file on a network drive. The error's source is the User Account Control (UAC) in Windows.
133133

134-
Here's why this can happen: A mapped network drive or [UNC](/dotnet/standard/io/file-patch-formats#unc-paths) share is linked to a user's access token. When UAC is enabled, two user [access tokens](/windows/win32/secauthz/access-tokens) are created: One *with* administrator access, and one *without* administrator access. When network drive or share is created, the user's current access token is linked to it. Because the bootstrapper must be run as administrator, it won't be able to access the network drive or share if either the drive or the share isn't linked to a user access token that has administrator access.
134+
Here's why this error can happen: A mapped network drive or [UNC](/dotnet/standard/io/file-patch-formats#unc-paths) share is linked to a user's access token. When UAC is enabled, two user [access tokens](/windows/win32/secauthz/access-tokens) are created: One *with* administrator access, and one *without* administrator access. When network drive or share is created, the user's current access token is linked to it. Because the bootstrapper must be run as administrator, it won't be able to access the network drive or share if either the drive or the share isn't linked to a user access token that has administrator access.
135135

136136
### To fix this error
137137

0 commit comments

Comments
 (0)