cortado/rtas/inhibit_system_recovery.py [36:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ]
    )

    # Create a volume shadow copy so that there is at least one to delete
    _ = _common.execute_command(
        [
            "powershell.exe",
            "Invoke-Expression",
            "-Command",
            "'wmic.exe",
            "shadowcopy",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cortado/rtas/inhibit_system_recovery.py [50:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ]
    )
    _ = _common.execute_command(
        [
            "powershell.exe",
            "Invoke-Expression",
            "-Command",
            "'wmic.exe",
            "shadowcopy",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



