From 165d9b715432fce5f08479d8f79562a59a7b8b3b Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Mon, 24 Aug 2026 00:04:23 +0200 Subject: [PATCH] miragte.bat aktualisiert --- miragte.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/miragte.bat b/miragte.bat index 41991a1..1f3623e 100644 --- a/miragte.bat +++ b/miragte.bat @@ -62,6 +62,7 @@ ping 127.0.0.1 -n 11 >nul echo Raeume pcvisit Datei-Reste auf... rmdir /S /Q "%ProgramFiles(x86)%\pcvisit Software AG" >nul 2>&1 rmdir /S /Q "%ProgramFiles%\pcvisit Software AG" >nul 2>&1 +powershell -Command "Get-Service -Name '*pcvisit*', '*caloa*' -ErrorAction SilentlyContinue | ForEach-Object { Stop-Service -Name $_.Name -Force -ErrorAction SilentlyContinue; Set-Service -Name $_.Name -StartupType Disabled -ErrorAction SilentlyContinue; sc.exe delete $_.Name }" >nul 2>&1 echo Fertig! Migration komplett abgeschlossen. \ No newline at end of file