This commit is contained in:
DoTheEvo
2024-10-08 23:28:56 +02:00
parent 237f473ce9
commit 33906494ad
-2
View File
@@ -412,7 +412,6 @@ Solution that works for me is to mount the shares using powershell `New-SmbGloba
# Restart Explorer
Stop-Process -Name explorer -ErrorAction SilentlyContinue; Start-Process explorer.exe
```
</details>
@@ -435,7 +434,6 @@ Solution that works for me is to mount the shares using powershell `New-SmbGloba
# Restart Explorer
Stop-Process -Name explorer -ErrorAction SilentlyContinue; Start-Process explorer.exe
```
</details>