diff --git a/kopia_backup/readme.md b/kopia_backup/readme.md index 8dfd8bd..30aca98 100644 --- a/kopia_backup/readme.md +++ b/kopia_backup/readme.md @@ -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 - ``` @@ -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 - ```