Missing a backslash in UNC path

Missing a backslash in UNC path, it looks OK in the source but only one backslash is displayed in the browser where it should be two backslashes.
This commit is contained in:
Andreas Stenhall 2017-09-24 21:40:07 +02:00 committed by GitHub
parent e52362214b
commit ed787b6c0d

View File

@ -157,7 +157,7 @@ You can use Group Policy to deploy the configuration you've created to multiple
7. In the **Options::** section, enter the location and filename of the Exploit Protection configuration file that you want to use, such as in the following examples:
- C:\MitigationSettings\Config.XML
- \\Server\Share\Config.xml
- \\\Server\Share\Config.xml
- https://localhost:8080/Config.xml
8. Click **OK** and [Deploy the updated GPO as you normally do](https://msdn.microsoft.com/en-us/library/ee663280(v=vs.85).aspx).