Twitter

четвер, 9 травня 2024 р.

How to delete a file that cannot be deleted - 3 ways

 

How to delete a file that cannot be deleted - 3 ways

remontka.pro
6 min
A common problem that novice users encounter is that a file or folder is not deleted (due to some file) that needs to be deleted. In this case, the system writes that the file is occupied by another process or the action cannot be performed because this file is open in Program_Name or that permission needs to be requested from someone. This can be encountered in any version of the OS - Windows 7, 8, Windows 10 or XP.

In fact, there are several ways to delete such files, each of which will be discussed here. Let's see how to delete a file that won't delete without using third-party tools, and then I'll describe how to delete busy files using LiveCD and the free Unlocker program. I note that deleting such files is not always safe. Be careful that it is not a system file (especially when you are told that you need permission from TrustedInstaller). See also: How to delete a file or folder if it says Element not found (could not find this element) .

Note: If the file is not being deleted because it is not in use, but with a message saying that access is denied and you need permission to perform this operation or need to request permission from the owner, then use this guide: How to take ownership of a file and folder in Windows  or Request permission from TrustedInstaller (also suitable for the case when you need to request permission from Administrators).

Also, if the files pagefile.sys and swapfile.sys, hiberfil.sys are not deleted, then the methods below will not help. You will find the instructions about the Windows Page File  (the first two files) or about disabling hibernation useful. Likewise, a separate article on how to delete the Windows.old folder may be useful .

Deleting a file without additional programs

The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.

As a rule, if a file is not deleted, then in the message you will see which process is occupied by it - it could be explorer.exe or some other problem. It is logical to assume that in order to delete it, you need to make sure that the file is “not busy”.

This is easy to do - launch the task manager:

  • In Windows 7 and XP you can access it by Ctrl + Alt + Del.
  • In Windows 8 and Windows 10, you can press the Windows key + X and select Task Manager.
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.

Find the process that is using the file you want to delete and kill the task. Delete the file. If the file is occupied by the explorer.exe process, then before canceling the task in the task manager, run the command line as an administrator and, after canceling the task, use the command del full_path_to_file in the command line to delete it.

To return to the standard desktop view after this, you need to run explorer.exe again; to do this, in the task manager, select “File” - “New task” - “explorer.exe”.

Learn more about Windows Task Manager

Removing a locked file using a bootable USB flash drive or disk

Another way to delete such a file is to boot from any LiveCD drive, system recovery disk, or Windows bootable USB flash drive. When using LiveCD in any of its variants, you can use either the standard Windows graphical interface (for example, in BartPE) and Linux (Ubuntu), or command line tools. Please note that when booting from such a drive, the computer's hard drives may appear under different letters. To ensure that you are deleting a file from the correct drive, you can use the dir c: command (this example will display a list of folders on the C drive).

When using a bootable USB flash drive or installation disk for Windows 7 and Windows 8, at any time during installation (after the language selection window has already loaded and in the following steps), press Shift + F10 to enter the command line. You can also select "System Restore", a link to which is also present in the installation program. Also, as in the previous case, pay attention to possible changes in drive letters.

Using DeadLock to Unlock and Delete Files

Since the Unlocker program discussed below, even from the official website, has recently (2016) begun to install various unwanted programs and is blocked by browsers and antiviruses, I propose to consider an alternative - DeadLock, which also allows you to unlock and delete files from your computer (it also promises to change the owner, but in it didn't work in my tests).
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.
So, if when deleting a file you see a message that the action cannot be performed because the file is open in some program, then using DeadLock in the File menu you can add this file to the list, and then, using the right click - unlock it (Unlock) and remove it (Remove). You can also move the file.
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.
The program, although in English (perhaps a Russian translation will appear soon), is very easy to use. The disadvantage (and for some, perhaps an advantage) is that, unlike Unlocker, it does not add the action of unlocking a file to the Explorer context menu. You can download DeadLock from the official website  http://codedead.com/?page_id=822

Free Unlocker to unlock files that won't be deleted

The Unlocker program is probably the most popular way to delete files that are used by a particular process. The reasons for this are simple: it is free, it does its job properly, and in general, it works. You can download Unlocker for free on the official website of the developer http://www.emptyloop.com/unlocker/  (the site has recently been identified as malicious).

Using the program is very simple - after installation, just right-click on the file that is not being deleted and select “Unlocker” from the context menu. If you are using the portable version of the program, which is also available for download, launch the program and a window will open to select the file or folder you want to delete.

The essence of the program is the same as in the first described method - unloading from memory the processes that are occupied by the file. The main advantages over the first method are that using the Unlocker program it is easier to delete a file and, moreover, it can find and terminate a process that is hidden from the eyes of users, that is, not viewable through the task manager.

Update 2017: Another method, judging by the reviews, works successfully, was proposed in the comments by the author Tokha IT specialist: install and open the 7-Zip archiver (free, it also works as a file manager) and rename the file in it, which is not deleted. After this, the removal is successful.

Why is the file or folder not being deleted?

Some background information from the Microsoft site if anyone is interested. Although, the information is quite scarce. May also be useful: How to clean your disk of unnecessary files .

What may be preventing you from deleting a file or folder?

If you don't have the necessary system rights to change a file or folder, you can't delete it. If you didn't create the file, then chances are you can't delete it. The reason may also be settings made by the computer administrator.

Also, a file or folder containing it cannot be deleted if the file is currently open in the program. You can try closing all programs and try again.

Why when I try to delete a file does Windows say the file is in use?

This error message means that the file is being used by the program. Thus, you need to find the program that uses it and either close the file in it, if it is, for example, a document, or close the program itself. Also, if you are working online, the file may be currently in use by another user.

After deleting all files, an empty folder remains

In this case, try closing all open programs or restarting the computer, and then deleting the folder.

How to delete a file that cannot be deleted - 3 ways

 

How to delete a file that cannot be deleted - 3 ways

remontka.pro
6 min
A common problem that novice users encounter is that a file or folder is not deleted (due to some file) that needs to be deleted. In this case, the system writes that the file is occupied by another process or the action cannot be performed because this file is open in Program_Name or that permission needs to be requested from someone. This can be encountered in any version of the OS - Windows 7, 8, Windows 10 or XP.

In fact, there are several ways to delete such files, each of which will be discussed here. Let's see how to delete a file that won't delete without using third-party tools, and then I'll describe how to delete busy files using LiveCD and the free Unlocker program. I note that deleting such files is not always safe. Be careful that it is not a system file (especially when you are told that you need permission from TrustedInstaller). See also: How to delete a file or folder if it says Element not found (could not find this element) .

Note: If the file is not being deleted because it is not in use, but with a message saying that access is denied and you need permission to perform this operation or need to request permission from the owner, then use this guide: How to take ownership of a file and folder in Windows  or Request permission from TrustedInstaller (also suitable for the case when you need to request permission from Administrators).

Also, if the files pagefile.sys and swapfile.sys, hiberfil.sys are not deleted, then the methods below will not help. You will find the instructions about the Windows Page File  (the first two files) or about disabling hibernation useful. Likewise, a separate article on how to delete the Windows.old folder may be useful .

Deleting a file without additional programs

The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.

As a rule, if a file is not deleted, then in the message you will see which process is occupied by it - it could be explorer.exe or some other problem. It is logical to assume that in order to delete it, you need to make sure that the file is “not busy”.

This is easy to do - launch the task manager:

  • In Windows 7 and XP you can access it by Ctrl + Alt + Del.
  • In Windows 8 and Windows 10, you can press the Windows key + X and select Task Manager.
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.

Find the process that is using the file you want to delete and kill the task. Delete the file. If the file is occupied by the explorer.exe process, then before canceling the task in the task manager, run the command line as an administrator and, after canceling the task, use the command del full_path_to_file in the command line to delete it.

To return to the standard desktop view after this, you need to run explorer.exe again; to do this, in the task manager, select “File” - “New task” - “explorer.exe”.

Learn more about Windows Task Manager

Removing a locked file using a bootable USB flash drive or disk

Another way to delete such a file is to boot from any LiveCD drive, system recovery disk, or Windows bootable USB flash drive. When using LiveCD in any of its variants, you can use either the standard Windows graphical interface (for example, in BartPE) and Linux (Ubuntu), or command line tools. Please note that when booting from such a drive, the computer's hard drives may appear under different letters. To ensure that you are deleting a file from the correct drive, you can use the dir c: command (this example will display a list of folders on the C drive).

When using a bootable USB flash drive or installation disk for Windows 7 and Windows 8, at any time during installation (after the language selection window has already loaded and in the following steps), press Shift + F10 to enter the command line. You can also select "System Restore", a link to which is also present in the installation program. Also, as in the previous case, pay attention to possible changes in drive letters.

Using DeadLock to Unlock and Delete Files

Since the Unlocker program discussed below, even from the official website, has recently (2016) begun to install various unwanted programs and is blocked by browsers and antiviruses, I propose to consider an alternative - DeadLock, which also allows you to unlock and delete files from your computer (it also promises to change the owner, but in it didn't work in my tests).
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.
So, if when deleting a file you see a message that the action cannot be performed because the file is open in some program, then using DeadLock in the File menu you can add this file to the list, and then, using the right click - unlock it (Unlock) and remove it (Remove). You can also move the file.
The file is already in use. Close the file and try again.
The file is already in use. Close the file and try again.
The program, although in English (perhaps a Russian translation will appear soon), is very easy to use. The disadvantage (and for some, perhaps an advantage) is that, unlike Unlocker, it does not add the action of unlocking a file to the Explorer context menu. You can download DeadLock from the official website  http://codedead.com/?page_id=822

Free Unlocker to unlock files that won't be deleted

The Unlocker program is probably the most popular way to delete files that are used by a particular process. The reasons for this are simple: it is free, it does its job properly, and in general, it works. You can download Unlocker for free on the official website of the developer http://www.emptyloop.com/unlocker/  (the site has recently been identified as malicious).

Using the program is very simple - after installation, just right-click on the file that is not being deleted and select “Unlocker” from the context menu. If you are using the portable version of the program, which is also available for download, launch the program and a window will open to select the file or folder you want to delete.

The essence of the program is the same as in the first described method - unloading from memory the processes that are occupied by the file. The main advantages over the first method are that using the Unlocker program it is easier to delete a file and, moreover, it can find and terminate a process that is hidden from the eyes of users, that is, not viewable through the task manager.

Update 2017: Another method, judging by the reviews, works successfully, was proposed in the comments by the author Tokha IT specialist: install and open the 7-Zip archiver (free, it also works as a file manager) and rename the file in it, which is not deleted. After this, the removal is successful.

Why is the file or folder not being deleted?

Some background information from the Microsoft site if anyone is interested. Although, the information is quite scarce. May also be useful: How to clean your disk of unnecessary files .

What may be preventing you from deleting a file or folder?

If you don't have the necessary system rights to change a file or folder, you can't delete it. If you didn't create the file, then chances are you can't delete it. The reason may also be settings made by the computer administrator.

Also, a file or folder containing it cannot be deleted if the file is currently open in the program. You can try closing all programs and try again.

Why when I try to delete a file does Windows say the file is in use?

This error message means that the file is being used by the program. Thus, you need to find the program that uses it and either close the file in it, if it is, for example, a document, or close the program itself. Also, if you are working online, the file may be currently in use by another user.

After deleting all files, an empty folder remains

In this case, try closing all open programs or restarting the computer, and then deleting the folder.

субота, 6 квітня 2024 р.

[DE] DOI 50.000 Tote: Was wissen wir über die Verluste | Russlands in der Ukraine bis April 2024?

 

50.000 Tote: Was wissen wir über die Verluste Russlands in der Ukraine bis April 2024?

BBC
Minuten
5. April 2024

Bildnachweis: STRINGER/AFP über Getty Images

  • Autorin, Olga Ivshina
  • Position, BBC

Die Namen von mehr als 50.000 russischen Militärangehörigen, die seit Februar 2022 im Krieg in der Ukraine ums Leben kamen, wurden von der BBC zusammen mit der Publikation Mediazona (in Russland als „ausländischer Agent“ anerkannt) und einem Team von Freiwilligen auf der Grundlage offener Quellen ermittelt . Mindestens 43 % waren zu Beginn der Invasion in der Ukraine nicht der Armee angeschlossen. Aber höchstwahrscheinlich könnte der tatsächliche Anteil derjenigen, die „aus dem Zivilleben“ an die Front gingen, 70 % aller Kampfverluste der russischen Seite erreichen.

Unter ihnen sind Soldaten, deren Schicksal ihre Angehörigen zwei Jahre lang nicht erfahren konnten.

„Ehre sei Dir, Herr! Ich rufe unwillkürlich... Und dann Leere, Dunkelheit. Und dann Stille. Und ich komme durch ein wildes Schreien und Schluchzen zur Besinnung! So erfuhr ich am 20. März 2024 die Nachricht vom Tod und dem Zufall der DNA meines geliebten Sohnes Kirill, der litt und zum Herrn bettelte“, schrieb Irina Chistyakova, die Mutter eines 19-Jährigen. alter Soldat, der nach einer Schlacht in der Region Charkow in der Ukraine verschwand, auf ihrer Seite im März 2022.

Foto -CopyrightIrina Chistyakova

Kirill leistete seinen Wehrdienst ab und unterzeichnete – unerwartet für seine Familie – einen Vertrag kurz vor Beginn der umfassenden Invasion Russlands in der Ukraine. Seine Mutter glaubt, dass er dazu gezwungen wurde. In einer der ersten Schlachten wurde Kirill vermisst. Seine sterblichen Überreste wurden erst im März 2024 gefunden.

Entgegen dem Versprechen des russischen Präsidenten Wladimir Putin nehmen weiterhin Wehrpflichtige an Feindseligkeiten teil. Wir kennen die Namen von mindestens 101 Wehrpflichtigen, die während der Invasion in der Ukraine ums Leben kamen. Einige von ihnen starben in der russischen Region Belgorod, wo sie Grenzstellungen bewachten und nicht offiziell am Krieg teilnahmen. Tatsächlich gerieten die Schulkinder von gestern jedoch fast täglich unter Artillerie- und Kleinwaffenfeuer und hielten Stellungen, die eigentlich von professionellen Einheiten bewacht werden sollten.

Derzeit sind 18 % aller unserer bestätigten Verluste Gefangene, 13 % sind Freiwillige, die an die Front gingen, 12 % sind mobilisiert.

Bei weiteren 28 % der Toten konnte die Zugehörigkeit zu der einen oder anderen Gruppe von Militärangehörigen oder Truppengattungen nicht festgestellt werden. Dies geschieht vor allem, weil russische Beamte heute weitaus weniger Details über die Toten preisgeben als noch zu Beginn des Krieges. In den meisten Fällen werden solchen Nachrufen jedoch Fotos des Verstorbenen in Zivil beigefügt.

Auf dieser Grundlage können wir davon ausgehen, dass die meisten derjenigen, die sich jetzt in unserer Rubrik „Keine Daten“ befinden, vor der Invasion der Ukraine keinen Bezug zu paramilitärischen Strukturen hatten.

Unter Berücksichtigung dieses Umstands stellt sich heraus, dass die tatsächliche Zahl derjenigen, die „aus dem Zivilleben“ an die Front gingen, 70 % aller Kampfverluste auf russischer Seite erreichen kann.

Bei allen oben genannten Zahlen handelt es sich lediglich um Verluste, die wir anhand offener Daten bestätigen konnten: Berichte von Behörden und Medien, Veröffentlichungen von nahen Angehörigen der Opfer in sozialen Netzwerken, Informationen von Gedenkstätten und Grabstätten.

Die tatsächliche Zahl der Todesfälle auf russischer Seite (ohne Militärpersonal aus den Gebieten der sogenannten „Volksrepubliken“) könnte nach unseren Schätzungen doppelt so hoch sein.

Zu diesem Schluss kamen wir, indem wir die Situation auf Friedhöfen in 70 Siedlungen in ganz Russland systematisch untersuchten.

Lesen Sie mehr über die Verluste während der russischen Offensive

Ab Oktober 2023 begannen die bestätigten wöchentlichen Verluste auf russischer Seite deutlich zu steigen. Seit dem 9. Oktober sind die bestätigten wöchentlichen Opferzahlen auf 550-600 gestiegen.

Während im August und September jede Woche durchschnittlich 360 militärische Todesfälle bestätigt wurden. Dieser Sprung fällt mit Berichten über den Beginn einer neuen Operation zur Erstürmung von Awdejewka (im Allgemeinen haben die Kämpfe um diese Stadt seit Februar 2022 nicht aufgehört) und anderer Siedlungen in der Region Donezk zusammen.

Zwischen Oktober 2023 und dem 5. April 2024 starben mindestens 1.014 russische Soldaten (diese Zahl berücksichtigt nicht die Soldaten, deren Todesdatum unbekannt ist).

Jetzt sagen viele Experten, dass die Versuche, die russischen Streitkräfte in der Region Donezk zu durchbrechen, gestoppt wurden. Allerdings kommen die Informationen über die Toten zu spät, so dass wir weiterhin Berichte über diejenigen erhalten, die während dieser Offensive, insbesondere während des Angriffs auf Avdiivka, getötet wurden.

Im Allgemeinen liegen die von uns ermittelten Zahlen zu den russischen Verlusten im Herbst und Winter 2023 nach den Verlusten beim Angriff auf Ugledar und Bachmut im Winter und Frühjahr letzten Jahres an zweiter Stelle.

Die Steigerungsrate der Verluste ist weiterhin eineinhalb bis zwei Mal höher als der Durchschnitt der ersten 12 Monate der Invasion.

Haupttrends

Entgegen früheren Expertenprognosen spielen Häftlingseinheiten weiterhin eine wichtige Rolle an der Front und erleiden weiterhin hohe Verluste.

Dies liegt vor allem daran, dass die russische Armee zunehmend Wagner-Gruppentaktiken anwendet. Dabei handelt es sich um wellenförmige Angriffe kleiner Angriffsgruppen in verschiedene Richtungen. Diese Methode führt zu großen Verlusten an Arbeitskräften.

Um die Zusammensetzung der verfeindeten Einheiten wieder aufzufüllen, wendet das Verteidigungsministerium eine Reihe von Strategien an. Erstens wird die Rekrutierung von Sträflingen in Kolonien fortgesetzt. Allerdings können sie nun nicht wie bisher nach sechs Monaten an der Front entlassen werden, sondern erst nach Kriegsende.

BildrechteGetty Images

Überspringen Sie die Podcast-Werbung und lesen Sie weiter.
Was war das?

Wir erklären schnell, einfach und klar, was passiert ist, warum es wichtig ist und was als nächstes passieren wird.

Episoden

Ende der Geschichte Podcast-Werbung

Die zweite Möglichkeit der Wiederauffüllung ist die Rekrutierung von Freiwilligen, die Verträge mit dem Verteidigungsministerium unterzeichnen möchten. Erst letztes Jahr gaben lokale Behörden in verschiedenen Regionen Russlands zu, dass sie „den Plan vermasselt“ hatten, neu ausgebildete Vertragssoldaten zu rekrutieren und an die Front zu schicken.

Beispielsweise wurde die Stadt Krasnojarsk im vergangenen Jahr mit der Rekrutierung von 2.000 Menschen beauftragt.

„Jeder Bezirk hat einen Plan erhalten. Dieser Plan ist für das gesamte 24. Jahr geplant. Es gibt also zwei Anzeichen. Ein Schild zeigt, wie viel vom Gesamtplan bis heute umgesetzt wurde ... Und heute haben wir im Februar einen Mangel von zwei Personen“,   sagte   der Leiter eines der Bezirke von Krasnojarsk, Juri Sawtschuk, bereits dies Jahr.

„Wenn man bedenkt, dass unsere Vertragssoldaten im letzten Jahr hauptsächlich Alkoholiker, Obdachlose, Whippersnapper, Gefangene usw. waren, sind die Bezirke Central und Zheleznodorozhny alte, zentrale Bezirke, in denen es weniger solche Teams gibt als an der Peripherie der Stadt “, ermutigte er den offiziellen örtlichen Abgeordneten Wjatscheslaw Djukow.

Die Militärführung hingegen versucht nun, die Fallschirmjäger und Spezialeinheiten, die das erste Kriegsjahr überlebt haben, zu schützen, indem sie sie zur Stellungshaltung und für Scharfschützeneinsätze einsetzt. Wertvolle Fachkräfte werden nur noch dann in die Offensive geschickt, wenn günstige Bedingungen vorliegen, sagen Experten.

Seit Beginn der Invasion hat Russland mindestens 3.354 Offiziere in der Ukraine verloren.

Darunter 1016 Elite-Spezialisten auf Kommandoebene. Zu dieser Zahl zählen die toten Offiziere der Luftlandetruppen, des Marinekorps, der Spezialeinheiten, der Spezialeinheiten der russischen Garde sowie Militärpiloten.

Der Verlust genau dieser Offiziere ist für die russische Armee möglicherweise der heikelste und am schwierigsten zu ersetzende Verlust. Wenn beispielsweise der Kommandeur einer Spezialeinheit stirbt, kann ihn nur ein Offizier derselben militärischen Spezialität ersetzen. Und seine Vorbereitung erfordert mindestens vier Jahre Militärschule und dann weitere zwei bis drei Dienstjahre, um entsprechende Erfahrungen zu sammeln.

Darüber hinaus werden in der Struktur der russischen Streitkräfte in der Regel nur Offiziere für die synchrone Interaktion mit anderen Militärzweigen, insbesondere mit der Artillerie, ausgebildet. Wenn diese Aufgaben in Stresssituationen an ungeschulte oder unerfahrene Kommandeure übertragen werden, kann es zu mangelnder Koordination und erhöhten Verlusten kommen.

Die mangelnde Koordination und die Unfähigkeit, komplexere Offensivmanöver durchzuführen, seien die Hauptgründe für die Aussetzung der russischen Offensive im Donbass gewesen, stellten von der BBC befragte Experten fest.

Allgemeine Einschätzung der russischen Verluste

Die Gesamtzahl der Verluste auf russischer Seite steigt erheblich, wenn wir diejenigen in die Liste aufnehmen, die als Teil der „Volksmilizen“ der selbsternannten DVR und LPR gegen die Ukraine gekämpft haben.

Ab dem 22. Dezember 2022 veröffentlichte die DVR keine Daten über die Verluste ihrer Truppen (die sogenannten LPR-Behörden veröffentlichten überhaupt keine Informationen über ihre Verluste).

Nachdem wir veröffentlichte Nachrufe und Nachrichten über die Suche nach LDNR-Mitgliedern studiert hatten, mit denen schon lange kein Kontakt mehr bestand, kamen wir zu dem Schluss, dass es bis Ende Februar etwa 23.400 Kämpfer der selbsternannten „Republiken“ des Donbass gegeben haben könnte gestorben.

Wir gehen davon aus, dass wir etwa die Hälfte der tatsächlichen Verluste russischer Einheiten nicht berücksichtigen, da wir uns nur auf offene Informationsquellen stützen. Folglich könnte die tatsächliche Zahl der russischen Militärtoten 100.000 überschreiten.

Und unter Berücksichtigung der Toten der DVR- und LPR-Einheiten könnten die Gesamtverluste der prorussischen Kräfte an den Toten 123.400 Menschen betragen.

Wir sammeln weiterhin Daten über tote Militärangehörige. Wenn Sie Informationen zu diesem Thema teilen möchten, senden Sie bitte eine E-Mail an bbcrussian@bbc.co.uk oder kontaktieren Sie uns hier .

Was denken wir?

In Russland werden täglich neue Namen von Toten und Fotos von Beerdigungen veröffentlicht. Am häufigsten werden die Namen von den Leitern russischer Regionen oder Vertretern von Bezirksverwaltungen, lokalen Medien und Bildungseinrichtungen, in denen der Verstorbene zuvor studiert hat, sowie von Verwandten vergeben.

Die BBC, Mediazona und ein Team von Freiwilligen überprüfen diese Daten und fügen sie einer Liste hinzu, die wir seit der russischen Invasion in der Ukraine führen

Wir betrachten eine Veröffentlichung in einer offiziellen russischen Quelle oder einem russischen Medium, Veröffentlichungen von Verwandten oder Beiträge in anderen Quellen, wenn ihnen Fotos der Beerdigung als Bestätigung des Todes beigefügt sind.

In der Hauptberechnung berücksichtigen wir nicht die Verluste der selbsternannten Republiken der LDPR. Wenn jedoch ein Bürger der Russischen Föderation freiwillig in den Krieg zog und sich den Armeen dieser Republiken anschloss, berücksichtigen wir ihn.

Wir bestimmten die Art der Truppen anhand von Berichten über den Dienstort des Verstorbenen oder anhand von Abzeichen auf der Uniform. Mobilisierte, Freiwillige und Gefangene sind keine getrennten Zweige des Militärs, wir heben diese Verluste jedoch in einer separaten Kategorie hervor, um sie mit den Verlusten professioneller (Vertrags-)Einheiten der regulären Armee zu vergleichen.

„Andere Truppen“ in der Liste umfassen Luftverteidigungs- und Chemieverteidigungspersonal, Signalwärter, Ärzte, Bodendienste der Luft- und Raumfahrtstreitkräfte, des Innenministeriums, Automobil- und Eisenbahntruppen sowie Militärpolizei.

Melden Sie sich für unseren E-Mail-Newsletter an, um jeden Abend von Montag bis Freitag die Top-Storys des Tages sowie Kontextinformationen zu erhalten, die Ihnen helfen, das Geschehen zu verstehen.