Recent content by ukr

  1. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    My code is robocopy "C:\" "e:\Ulli-Robo-sichern\c\" /MIR /L /V /TS /FP /BYTES /XJ ^ /XF "C:\hiberfil.sys" "C:\pagefile.sys" "C:\swapfile.sys" "C:\DumpStack.log.tmp" ^ /XD "C:\Windows" "C:\$Recycle.bin" "C:\Program Files\WindowsApps" "C:\$WINDOWS.~BT" "%LOCALAPPDATA%\Temp"set "RC=%ERRORLEVEL%"
  2. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Thisi is the beginning of my script.
  3. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Ok, concerning the improved code, i'm testing it, bur it needs some time. I will post the result as soon as it finished.
  4. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    ------------------------------------------------------------------------------- ROBOCOPY :: Robustes Dateikopieren fr Windows ------------------------------------------------------------------------------- Gestartet: Donnerstag, 5. Februar 2026...
  5. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Sollte diese Zeile /XD "C:\Windows" "C:\$Recycle.bin" "C:\Program Files\WindowsApps" "C:\$WINDOWS.~BT" "%LOCALAPPDATA%\Temp" auch hinter den jeweiligen Ordnern auch einen BS haben?
  6. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Hallo Gemeinde, ich habe in einer Bat-Datei folgenden Befehl: set x=e:\...\c\ robocopy c: %x% ^ /MIR /ZB /R:1 /SEC /W:1 /MT:8 /DST /LOG:"d:\log\c\%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%.log" /TEE /XJ /XF "C:\hiberfil.sys" "C:\pagefile.sys" "C:\swapfile.sys"...
  7. U

    Windows 11 Schwarzer Bildschirm mit sichtbarer Maus

    Hallo Gemeinde, ich habe seit einigen Tagen folgendes Problem. Ich wollte von meinem Normal-Benutzer-Konto in das zusätzlich eingerichtete Administrator-Konto wechseln. Seitdem bleibt bei Anmeldung mit diesem Konto der Bildschirm schwarz mit sichtbarer Maus. Mein Standard-Benutzer-Konto kann...
  8. U

    Windows 11 Probleme mit Batch-Skript - If-Verschachtelung

    Hat den niemand in der Community eine Idee hierzu?
  9. U

    Windows 11 Probleme mit Batch-Skript - If-Verschachtelung

    Ich habe folgendes Batch-Skript geschrieben: Setlocal enabledelayedexpansion Set /A h1 = 12 Set /A m1 = 10 Set /A h2 = 14 Set /A m2 = 50 If %h2% GTR %h1% ( Set /A h = %h2% - %h1% -1 Set /A m = 60 - %m1% + %m2% If "%m%" GEQ 60 ( Set /A m = %m% - 60 Set /A h = %h% + 1...
  10. U

    Windows 10 Robocopy kopiert bei /XD nur das angegebene Hauptverzeichnis

    Hallo Gemeinde! Beim Backup mit Robocopy mit der Befehlszeile net use x: \\backup-pc\d\xxxx /user:admin xxxx robocopy c: x:\c /R:1 /w:1 /Mir /xj /XD "c:\Windows" "c:\$Recycle.bin" wird nur das Hauptverzeichnis "Windows" ausgeschlossen. Die Unterverzeichnisse werden jedoch kopiert. Alle weiteren...
Back
Top