Skip to content

Commit 6d7bdbb

Browse files
committed
Add images to repo
1 parent 922beea commit 6d7bdbb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/Tests/dotnet-MsiInstallation.Tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Create a new Virtual Switch connected to your external network adapter, and chec
4646
- In network settings inside the VM OS Windows Network Settings, switch the network connection type to Private Network, and turn on Network discovery and File and printer sharing.
4747

4848
The first setting can be found in the 'Ethernet' or 'Wireless Connection' tab at the top.
49-
![image](https://github.com/dotnet/sdk/assets/23152278/7ddd317d-eca3-47e9-a07b-88bcab8d96a2)
49+
![image](images/private-network.png)
5050

5151
Network Discovery and File Sharing is found under the 'advanced' tab, then under Advanced Sharing Settings.
52-
![image](https://github.com/dotnet/sdk/assets/23152278/08d9fbfc-a603-4da4-b98f-129a2ee90c7b)
52+
![image](images/advanced-network-settings.png)
5353

54-
![image](https://github.com/dotnet/sdk/assets/23152278/ccb891bf-d30d-4555-b0fb-88216c63c21e)
54+
![image](images/file-and-printer-sharing.png)
5555

5656

5757
- Inside the VM, set the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy registry value to 1 ([reference](https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/user-account-control-and-remote-restriction)). This will allow you to access the admin share (`\\TestVM\c$`). Note that the PC Name could be different from the VM name, and you should use that instead if it's different, such as if the PC is named `WINDEV2401EVAL`.
54.9 KB
Loading
57.3 KB
Loading
73.7 KB
Loading

0 commit comments

Comments
 (0)