Moving the default path for VMs on an external Drive, or using symlinks?

This is for discussing general topics about how to use VirtualBox.
Post Reply
floogy
Posts: 15
Joined: 16. Nov 2019, 13:06

Moving the default path for VMs on an external Drive, or using symlinks?

Post by floogy »

Hi,

I created the last two days a virtual machine from my older windows xp x64 install on a partition of my harddrive. I used sysinternals Disk2vhd to create the virtual disk for that task. To manage snapshots, I had to adjust the UUID to generate snapshots, because I ran into the Parent UUID mismatch error. viewtopic.php?f=6&t=79896

I thought, I once set up virtualbox with a defaut path and VM folder in my home directory, but linked to an external drive by a symbolic link using Schinagls Link Shell Extension. But this was not the case. Now my home folder runs out of memory after storing 180GB snapshots.

Now I'm wondering, how I can move it to the same external folder on my 8TB WD MyBook USB3 drive as the *.vhd drives.

The main problem might be, that the default VM path is

Code: Select all

Default VM Path: "C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives" [some VHD (additional USB-drives) and the Snapshots]
VHDs: "L:\Data\VirtualBox VMs\Windows XP x64"
(Main VHD files on MyBook)
floogy
Posts: 15
Joined: 16. Nov 2019, 13:06

Re: Moving the default path for VMs on an external Drive, or using symlinks?

Post by floogy »

I moved now all files on MyBook and changed accordingly the default path in virtualbox, but the machines are still in accessible.

Code: Select all

Runtime error opening 'C:\Users\Gerhard\VirtualBox VMs\Microsoft Windows XP Professional x64 Edition\Microsoft Windows XP Professional x64 Edition.vbox' for reading: -103 (Path not found.).
F:\tinderbox\win-6.0\src\VBox\Main\src-server\MachineImpl.cpp[752] (long __cdecl Machine::i_registeredInit(void)).
Fehlercode: E_FAIL (0x80004005)
Komponente: MachineWrap
Interface: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}
EDIT: Okay, I just added additioanally a symlink from the moved folder on MyBook L: to my home Directory on C: where the VM default path formally resides and everything is smooth now. I lost a little Performance due to the switch from SSD to external USB 3.0 Harddrive, but everything, even snapshot creating went smooth.

I'm sure one could solve the issue by editing the XML file and that there is a smoother way for moving existing snapshots by .\vhostmanage and so on ...
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Moving the default path for VMs on an external Drive, or using symlinks?

Post by socratis »

Just out of curiosity... Did you notice that if you right-click on a VM, there's a "Move..." menu? Which takes care of everything without the need to having you mess around manually (and potentially corrupting) your VM?
floogy wrote:and changed accordingly the default path in virtualbox
The "Default Path", by which I assume you mean "VirtualBox Preferences" » "General" » "Default Machine Folder", applies only to newly created VMs, not existing ones.
floogy wrote:but the machines are still in accessible
Chances are that you did something wrong, willing to bet on it... ;)

I want to see the recipe of the VM, the ".vbox" file. Right-click on the VM in the VirtualBox Manager, select "Show in Explorer". ZIP the selected ".vbox" file and attach it to your response.

I would also like to see the output from the CommandPrompt/PowerShell of the command:
  • 
    dir /s "<Complete Path in MyBook, where your VM's files are>"
And remove any links that you currently have, you're not making the situation any better, seriously now...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
floogy
Posts: 15
Joined: 16. Nov 2019, 13:06

Re: Moving the default path for VMs on an external Drive, or using symlinks?

Post by floogy »

Haha, no, I didn't knew that. Thanks a very lot for pointing that out. I'm merely the guy who seems to love it complicated *shudder*

I currently added an EDIT section to my last post. I managed the issue simply by adding a schinagl link extension symlink, though.

EDIT: Okay,please wait a Minute, and I'll try to add additional information to your an (mine) ease/wondering.

I'm afraid, that I'll haveissues by adding links to posts on only the first day of registration ...
floogy
Posts: 15
Joined: 16. Nov 2019, 13:06

Re: Moving the default path for VMs on an external Drive, or using symlinks?

Post by floogy »

Code: Select all

Windows PowerShell
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

Lernen Sie das neue plattformübergreifende PowerShell kennen – ht tps:/ /aka.ms/pscore6

PS C:\Users\floogy> DIR /S "L:\Data\VirtualBox VMs"
DIR : Der Pfad "C:\S" kann nicht gefunden werden, da er nicht vorhanden ist.
In Zeile:1 Zeichen:1
+ DIR /S "L:\Data\VirtualBox VMs"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\S:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell[dot].Commands.GetChildItemCommand

PS C:\Users\floogy> ls -l "L:\Data\VirtualBox VMs"


    Verzeichnis: L:\Data\VirtualBox VMs


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----       28.03.2019     20:11                FreeNAS
d-----       11.04.2019     21:11                Ubuntu64
d-----       11.04.2019     21:15                Win 7
d-----       12.11.2019     21:51                Windows XP x64
d-----       13.11.2019     11:20                WinXP64
d-----       16.11.2019     14:49                Microsoft Windows XP Professional x64 Edition
d-----       16.11.2019     15:58                Windows XP x64 Edition (IDE) Einzelne vhd drives


PS C:\Users\floogy> ls -l "VirtualBox VMs"


    Verzeichnis: C:\Users\floogy\VirtualBox VMs


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----       28.03.2019     20:11                FreeNAS
d-----       11.04.2019     21:11                Ubuntu64
d-----       11.04.2019     21:15                Win 7
d-----       12.11.2019     21:51                Windows XP x64
d-----       13.11.2019     11:20                WinXP64
d-----       16.11.2019     14:49                Microsoft Windows XP Professional x64 Edition
d-----       16.11.2019     15:58                Windows XP x64 Edition (IDE) Einzelne vhd drives


PS C:\Users\floogy> ls -ld "VirtualBox VMs"
Get-ChildItem : Es wurde kein Parameter gefunden, der dem Parameternamen "ld" entspricht.
In Zeile:1 Zeichen:4
+ ls -ld "VirtualBox VMs"
+    ~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell[dot].Commands.GetChildItemCommand



PS C:\Users\floogy> Update-Help
Update-Help : Fehler beim Aktualisieren von Hilfe für die Module:
'AppBackgroundTask, AppLocker, Appx, AssignedAccess, BitLocker, BitsTransfer, BranchCache, CimCmdlets, ConfigCI,
DirectAccessClientComponents, Dism, DnsClient, EventTracingManagement, International, iSCSI, ISE, Kds,
Microsoft.PowerShell.Archive, Microsoft.PowerShell.Core, Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host,
Microsoft.PowerShell.LocalAccounts, Microsoft.PowerShell.Management, Microsoft.PowerShell.Security,
Microsoft.PowerShell.Utility, Microsoft.WSMan.Management, MMAgent, MsDtc, MSMQ, NetAdapter, NetConnection,
NetEventPacketCapture, NetLbfo, NetNat, NetQos, NetSecurity, NetSwitchTeam, NetTCPIP, NetworkConnectivityStatus,
NetworkSwitchManager, NetworkTransition, PackageManagement, PcsvDevice, PKI, PnpDevice, PowerShellGet,
PrintManagement, ProcessMitigations, Provisioning, PSDesiredStateConfiguration, PSReadline, PSScheduledJob,
PSWorkflow, PSWorkflowUtility, ScheduledTasks, SecureBoot, SmbShare, SmbWitness, StartLayout, Storage, TLS,
TroubleshootingPack, TrustedPlatformModule, VpnClient, Wdac, WindowsErrorReporting, WindowsSearch, WindowsUpdate'
Zugriff verweigert. Mit diesem Befehl konnten keine Hilfethemen für die Windows PowerShell-Kernmodule oder für Module
im Verzeichnis "$pshome\Modules" aktualisiert werden. Starten Sie zum Aktualisieren dieser Hilfethemen Windows
PowerShell mit der Option "Als Administrator ausführen", und führen Sie "Update-Help" erneut aus.
In Zeile:1 Zeichen:1
+ Update-Help
+ ~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : UpdatableHelpSystemRequiresElevation,Microsoft.PowerShell[dot].Commands.UpdateHelpCommand

Update-Help : Fehler beim Aktualisieren von Hilfe für die Module "AppvClient, Defender,
Microsoft.PowerShell.ODataUtils, Microsoft.PowerShell.Operation.Validation, UEV, Whea, WindowsDeveloperLicense" mit
den Benutzeroberflächenkulturen {de-DE}: Mit dem Hilfeinhalt kann keine Verbindung hergestellt werden. Der Server, auf
dem der Hilfeinhalt gespeichert ist, ist möglicherweise nicht verfügbar. Vergewissern Sie sich, dass der Server
verfügbar ist, oder warten Sie, bis der Server wieder online ist, und führen Sie den Befehl erneut aus.
In Zeile:1 Zeichen:1
+ Update-Help
+ ~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : UnableToConnect,Microsoft.PowerShell[dot].Commands.UpdateHelpCommand

Update-Help : Fehler beim Aktualisieren von Hilfe für die Module "WindowsUpdateProvider" mit den
Benutzeroberflächenkulturen {de-DE}: Die XML-Datei "HelpInfo" für die Benutzeroberflächenkultur de-DE kann nicht
abgerufen werden. Stellen Sie sicher, dass die HelpInfoUri-Eigenschaft im Modulmanifest gültig ist, oder überprüfen
Sie die Netzwerkverbindung, und führen Sie den Befehl dann erneut aus.
In Zeile:1 Zeichen:1
+ Update-Help
+ ~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell[dot].Commands.UpdateHelpCommand

PS C:\Users\floogy> Get-Help

THEMA
    Hilfesystem zu Windows PowerShell

KURZBESCHREIBUNG
    Zeigt Hilfe zu Windows PowerShell-Cmdlets und -Konzepten an.

DETAILBESCHREIBUNG
    In der Windows PowerShell-Hilfe werden Cmdlets, Funktionen, Skripts und Module von Windows PowerShell beschrieben sowie Konzepte erläutert, u. a. die Elemente der Windows PowerShell-Sprache.


    Windows PowerShell enthält keine Hilfedateien, Sie können die Hilfethemen jedoch online lesen. Oder laden Sie mit dem Cmdlet "Update-Help" Hilfedateien auf den Computer herunter, und zeigen Sie die Hilfethemen anschließend mit dem Cmdlet "Get-Help" in der Befehlszeile an.

    Sie können auch mit dem Cmdlet "Update-Help" aktualisierte Hilfedateien nach ihrer Veröffentlichung herunterladen, sodass der lokale Hilfeinhalt immer auf dem neusten Stand ist.

    Ohne Hilfedateien wird von "Get-Help" eine automatisch erstellte Hilfe für Cmdlets, Funktionen und Skripts angezeigt.


  ONLINEHILFE
    Sie finden die Hilfe für Windows PowerShell online in der TechNet-Bibliothek unter "ht tp:/ /go.microsoft[dot]com/fwlink/?LinkID=108518".

    Geben Sie zum Öffnen der Onlinehilfe für ein Cmdlet oder eine Funktion Folgendes ein:

        Get-Help <Cmdlet-Name> -Online

  UPDATE-HELP
    Gehen Sie zum Herunterladen und Installieren von Hilfedateien auf dem Computer folgendermaßen vor:

       1. Starten Sie Windows PowerShell mit der Option "Als Administrator ausführen".
       2. Geben Sie Folgendes ein:

          Update-Help

    Nach der Installation der Hilfedateien können Sie mit dem Cmdlet "Get-Help" die Hilfethemen anzeigen. Sie können mit dem Cmdlet "Update-Help" auch aktualisierte Hilfedateien herunterladen, sodass die lokalen Hilfedateien immer auf dem neuesten Stand sind.

    Weitere Informationen zum Cmdlet "Update-Help" erhalten Sie, indem Sie Folgendes eingeben:

       Get-Help Update-Help -Online

    Oder rufen Sie "ht tp:/ /go.microsoft[dot]com/fwlink/?LinkID=210614" auf.


  GET-HELP
    Mit dem Cmdlet "Get-Help" zeigen Sie Hilfe aus dem Inhalt der Hilfedateien auf dem Computer in der Befehlszeile an. Ohne Hilfedateien wird von "Get-Help" grundlegende Hilfe zu Cmdlets und Funktionen angezeigt. Sie können mithilfe von "Get-Help" auch die Onlinehilfe für Cmdlets und Funktionen anzeigen.

    Hilfe zu einem Cmdlet erhalten Sie mit folgendem Befehl:

        Get-Help <Cmdlet-Name>

    Onlinehilfe rufen Sie mit folgendem Befehl auf:

        Get-Help <Cmdlet-Name> -Online

    Die Titel der konzeptionellen Themen beginnen mit "About_".
    Geben Sie zum Abrufen von Hilfe zu einem Konzept oder Sprachelement Folgendes ein:

        Get-Help About_<Themenname>

    Geben Sie zum Suchen nach einem Wort oder Begriff in allen Hilfedateien Folgendes ein:

        Get-Help <Suchbegriff>

    Weitere Informationen zum Cmdlet "Get-Help" erhalten Sie, indem Sie Folgendes eingeben:

        Get-Help Get-Help -Online

    Oder rufen Sie "ht tp:/ /go.microsoft[dot]com/fwlink/?LinkID=113316" auf.


  BEISPIELE:
      Save-Help              : Lädt Hilfedateien aus dem Internet herunter und speichert sie auf einer Dateifreigabe.
      Update-Help            : Lädt Hilfedateien aus dem Internet oder von einer Dateifreigabe herunter und installiert sie.
      Get-Help Get-Process   : Zeigt Hilfe zum Cmdlet "Get-Process" an.
      Get-Help Get-Process -Online
                             : Öffnet die Onlinehilfe für das Cmdlet "Get-Process".
      Help Get-Process       : Zeigt Hilfe zu "Get-Process" seitenweise an.
      Get-Process -?   : Zeigt Hilfe zum Cmdlet "Get-Process" an.
      Get-Help About_Modules : Zeigt Hilfe zu Windows PowerShell-Modulen an.
      Get-Help remoting      : Durchsucht die Hilfethemen nach dem Wort "remoting."

  SIEHE AUCH:
      about_Updatable_Help
      Get-Help
      Save-Help
      Update-Help



PS C:\Users\floogy> Get-Help    Get-ChildItem -Online
PS C:\Users\floogy> 
PS C:\Users\floogy> get-help ls

NAME
    Get-ChildItem

SYNTAX
    Get-ChildItem [[-Path] <string[]>] [[-Filter] <string>]  [<CommonParameters>]

    Get-ChildItem [[-Filter] <string>]  [<CommonParameters>]


ALIASE
    gci
    ls
    dir


HINWEISE
    Die Hilfedateien für dieses Cmdlet können von "Get-Help" auf diesem Computer nicht gefunden werden. Es wird nur
    ein Teil der Hilfe angezeigt.
        -- Sie können die Hilfedateien für das Modul, das dieses Cmdlet enthält, herunterladen und installieren, indem
    Sie "Update-Help" verwenden.
        -- Wenn Sie das Hilfethema für dieses Cmdlet online anzeigen möchten, geben Sie Folgendes ein: "Get-Help
    Get-ChildItem -Online", oder
           gehen Sie zu "ht tps:/ /go.microsoft[dot]com/fwlink/?LinkID=113308".



PS C:\Users\floogy> get-help Get-ChildItem

NAME
    Get-ChildItem

SYNTAX
    Get-ChildItem [[-Path] <string[]>] [[-Filter] <string>]  [<CommonParameters>]

    Get-ChildItem [[-Filter] <string>]  [<CommonParameters>]


ALIASE
    gci
    ls
    dir


HINWEISE
    Die Hilfedateien für dieses Cmdlet können von "Get-Help" auf diesem Computer nicht gefunden werden. Es wird nur
    ein Teil der Hilfe angezeigt.
        -- Sie können die Hilfedateien für das Modul, das dieses Cmdlet enthält, herunterladen und installieren, indem
    Sie "Update-Help" verwenden.
        -- Wenn Sie das Hilfethema für dieses Cmdlet online anzeigen möchten, geben Sie Folgendes ein: "Get-Help
    Get-ChildItem -Online", oder
           gehen Sie zu "ht tps:/ /go.microsoft[dot]com/fwlink/?LinkID=113308".



PS C:\Users\floogy> Get-ChildItem /?
PS C:\Users\floogy> Get-ChildItem "VirtualBox VMs"


    Verzeichnis: C:\Users\floogy\VirtualBox VMs


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----       28.03.2019     20:11                FreeNAS
d-----       11.04.2019     21:11                Ubuntu64
d-----       11.04.2019     21:15                Win 7
d-----       12.11.2019     21:51                Windows XP x64
d-----       13.11.2019     11:20                WinXP64
d-----       16.11.2019     14:49                Microsoft Windows XP Professional x64 Edition
d-----       16.11.2019     15:58                Windows XP x64 Edition (IDE) Einzelne vhd drives


PS C:\Users\floogy> Get-ChildItem "VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives"


    Verzeichnis: C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----       16.11.2019     15:50                Logs
d-----       16.11.2019     14:48                Snapshots
-a----       15.11.2019     13:47           5220 .Net4 Windows Update XP64
-a----       14.11.2019     18:48          13241 ERROR Parent UUID does not match in the media registry.txt
-a----       16.11.2019     20:19      537005056 NewVirtualDisk1.vhd
-a----       14.11.2019     18:51         165888 VirtualDisk1.vhd
-a----       14.11.2019     21:08       34054441 Windows XP x64 Edition (IDE) Einzelne vhd
                                                 drives-2019-11-14T19-41-03-375345200Z.webm
-a----       14.11.2019     23:55        1629280 Windows XP x64 Edition (IDE) Einzelne vhd
                                                 drives-2019-11-14T22-54-25-721044000Z.webm
-a----       15.11.2019     16:42       11349424 Windows XP x64 Edition (IDE) Einzelne vhd
                                                 drives-2019-11-15T15-31-57-065051500Z.webm
-a----       15.11.2019     23:44         361803 Windows XP x64 Edition (IDE) Einzelne vhd
                                                 drives-2019-11-15T22-43-40-731534800Z.webm
-a----       16.11.2019     16:17          13531 2019-11-16 16_17_28-Eigenschaften von Intel(R) USB 3.0
                                                 eXtensible-Hostcontroller – 1.0 (Microsoft).png
-a----       16.11.2019     16:43         239019 2019-11-16 16_43_12-Einstellungen.png
-a----       16.11.2019     16:17            940 new 1.txt
-a----       16.11.2019     16:17          17490 new 2.txt
-a----       16.11.2019     16:17          14336 new 3.txt
-a----       14.11.2019     20:25       20870779 Windows XP x64 Edition (IDE) Einzelne vhd drives.webm
-a----       16.11.2019     20:28         274615 Windows XP x64 Edition (IDE) Einzelne vhd drives.vbox-prev
-a----       16.11.2019     20:28         274615 Windows XP x64 Edition (IDE) Einzelne vhd drives.vbox


PS C:\Users\floogy> Get-ChildItem ".\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives\Snapshots\"


    Verzeichnis: C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives\Snapshots


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----       13.11.2019     15:40      214041573 2019-11-13T14-40-20-393705300Z.sav
-a----       14.11.2019     02:57      196933748 2019-11-14T01-57-17-210555100Z.sav
-a----       14.11.2019     18:51      198225756 2019-11-14T17-51-02-332022700Z.sav
-a----       14.11.2019     19:57      399749656 2019-11-14T18-57-31-807764400Z.sav
-a----       14.11.2019     20:24     1969897059 2019-11-14T19-23-44-953666700Z.sav
-a----       14.11.2019     20:33     1799667763 2019-11-14T19-33-39-501670100Z.sav
-a----       14.11.2019     20:48      818762964 2019-11-14T19-48-41-563756500Z.sav
-a----       14.11.2019     21:34     2881550582 2019-11-14T20-33-39-932801300Z.sav
-a----       14.11.2019     21:45      699844179 2019-11-14T20-45-03-426239200Z.sav
-a----       14.11.2019     21:52      542892490 2019-11-14T20-52-09-243939000Z.sav
-a----       14.11.2019     22:13      644877078 2019-11-14T21-13-47-707161600Z.sav
-a----       14.11.2019     22:39      690917425 2019-11-14T21-39-10-876503900Z.sav
-a----       14.11.2019     22:56      597295632 2019-11-14T21-56-18-683270600Z.sav
-a----       14.11.2019     23:05      613572393 2019-11-14T22-04-57-270074500Z.sav
-a----       14.11.2019     23:14      555145583 2019-11-14T22-14-28-932619600Z.sav
-a----       15.11.2019     00:03      894574346 2019-11-14T23-03-08-683647000Z.sav
-a----       15.11.2019     12:56     2532412406 2019-11-15T11-55-51-706296700Z.sav
-a----       15.11.2019     14:39      601666281 2019-11-15T13-39-18-964137700Z.sav
-a----       15.11.2019     15:04      585569790 2019-11-15T14-04-19-092025900Z.sav
-a----       15.11.2019     15:32     1762278848 2019-11-15T14-32-03-838565000Z.sav
-a----       15.11.2019     15:54     2183430048 2019-11-15T14-54-18-788046000Z.sav
-a----       15.11.2019     16:40      997074919 2019-11-15T15-40-36-509994200Z.sav
-a----       15.11.2019     17:37     1586915494 2019-11-15T16-37-39-757641200Z.sav
-a----       15.11.2019     21:03      643046387 2019-11-15T20-03-03-419552500Z.sav
-a----       16.11.2019     14:49     3741599000 2019-11-16T13-48-28-461786900Z.sav
-a----       15.11.2019     16:40     4405575680 {0011126d-4148-4378-aa74-a452b8a48ec6}.vhd
-a----       16.11.2019     14:48      415818752 {009a3df1-9393-40b9-a1d3-c35d508b1eab}.vhd
-a----       14.11.2019     20:23       15164928 {01f8ae05-6f65-4d2b-89bc-900f3c876d0b}.vhd
-a----       14.11.2019     23:14       13067264 {02326d44-445a-4ebf-bb03-d4122d870821}.vhd
-a----       14.11.2019     23:14     4609049088 {03c811c4-8750-43cb-8ab3-7c819cc9c439}.vhd
-a----       14.11.2019     22:13      109246464 {04c15a88-1c0c-4d5e-9095-675691d04261}.vhd
-a----       14.11.2019     19:57      178782720 {08255354-87a5-4937-a72b-af9c0937d7d6}.vhd
-a----       14.11.2019     20:48      185075712 {09ad1b3d-704e-4633-86ad-f6215da01821}.vhd
-a----       14.11.2019     20:33       13067264 {0f611102-81b2-4238-8777-5111c5d9ced9}.vhd
-a----       14.11.2019     20:23     1204227072 {0fd98c83-a983-4237-a4ac-8f49c8800ddb}.vhd
-a----       14.11.2019     21:33       17262592 {0fe9bc8c-ee57-4d0e-978d-99ac0c7e1d39}.vhd
-a----       16.11.2019     14:48      331912192 {1190a7f7-adda-4510-9ab5-b365d01513b8}.vhd
-a----       14.11.2019     23:14       77781504 {1344c46d-801a-4727-a5e2-aa93fae4b42d}.vhd
-a----       15.11.2019     15:54     2213516800 {167684e5-1852-4640-811c-0b0cf325324f}.vhd
-a----       14.11.2019     18:51       21457920 {17c31658-a6d8-4298-99fb-5525c45f9262}.vhd
-a----       14.11.2019     20:23       15164928 {197764d9-65df-4db2-b0de-18dc327f42a8}.vhd
-a----       15.11.2019     15:04        8871936 {1b053d04-1e94-4486-894a-647615429811}.vhd
-a----       15.11.2019     12:55       57118208 {1b9d3fc4-bb9f-4272-aa9f-e08c8ef3d29d}.vhd
-a----       15.11.2019     16:40      178469376 {1c9f93bf-cbe0-4f93-b48c-600d093277be}.vhd
-a----       14.11.2019     18:51     3021117440 {1f5ec271-3e8f-4c51-be47-c72142c49c61}.vhd
-a----       14.11.2019     23:04        8871936 {22b57e73-db76-4400-87b4-6001281ecd82}.vhd
-a----       14.11.2019     22:39     1762519040 {24d8ffb5-b2dc-431f-a4cf-58b7c71340a1}.vhd
-a----       15.11.2019     21:03      512311296 {2af5ca08-3f0e-41a8-8492-6f7fce3a010d}.vhd
-a----       14.11.2019     22:56       17262592 {2af86c20-6ab6-430a-9650-b709b06bf18e}.vhd
-a----       16.11.2019     14:48    24113128960 {2dff3853-b46c-4bcb-ba14-06c16311840f}.vhd
-a----       14.11.2019     23:05      134418432 {2ffdfa55-4f67-406c-9fd0-6cea8e3f494b}.vhd
-a----       15.11.2019     15:04      176685056 {31e0616b-dc20-4cdd-aaee-25969503a85a}.vhd
-a----       15.11.2019     21:03     2876065280 {3cb942fa-d30c-4a32-b981-fc41e3c54317}.vhd
-a----       15.11.2019     15:04      107148800 {3d1e807c-9d45-4fef-9187-33cc9f92ab3d}.vhd
-a----       15.11.2019     14:39      264786944 {3dcd5520-9ef2-41a6-a645-454533cb5718}.vhd
-a----       14.11.2019     22:13     1594705920 {42c71f88-97fb-4230-aa3e-ef8fc58a7943}.vhd
-a----       16.11.2019     20:28     1114027520 {42ead69b-c69d-4c96-86d6-c7e4006f866c}.vhd
-a----       16.11.2019     14:48     7751036416 {430acc34-05d8-4b33-b32a-42da0f172920}.vhd
-a----       14.11.2019     22:56      319012864 {45b260a2-612c-447d-9a06-a59b3c7c9bf0}.vhd
-a----       14.11.2019     19:57       42434560 {477e705f-3880-4362-a8b0-ad58d1d13f70}.vhd
-a----       15.11.2019     12:55      543776256 {489553bd-010c-4804-bffd-7bb9d032c1ac}.vhd
-a----       15.11.2019     12:55       44532224 {494dda1c-5add-4d5a-ab9e-3f4def65c1a3}.vhd
-a----       14.11.2019     20:23     5806815232 {4c65369f-75d7-49ab-a7e6-e8c2d7bf73d1}.vhd
-a----       14.11.2019     22:13      111657472 {52958033-7b09-4941-a5ae-6dbde0dd4fd9}.vhd
-a----       14.11.2019     20:33       75997184 {55967f09-a41e-47cf-8372-2b813acd4d15}.vhd
-a----       14.11.2019     18:51       17262592 {5a17de32-1cd7-41b1-a83b-aadfe5acdaf5}.vhd
-a----       15.11.2019     15:54       15164928 {5b2c5a25-0468-458c-9fdb-10bb2781806f}.vhd
-a----       14.11.2019     21:52     4030093824 {5b48c320-b1a6-430b-b574-21dec64c2609}.vhd
-a----       14.11.2019     20:33         481280 {5e14ffe1-72ca-42f9-b1fd-a6033f18e40f}.vhd
-a----       16.11.2019     14:48     1332497920 {5fda78af-809b-495d-98e8-78d2d4a3ad72}.vhd
-a----       14.11.2019     22:13       13067264 {6022e1be-c111-44aa-8897-f3e25f63c417}.vhd
-a----       15.11.2019     12:55     7568539648 {60f2f93e-86c6-4a0d-a562-acfec3f0f2a3}.vhd
-a----       15.11.2019     00:03     1120320512 {63f65003-0641-4afd-bcb3-ac48034beeaa}.vhd
-a----       14.11.2019     19:57      235106304 {658c2bf4-3bb2-4e8e-a8eb-c22a0d185c18}.vhd
-a----       15.11.2019     15:32      277372928 {65b8ce4f-7430-4308-a9a4-4bd69a501ee9}.vhd
-a----       14.11.2019     21:45       17262592 {684d1b45-2c17-4d0d-ada3-5e89a86c395b}.vhd
-a----       15.11.2019     15:32     1030120960 {69b71fcf-d02c-49c8-a9cc-d2c4a329e30e}.vhd
-a----       14.11.2019     20:48        8871936 {6a617d1f-987c-4d3d-be82-5dd92307be8b}.vhd
-a----       14.11.2019     22:56     4315376128 {6a9df076-7fd4-4bc1-bacb-8e7cc9425bf6}.vhd
-a----       15.11.2019     15:54       81976832 {70dd273a-db6b-4322-836e-11d2e6cec188}.vhd
-a----       15.11.2019     15:32    10195128320 {73280744-e67d-4b08-984e-5ededacaea45}.vhd
-a----       14.11.2019     19:57    10849599488 {73c43094-7c1f-4ad6-b33b-8568b74fcf7a}.vhd
-a----       15.11.2019     14:39    14927458304 {73eed7b0-4baa-4712-8243-a88306cfdb20}.vhd
-a----       14.11.2019     20:48        8871936 {76504f7a-c69b-45fb-9e36-361390954103}.vhd
-a----       15.11.2019     17:37      696592384 {7679b3c7-9689-46ce-8f7d-23ceb569a746}.vhd
-a----       14.11.2019     21:52      101169152 {78c2c14c-4ca4-45cb-a26d-20506e4aef99}.vhd
-a----       14.11.2019     18:51       15164928 {79d66d1c-742a-4718-823e-7b75b99299d6}.vhd
-a----       14.11.2019     20:48     2756811776 {7c88b589-547b-4904-bdc1-a8db32a55e73}.vhd
-a----       16.11.2019     20:28     6115171840 {7c921aeb-a9e3-4460-a336-d1c8a367ddec}.vhd
-a----       16.11.2019     20:28       21457920 {7f4767dc-b182-47d2-9360-b49484352265}.vhd
-a----       15.11.2019     15:32        8871936 {83746114-ff5d-4d41-9e7d-1502331bdb0f}.vhd
-a----       15.11.2019     17:37      485041664 {8452ff90-feb3-4058-bae2-df65fb43db26}.vhd
-a----       15.11.2019     14:39       23555584 {84d573ec-ddc4-456f-bee2-3d48fef31a96}.vhd
-a----       14.11.2019     20:33         481280 {85c24e59-0355-4c16-a0ad-f6a2221029dd}.vhd
-a----       15.11.2019     21:03    18610956288 {85c59a68-6586-455c-af03-f550a545562f}.vhd
-a----       14.11.2019     23:14       96973824 {8b032576-5501-4891-9ed7-f554daff888b}.vhd
-a----       14.11.2019     23:05     3574900736 {8b2b50fb-0a4d-4714-8ae8-6740ccfbbb74}.vhd
-a----       15.11.2019     00:03       57118208 {8d22b2c1-5598-465b-bad9-1122b2cf1e4d}.vhd
-a----       14.11.2019     22:39        8871936 {96818282-0485-4285-ab17-dd8d920ebedd}.vhd
-a----       15.11.2019     12:55    18428459520 {98128cc3-a362-4321-8c67-68f4a7e4c64e}.vhd
-a----       15.11.2019     17:37     4879647744 {a0f5cb0e-52f8-42d5-bfc2-ae32e2b6583d}.vhd
-a----       14.11.2019     22:56      138927104 {a36610a2-eb8c-4788-97b6-0d592b7287db}.vhd
-a----       14.11.2019     22:39       13067264 {a3f2c7ab-ab50-4f06-a730-401d66bccb38}.vhd
-a----       15.11.2019     14:39     1262961664 {a72abc65-bf48-4a08-b309-b161c56df4ae}.vhd
-a----       14.11.2019     21:45     5169125376 {a95a2127-4806-40ba-8454-eb7e83104cc2}.vhd
-a----       14.11.2019     21:52        8871936 {ae8e2767-4127-45c3-9408-9ad8ef03517d}.vhd
-a----       14.11.2019     23:14        8871936 {b021cd95-c61e-48ef-bf87-b195e24e039f}.vhd
-a----       14.11.2019     22:39       61000192 {b05c0ecd-37cf-407c-8304-faa60714a8ca}.vhd
-a----       15.11.2019     15:54       15164928 {b087dba1-d78a-4085-8957-a9a75e5ff1b4}.vhd
-a----       15.11.2019     15:32        8871936 {b2f60c25-08f9-451c-90b0-94fde381f646}.vhd
-a----       15.11.2019     14:39       21457920 {b3fa2258-a759-4166-b468-51f65f6a65b2}.vhd
-a----       15.11.2019     16:40       17262592 {b9211b6c-f8cd-45e4-a184-a2098624f549}.vhd
-a----       16.11.2019     20:28       19360256 {bb780d7d-668b-4208-a0c6-14a4313e9103}.vhd
-a----       15.11.2019     17:37         481280 {bb795464-52b1-45d0-9b11-b9ffdcff2148}.vhd
-a----       15.11.2019     15:04        8871936 {bc43d5b9-1e7a-4bd5-a91e-ad5022d714cc}.vhd
-a----       15.11.2019     15:54      157806080 {befb1d9c-59a1-47a0-981f-137973445cfa}.vhd
-a----       15.11.2019     00:03       42434560 {bffad490-6a3c-4a6a-84ee-8efd5f87bd3b}.vhd
-a----       14.11.2019     22:13       13067264 {c15e3743-b46a-4bad-9487-90eae5fcd574}.vhd
-a----       14.11.2019     20:33         167936 {c5207262-928b-455f-b4d9-2d272e91738f}.vhd
-a----       15.11.2019     17:37         481280 {c8a2c7bb-da27-48a7-84ed-84bf1531fdee}.vhd
-a----       14.11.2019     20:23       36141568 {c8b4ed7a-18fa-4a79-85e7-da17f32fe121}.vhd
-a----       14.11.2019     21:33     5322254848 {cc0cfcf7-19cf-4d71-a472-3c1c4ae27f16}.vhd
-a----       14.11.2019     21:52        8871936 {cca981c8-2d49-4822-aaa0-738b0ab66ba8}.vhd
-a----       14.11.2019     21:45      100855808 {cdce8fde-3dec-46c8-953b-aa137942ec84}.vhd
-a----       14.11.2019     21:33     1844014592 {d094f540-1f6f-435a-8b47-c4fc52d1a077}.vhd
-a----       14.11.2019     22:56       15164928 {d44bba96-0e6d-4bd1-9c8d-10fe728b6940}.vhd
-a----       15.11.2019     00:03    14942141952 {d6179fb1-be06-49d5-8481-3841623a27c3}.vhd
-a----       14.11.2019     19:57       21457920 {d6f10e6e-7d09-476e-b0c8-a39a5cc65fbe}.vhd
-a----       15.11.2019     16:40       17262592 {d74cc7c7-b410-49f8-96d6-da9dcba5c5da}.vhd
-a----       15.11.2019     15:04     1785593344 {d9792826-8502-4012-9f27-8b9894a58c24}.vhd
-a----       15.11.2019     21:03       25653248 {df0b0136-5a3d-4b01-801b-79ed92be0bb1}.vhd
-a----       15.11.2019     00:03      128438784 {e36d126e-042d-4473-b520-1f0b6920f90e}.vhd
-a----       16.11.2019     20:28      130536448 {e6b71692-bb5e-436b-ab04-cbbb57915d95}.vhd
-a----       14.11.2019     21:33       17262592 {e8a24b73-d72b-4261-92cc-e27d1027a6a8}.vhd
-a----       14.11.2019     21:33      172489728 {e99f1482-2fd3-4d9d-a64f-8c6e236e3190}.vhd
-a----       14.11.2019     23:05       99071488 {eb77128f-643e-4d0d-a9e2-cd747dd1713e}.vhd
-a----       14.11.2019     21:45       15164928 {ecafc2ea-e3d9-45c1-829d-0983cbe35ea7}.vhd
-a----       15.11.2019     21:03       23555584 {ee737c31-bb84-43e7-a0ff-6aabfe2d19c3}.vhd
-a----       16.11.2019     20:28      648183296 {ee7a8ea5-efd7-4b29-af68-94caa04f3efa}.vhd
-a----       14.11.2019     22:39        8871936 {ee8352e0-ed4e-4743-b895-b2ca32bf5b37}.vhd
-a----       15.11.2019     16:40      340302848 {f07f5078-93c1-45d4-844e-a1ce8620bd52}.vhd
-a----       14.11.2019     21:45      130536448 {f2d65fae-b735-41a2-b029-0e348836a3ec}.vhd
-a----       14.11.2019     23:05        8871936 {fa989421-cdeb-45a0-bd71-0c5a9ab983f6}.vhd
-a----       14.11.2019     21:52       86172160 {ffa4035b-12cb-4828-81e8-0c7c1add7658}.vhd
-a----       14.11.2019     20:48      335794176 {fff9d5ef-905c-45ea-99ee-b01a83b70d48}.vhd
-a----       16.11.2019     20:28         167936 {ebce24f9-062e-4ba7-bd44-362e07894362}.vhd
-a----       16.11.2019     20:28           8192 {4ed1c18e-6ffd-4c36-a19a-0b8f82867f7f}.vhd
-a----       16.11.2019     20:28     6301863936 {9e4452ca-605c-4398-911b-cb2d2b4bc637}.vhd
-a----       16.11.2019     20:28      373865472 {ae251c53-cf1f-435d-801b-b8c49d337a91}.vhd
-a----       16.11.2019     20:28         481280 {2468c21c-5983-49d4-9b3b-9707c2d2ce0e}.vhd
-a----       16.11.2019     20:28         481280 {cff03080-8ec7-45fb-a09a-1f08a54beee2}.vhd
-a----       16.11.2019     20:28     1242259043 2019-11-16T19-28-11-813350800Z.sav

PS C:\Users\floogy>
Attachments
VirtualBox.7z
contains ~/.VirtualBox/VirtualBox.xml
exchange s/floogy/Gerhard/ eventually
(2.84 KiB) Downloaded 12 times
floogy
Posts: 15
Joined: 16. Nov 2019, 13:06

Re: Moving the default path for VMs on an external Drive, or using symlinks?

Post by floogy »

cygwin output (also cmd /d dir/s)

Code: Select all

floogy@windows10 ~
$ cygpath -D
/cygdrive/c/Users/floogy/Desktop

floogy@windows10 ~
$ pushd $(cygpath -D)
/cygdrive/c/Users/floogy/Desktop ~

floogy@windows10 /cygdrive/c/Users/floogy/Desktop
$ cd ..

floogy@windows10 /cygdrive/c/Users/floogy
$ ls -ld .VirtualBox/
drwxrwx---+ 1 Administratoren None 0 16. Nov 21:11 .VirtualBox/ /

floogy@windows10 /cygdrive/c/Users/floogy
$ cmd /c dir /s .VirtualBox/
Ungültige Option - "".

floogy@windows10 /cygdrive/c/Users/floogy
$ cmd /d dir /s .VirtualBox/
Microsoft Windows [Version 10.0.18363.476]
(c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\floogy>dir /s .VirtualBox/
Ungültige Option - "".

C:\Users\floogy>dir /s ".VirtualBox"
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: E1A7-7E10

 Verzeichnis von C:\Users\floogy\.VirtualBox

16.11.2019  21:11    <DIR>          .
16.11.2019  21:11    <DIR>          ..
06.10.2019  23:18               240 HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter-Dhcpd.leases
28.03.2019  20:06               238 HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter-Dhcpd.leases-prev
06.10.2019  23:18             2.759 HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter-Dhcpd.log
28.03.2019  12:53             1.195 NatNetwork.log
16.11.2019  20:28             2.119 selectorwindow.log
16.11.2019  20:28             1.433 selectorwindow.log.1
15.11.2019  21:52             2.508 selectorwindow.log.10
16.11.2019  19:45               865 selectorwindow.log.2
16.11.2019  19:45               865 selectorwindow.log.3
16.11.2019  15:57             2.404 selectorwindow.log.4
16.11.2019  15:04               436 selectorwindow.log.5
16.11.2019  14:48             1.656 selectorwindow.log.6
16.11.2019  00:49                79 selectorwindow.log.7
16.11.2019  00:49               295 selectorwindow.log.8
15.11.2019  23:43               295 selectorwindow.log.9
05.11.2019  23:00           274.340 vbox-ssl-cacertificate.crt
16.11.2019  21:07            58.556 VBoxSVC.log
16.11.2019  15:59           168.314 VBoxSVC.log.1
13.11.2019  03:28           123.374 VBoxSVC.log.10
16.11.2019  00:49            99.129 VBoxSVC.log.2
15.11.2019  20:04           105.129 VBoxSVC.log.3
15.11.2019  14:56           215.668 VBoxSVC.log.4
14.11.2019  18:40            14.001 VBoxSVC.log.5
14.11.2019  18:39            25.750 VBoxSVC.log.6
14.11.2019  18:30            29.289 VBoxSVC.log.7
14.11.2019  03:11           187.313 VBoxSVC.log.8
13.11.2019  11:21            92.812 VBoxSVC.log.9
27.03.2019  23:14             2.164 VirtualBox-1.12-windows.xml
16.11.2019  21:11             2.911 VirtualBox.7z
16.11.2019  21:07            10.584 VirtualBox.xml
16.11.2019  21:07             9.666 VirtualBox.xml-prev
28.03.2019  01:35             1.575 _VirtualBox.xml
28.03.2019  01:32             1.576 _VirtualBox.xml-prev
              33 Datei(en),      1.439.538 Bytes

     Anzahl der angezeigten Dateien:
              33 Datei(en),      1.439.538 Bytes
               2 Verzeichnis(se), 240.390.692.864 Bytes frei

C:\Users\floogy>dir /s "VirtualBox VMs"
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: E1A7-7E10

 Verzeichnis von C:\Users\floogy\VirtualBox VMs

28.03.2019  13:21    <DIR>          .
28.03.2019  13:21    <DIR>          ..
28.03.2019  20:11    <DIR>          FreeNAS
11.04.2019  20:11    <DIR>          Ubuntu64
11.04.2019  20:15    <DIR>          Win 7
12.11.2019  21:51    <DIR>          Windows XP x64
13.11.2019  11:20    <DIR>          WinXP64
16.11.2019  14:49    <DIR>          Microsoft Windows XP Professional x64 Edition
16.11.2019  15:58    <DIR>          Windows XP x64 Edition (IDE) Einzelne vhd drives
               0 Datei(en),              0 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\FreeNAS

28.03.2019  20:11    <DIR>          .
28.03.2019  20:11    <DIR>          ..
28.03.2019  13:34       941.869.568 FreeNAS.vhd
06.10.2019  23:19       920.892.928 NewVirtualDisk1.vhd
06.10.2019  23:19       920.892.928 NewVirtualDisk2.vhd
06.10.2019  23:19       771.975.168 wd4g1.vhd
06.10.2019  23:19       771.975.168 wd4g2.vhd
06.10.2019  23:19       771.975.168 wd4g3.vhd
06.10.2019  23:19       771.975.168 wd4g4.vhd
28.03.2019  14:39            34.304 _wd4g1.vhd
28.03.2019  14:39            34.304 _wd4g2.vhd
28.03.2019  14:40            34.304 _wd4g4.vhd
28.03.2019  15:55    <DIR>          Logs
28.03.2019  20:11    <DIR>          Snapshots
06.10.2019  23:19             5.216 FreeNAS.vbox-prev
06.10.2019  23:19             5.424 FreeNAS.vbox
              12 Datei(en),  5.871.669.648 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\FreeNAS\Logs

28.03.2019  15:55    <DIR>          .
28.03.2019  15:55    <DIR>          ..
28.03.2019  20:11           128.227 VBox.log.2
28.03.2019  15:01           124.879 VBox.log.3
07.05.2019  06:30             3.343 VBox.log.1
06.10.2019  23:19           394.190 VBoxHardening.log
06.10.2019  23:19           136.207 VBox.log
               5 Datei(en),        786.846 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\FreeNAS\Snapshots

28.03.2019  20:11    <DIR>          .
28.03.2019  20:11    <DIR>          ..
06.10.2019  23:19       522.884.197 2019-10-06T22-19-06-323555100Z.sav
               1 Datei(en),    522.884.197 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Ubuntu64

11.04.2019  20:11    <DIR>          .
11.04.2019  20:11    <DIR>          ..
06.10.2019  23:14         2.097.152 Ubuntu64.vdi
11.04.2019  20:11    <DIR>          Logs
07.05.2019  06:31             2.882 Ubuntu64.vbox-prev
06.10.2019  23:14             2.882 Ubuntu64.vbox
               3 Datei(en),      2.102.916 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Ubuntu64\Logs

11.04.2019  20:11    <DIR>          .
11.04.2019  20:11    <DIR>          ..
11.04.2019  20:11           113.312 VBox.log.2
28.03.2019  12:48           113.622 VBox.log.3
07.05.2019  06:31           113.541 VBox.log.1
06.10.2019  23:14           116.953 VBox.log
05.11.2019  23:40            36.449 VBoxHardening.log
               5 Datei(en),        493.877 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Win 7

11.04.2019  20:15    <DIR>          .
11.04.2019  20:15    <DIR>          ..
30.08.2019  12:54    33.071.838.208 Win 7.vhd
11.04.2019  20:15    <DIR>          Logs
30.08.2019  01:05    <DIR>          Snapshots
31.08.2019  21:13             6.970 Win 7.vbox-prev
06.11.2019  00:12             6.970 Win 7.vbox
               3 Datei(en), 33.071.852.148 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Win 7\Logs

11.04.2019  20:15    <DIR>          .
11.04.2019  20:15    <DIR>          ..
31.08.2019  20:35           154.212 VBox.log.3
31.08.2019  20:44           157.915 VBox.log.2
31.08.2019  21:13           156.338 VBox.log.1
06.11.2019  00:12           463.805 VBoxHardening.log
06.11.2019  00:12           153.198 VBox.log
               5 Datei(en),      1.085.468 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Win 7\Snapshots

30.08.2019  01:05    <DIR>          .
30.08.2019  01:05    <DIR>          ..
               0 Datei(en),              0 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64

12.11.2019  21:51    <DIR>          .
12.11.2019  21:51    <DIR>          ..
14.11.2019  02:57    45.047.813.632 Windows XP x64 (Win10 Drive D).VHD
14.11.2019  02:57       617.192.448 Windows XP x64 (Win10 Drive E).VHD
14.11.2019  02:57    41.685.258.240 Windows XP x64 (Win10 Drive F).VHD
14.11.2019  02:57    32.585.591.808 Windows XP x64 (Win10 Drive G).VHD
13.11.2019  02:22    <DIR>          ZM
13.11.2019  02:23    <DIR>          Screenshots
14.11.2019  20:25        20.870.779 Windows XP x64 Edition (IDE) Einzelne vhd drives.webm
15.11.2019  16:42        11.349.424 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-15T15-31-57-065051500Z.webm
14.11.2019  23:55         1.629.280 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-14T22-54-25-721044000Z.webm
14.11.2019  21:08        34.054.441 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-14T19-41-03-375345200Z.webm
16.11.2019  11:34        74.448.896 USB Disk.vdi
15.11.2019  23:48           379.497 Anleitung_ Virtuelle Festplatte mit VirtualBox an einen anderen Ort verschieben _ Tutonaut.pdf
16.11.2019  12:14               193 VBoxManage.bat.zip
16.11.2019  12:15    <DIR>          VBoxManage.bat
16.11.2019  15:57    <DIR>          Bildschirmfotos
              11 Datei(en), 120.078.588.638 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64\ZM

13.11.2019  02:22    <DIR>          .
13.11.2019  02:22    <DIR>          ..
13.11.2019  00:47    41.299.288.064 BACKUP Windows XP x64 (Win10 Drive D) - bak.VHD
13.11.2019  00:56   116.638.988.288 Windows XP x64 (Win10 drives D E F G).VHD
12.11.2019  22:22   116.614.234.624 WindowsXPx64.VHDX
               3 Datei(en), 274.552.510.976 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64\Screenshots

13.11.2019  02:23    <DIR>          .
13.11.2019  02:23    <DIR>          ..
13.11.2019  01:17           140.267 2019-11-13 01_16_52-C__Users_floogy_Downloads_Disk2vhd.png
12.11.2019  21:53            22.963 2019-11-12 21_53_02-Disk2vhd - Sysinternals_ www[dot].sysinternals[dot]com.png
12.11.2019  21:54            23.975 2019-11-12 21_53_59-Disk2vhd - Sysinternals_ www[dot]sysinternals[dot]com.png
12.11.2019  22:35            20.003 2019-11-12 22_35_41-VirtualBox - Fehler.png
13.11.2019  14:45           215.414 2019-11-13 14_45_07-Windows XP x64 Edition (IDE) Einzelne vhd drives [wird ausgeführt] - Oracle VM V.png
13.11.2019  23:12            59.743 2019-11-13 23_11_03-Verwaistes Windows XP x64 wieder gängig machen. STOP_ c000021a {Fatal System Err.png
14.11.2019  17:57            58.127 2019-11-14 17_56_53-virtualbox[dot]org • View topic - Error_ Parent UUID.png
14.11.2019  21:33           211.907 2019-11-14 21_32_54-UIMachineViewNormalClassWindow.png
14.11.2019  21:43           154.859 2019-11-14 21_43_14-Windows XP x64 Edition (IDE) Einzelne vhd drives (Sicherungspunkt 8) [wird ausge.png
14.11.2019  21:44           162.373 2019-11-14 21_43_51-.png
14.11.2019  21:46           165.547 2019-11-14 21_46_33-.png
14.11.2019  21:47           150.652 2019-11-14 21_47_00-.png
14.11.2019  21:48           165.433 2019-11-14 21_48_29-.png
14.11.2019  21:52           376.651 2019-11-14 21_52_17-Windows XP x64 Edition (IDE) Einzelne vhd drives (Sicherungspunkt 10) [wird ausg.png
14.11.2019  22:16           162.492 2019-11-14 22_15_43-.png
14.11.2019  22:17           163.236 2019-11-14 22_16_38-.png
14.11.2019  22:17           162.655 2019-11-14 22_17_27-.png
14.11.2019  22:33           180.793 2019-11-14 22_32_48-.png
14.11.2019  22:33           156.441 2019-11-14 22_33_30-.png
14.11.2019  22:34           162.476 2019-11-14 22_34_16-.png
14.11.2019  22:35           164.644 2019-11-14 22_34_54-.png
14.11.2019  22:35           167.753 2019-11-14 22_35_29-.png
14.11.2019  22:36           152.196 2019-11-14 22_35_51-.png
14.11.2019  22:36           156.698 2019-11-14 22_36_20-.png
14.11.2019  22:37           197.710 2019-11-14 22_36_47-.png
14.11.2019  22:37           198.019 2019-11-14 22_37_12-.png
14.11.2019  22:38           166.275 2019-11-14 22_37_45-.png
14.11.2019  22:38           165.119 2019-11-14 22_38_08-.png
15.11.2019  00:02            25.469 2019-11-15 00_01_59-Windows XP x64 Edition (IDE) Einzelne vhd drives (Sicherungspunkt 15) [wird ausg.png
15.11.2019  09:41            71.963 2019-11-15 09_40_52-  HT TPS Everywhere  .png
15.11.2019  12:17            40.860 2019-11-15 12_16_13-.png
15.11.2019  12:17            22.110 2019-11-15 12_14_56-.png
15.11.2019  12:48            32.350 2019-11-15 12_48_11-Einstellungen.png
15.11.2019  12:52           122.234 2019-11-15 12_52_29-Photo Screen Saver Options Page.png
15.11.2019  12:53         2.886.579 2019-11-15 12_52_50-b2lbv_KnPmFAPQN3YNFd2xdZjD5PXkHup0Hdi8OR9ddtyvxsm94HLWYlQQPtSTepsWlVa71OZiZhMDGX.png
15.11.2019  12:54           113.765 2019-11-15 12_54_00-Foto-Bildschirmschoner - Chrome Web Store.png
15.11.2019  12:56            17.550 2019-11-15 12_56_01-Windows XP x64 Edition (IDE) Einzelne vhd drives_ Taking a snapshot of the virtu.png
16.11.2019  16:00            28.487 2019-11-16 15_59_55-L__Data_VirtualBox VMs.png
16.11.2019  16:00            63.754 2019-11-16 16_00_31-L__Data_VirtualBox VMs.png
              39 Datei(en),      7.709.542 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64\VBoxManage.bat

16.11.2019  12:15    <DIR>          .
16.11.2019  12:15    <DIR>          ..
06.06.2014  10:40                67 VBoxManage.bat
               1 Datei(en),             67 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64\Bildschirmfotos

16.11.2019  15:57    <DIR>          .
16.11.2019  15:57    <DIR>          ..
13.11.2019  13:51             7.990 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_13_11_2019_13_51_49.png
13.11.2019  14:02             6.472 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_13_11_2019_14_02_53.png
13.11.2019  14:08             4.610 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_13_11_2019_14_08_23.png
13.11.2019  14:46            83.593 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_13_11_2019_14_46_26.png
14.11.2019  19:22           342.876 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_19_22_37.png
14.11.2019  20:00           402.578 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_20_00_13.png
14.11.2019  20:29           133.742 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_20_29_20.png
14.11.2019  21:34           146.521 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_34_15.png
14.11.2019  21:34           146.866 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_34_30.png
14.11.2019  21:37             7.232 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_37_03.png
14.11.2019  21:37             7.794 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_37_26.png
14.11.2019  21:42           112.562 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_42_39.png
14.11.2019  21:59           350.442 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_21_59_04.png
14.11.2019  22:08           240.959 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_08_06.png
14.11.2019  22:26           254.768 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_26_04.png
14.11.2019  22:28           296.635 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_28_40.png
14.11.2019  22:41            98.834 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_41_15.png
14.11.2019  22:41           102.461 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_41_40.png
14.11.2019  22:42           117.548 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_42_07.png
14.11.2019  22:45           195.255 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_44_56.png
14.11.2019  22:46           218.028 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_46_13.png
14.11.2019  22:46           236.495 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_46_44.png
14.11.2019  22:47           216.098 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_47_10.png
14.11.2019  22:48           202.086 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_48_45.png
14.11.2019  22:51           272.663 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_51_17.png
14.11.2019  22:51           272.222 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_51_25.png
14.11.2019  22:51           260.635 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_51_51.png
14.11.2019  22:58           383.911 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_22_58_42.png
14.11.2019  23:00           239.343 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_00_53.png
14.11.2019  23:01           237.557 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_01_09.png
14.11.2019  23:01           227.287 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_01_16.png
14.11.2019  23:01           240.407 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_01_36.png
14.11.2019  23:04           124.919 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_04_49.png
14.11.2019  23:06           120.867 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_05_59.png
14.11.2019  23:06           108.809 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_06_40.png
14.11.2019  23:13           241.484 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_12_58.png
14.11.2019  23:13           241.760 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_13_16.png
14.11.2019  23:13           243.076 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_13_36.png
14.11.2019  23:14           243.329 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_13_59.png
14.11.2019  23:15           219.744 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_15_11.png
14.11.2019  23:16           216.201 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_16_33.png
14.11.2019  23:16           215.833 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_16_48.png
14.11.2019  23:17           217.186 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_17_36.png
14.11.2019  23:18           214.791 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_17_58.png
14.11.2019  23:20            77.699 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_20_50.png
14.11.2019  23:21           266.504 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_21_14.png
14.11.2019  23:25           314.955 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_25_36.png
14.11.2019  23:25           258.003 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_25_53.png
14.11.2019  23:26           253.856 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_26_03.png
14.11.2019  23:28            93.902 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_28_16.png
14.11.2019  23:29            94.189 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_29_55.png
14.11.2019  23:31           302.254 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_31_45.png
14.11.2019  23:36            88.595 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_35_58.png
14.11.2019  23:36           204.640 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_36_15.png
14.11.2019  23:36           208.119 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_36_24.png
14.11.2019  23:36           208.648 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_36_33.png
14.11.2019  23:37           391.530 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_37_13.png
14.11.2019  23:49           249.308 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_49_27.png
14.11.2019  23:51           239.196 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_51_11.png
14.11.2019  23:53           169.043 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_53_33.png
14.11.2019  23:57           202.876 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_57_24.png
14.11.2019  23:58            89.787 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_14_11_2019_23_58_08.png
15.11.2019  00:01           301.672 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_01_53.png
15.11.2019  00:10           162.284 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_10_34.png
15.11.2019  00:12           168.855 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_12_33.png
15.11.2019  00:44           403.795 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_44_03.png
15.11.2019  00:50           135.259 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_50_36.png
15.11.2019  00:50           123.246 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_50_51.png
15.11.2019  00:52           146.460 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_00_51_56.png
15.11.2019  09:20           208.461 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_09_19_58.png
15.11.2019  10:58           173.950 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_10_58_14.png
15.11.2019  12:58           162.292 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_12_58_24.png
15.11.2019  13:04           162.149 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_13_04_46.png
15.11.2019  13:09           145.021 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_13_09_05.png
15.11.2019  13:11           152.758 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_13_11_05.png
15.11.2019  13:46           170.574 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_13_46_00.png
15.11.2019  13:46           139.645 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_13_46_15.png
15.11.2019  14:48           144.078 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_14_48_40.png
15.11.2019  15:03           162.336 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_03_32.png
15.11.2019  15:05            85.468 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_05_11.png
15.11.2019  15:06           265.197 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_06_09.png
15.11.2019  15:38            79.457 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_38_34.png
15.11.2019  15:39            87.846 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_39_24.png
15.11.2019  15:39            82.439 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_39_33.png
15.11.2019  15:39            89.536 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_39_53.png
15.11.2019  15:40            73.815 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_40_51.png
15.11.2019  15:42            92.495 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_42_48.png
15.11.2019  15:44            89.635 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_44_41.png
15.11.2019  15:44            92.273 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_15_44_54.png
15.11.2019  16:08            92.126 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_08_49.png
15.11.2019  16:09            77.319 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_09_24.png
15.11.2019  16:09            97.612 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_09_50.png
15.11.2019  16:10            59.294 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_10_07.png
15.11.2019  16:10            71.705 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_10_17.png
15.11.2019  16:10            72.254 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_10_52.png
15.11.2019  16:13            93.809 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_12_58.png
15.11.2019  16:16           134.061 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_16_18.png
15.11.2019  16:16           104.864 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_16_44.png
15.11.2019  16:17           103.991 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_17_40.png
15.11.2019  16:18            98.747 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_18_02.png
15.11.2019  16:18            98.674 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_18_22.png
15.11.2019  16:18           135.450 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_18_42.png
15.11.2019  16:19           138.430 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_18_58.png
15.11.2019  16:19           120.482 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_19_07.png
15.11.2019  16:19           128.390 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_19_17.png
15.11.2019  16:19           153.147 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_19_37.png
15.11.2019  16:20           156.449 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_20_03.png
15.11.2019  16:20           148.399 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_20_25.png
15.11.2019  16:20           149.369 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_20_34.png
15.11.2019  16:20           148.533 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_20_41.png
15.11.2019  16:33           150.011 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_32_57.png
15.11.2019  16:36           152.974 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_36_47.png
15.11.2019  16:38           141.002 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_38_38.png
15.11.2019  16:38           131.624 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_38_47.png
15.11.2019  16:39           135.938 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_38_57.png
15.11.2019  16:39           141.457 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_39_07.png
15.11.2019  16:39           137.775 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_39_24.png
15.11.2019  16:41           267.531 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_41_52.png
15.11.2019  16:58           127.053 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_58_38.png
15.11.2019  16:59           126.744 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_16_58_59.png
15.11.2019  18:31            86.897 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_31_05.png
15.11.2019  18:33           112.549 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_33_03.png
15.11.2019  18:38            97.990 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_38_42.png
15.11.2019  18:39            89.736 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_38_59.png
15.11.2019  18:39            81.752 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_39_55.png
15.11.2019  18:40            88.259 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_40_21.png
15.11.2019  18:44            99.042 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_44_25.png
15.11.2019  18:46           309.978 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_18_46_12.png
15.11.2019  21:00           427.107 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_20_59_56.png
15.11.2019  23:43            18.546 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_15_11_2019_23_42_54.png
16.11.2019  00:04           158.204 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_00_04_33.png
16.11.2019  00:18           166.520 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_00_18_41.png
16.11.2019  00:26           138.930 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_00_26_51.png
16.11.2019  11:41           163.932 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_11_41_25.png
16.11.2019  14:15           153.979 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_15_40.png
16.11.2019  14:25           136.834 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_25_24.png
16.11.2019  14:26           154.915 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_25_54.png
16.11.2019  14:31           168.771 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_30_57.png
16.11.2019  14:35           165.282 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_35_33.png
16.11.2019  14:41           152.726 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_41_18.png
16.11.2019  14:44           127.711 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_14_44_30.png
16.11.2019  15:02           137.698 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_15_02_00.png
16.11.2019  15:43           157.464 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_15_43_42.png
16.11.2019  15:46             4.750 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_15_46_25.png
16.11.2019  15:55           132.232 VirtualBox_Windows XP x64 Edition (IDE) Einzelne vhd drives_16_11_2019_15_55_21.png
             145 Datei(en),     23.715.587 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\WinXP64

13.11.2019  11:20    <DIR>          .
13.11.2019  11:20    <DIR>          ..
13.11.2019  11:20            11.988 WinXP64.vbox
13.11.2019  11:20            11.999 WinXP64.vbox-prev
13.11.2019  03:10     2.800.746.496 WinXP64.vdi
13.11.2019  11:18    <DIR>          Logs
13.11.2019  11:20    <DIR>          Snapshots
               3 Datei(en),  2.800.770.483 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\WinXP64\Logs

13.11.2019  11:18    <DIR>          .
13.11.2019  11:18    <DIR>          ..
13.11.2019  11:20           122.226 VBox.log
13.11.2019  03:28           132.110 VBox.log.1
13.11.2019  03:27           176.640 VBox.log.2
13.11.2019  03:21           120.789 VBox.log.3
13.11.2019  11:20           420.911 VBoxHardening.log
               5 Datei(en),        972.676 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\WinXP64\Snapshots

13.11.2019  11:20    <DIR>          .
13.11.2019  11:20    <DIR>          ..
13.11.2019  03:10         2.032.594 2019-11-13T02-10-21-327935800Z.sav
13.11.2019  11:20        83.614.639 2019-11-13T10-20-26-105178600Z.sav
13.11.2019  11:19     2.280.652.800 {e8357474-c5fc-452c-a449-22058442cbb5}.vdi
               3 Datei(en),  2.366.300.033 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Microsoft Windows XP Professional x64 Edition

16.11.2019  14:49    <DIR>          .
16.11.2019  14:49    <DIR>          ..
12.11.2019  23:24         1.474.560 Microsoft Windows XP Professional x64 Edition FLOPPY.img
16.11.2019  14:49            17.930 Microsoft Windows XP Professional x64 Edition.vbox-prev
13.11.2019  00:56         2.222.592 Microsoft Windows XP Professional x64 Edition.vhd
12.11.2019  23:07             7.998 VirtualBox_Microsoft Windows XP Professional x64 Edition_12_11_2019_23_07_13.png
13.11.2019  00:54    <DIR>          Logs
16.11.2019  20:28            18.612 Microsoft Windows XP Professional x64 Edition.vbox
               5 Datei(en),      3.741.692 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Microsoft Windows XP Professional x64 Edition\Logs

13.11.2019  00:54    <DIR>          .
13.11.2019  00:54    <DIR>          ..
13.11.2019  00:56           129.451 VBox.log
13.11.2019  00:54           129.672 VBox.log.1
13.11.2019  00:51           126.740 VBox.log.2
13.11.2019  00:50           126.740 VBox.log.3
13.11.2019  00:56           418.152 VBoxHardening.log
               5 Datei(en),        930.755 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives

16.11.2019  15:58    <DIR>          .
16.11.2019  15:58    <DIR>          ..
15.11.2019  13:47             5.220 .Net4 Windows Update XP64
14.11.2019  18:48            13.241 ERROR Parent UUID does not match in the media registry.txt
16.11.2019  20:19       537.005.056 NewVirtualDisk1.vhd
14.11.2019  18:51           165.888 VirtualDisk1.vhd
14.11.2019  21:08        34.054.441 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-14T19-41-03-375345200Z.webm
14.11.2019  23:55         1.629.280 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-14T22-54-25-721044000Z.webm
15.11.2019  16:42        11.349.424 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-15T15-31-57-065051500Z.webm
15.11.2019  23:44           361.803 Windows XP x64 Edition (IDE) Einzelne vhd drives-2019-11-15T22-43-40-731534800Z.webm
16.11.2019  16:17            13.531 2019-11-16 16_17_28-Eigenschaften von Intel(R) USB 3.0 eXtensible-Hostcontroller – 1.0 (Microsoft).png
16.11.2019  16:43           239.019 2019-11-16 16_43_12-Einstellungen.png
16.11.2019  16:17               940 new 1.txt
16.11.2019  16:17            17.490 new 2.txt
16.11.2019  16:17            14.336 new 3.txt
14.11.2019  20:25        20.870.779 Windows XP x64 Edition (IDE) Einzelne vhd drives.webm
16.11.2019  15:50    <DIR>          Logs
16.11.2019  14:48    <DIR>          Snapshots
16.11.2019  20:28           274.615 Windows XP x64 Edition (IDE) Einzelne vhd drives.vbox-prev
16.11.2019  20:28           274.615 Windows XP x64 Edition (IDE) Einzelne vhd drives.vbox
              16 Datei(en),    606.289.678 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives\Logs

16.11.2019  15:50    <DIR>          .
16.11.2019  15:50    <DIR>          ..
16.11.2019  15:57           241.050 VBox.log.1
16.11.2019  15:48           201.298 VBox.log.2
16.11.2019  15:48           197.838 VBox.log.3
13.11.2019  13:46           451.209 VBoxHardening.log
13.11.2019  13:46           246.659 VBox.log
               5 Datei(en),      1.338.054 Bytes

 Verzeichnis von C:\Users\floogy\VirtualBox VMs\Windows XP x64 Edition (IDE) Einzelne vhd drives\Snapshots

16.11.2019  14:48    <DIR>          .
16.11.2019  14:48    <DIR>          ..
13.11.2019  15:40       214.041.573 2019-11-13T14-40-20-393705300Z.sav
14.11.2019  02:57       196.933.748 2019-11-14T01-57-17-210555100Z.sav
14.11.2019  18:51       198.225.756 2019-11-14T17-51-02-332022700Z.sav
14.11.2019  19:57       399.749.656 2019-11-14T18-57-31-807764400Z.sav
14.11.2019  20:24     1.969.897.059 2019-11-14T19-23-44-953666700Z.sav
14.11.2019  20:33     1.799.667.763 2019-11-14T19-33-39-501670100Z.sav
14.11.2019  20:48       818.762.964 2019-11-14T19-48-41-563756500Z.sav
14.11.2019  21:34     2.881.550.582 2019-11-14T20-33-39-932801300Z.sav
14.11.2019  21:45       699.844.179 2019-11-14T20-45-03-426239200Z.sav
14.11.2019  21:52       542.892.490 2019-11-14T20-52-09-243939000Z.sav
14.11.2019  22:13       644.877.078 2019-11-14T21-13-47-707161600Z.sav
14.11.2019  22:39       690.917.425 2019-11-14T21-39-10-876503900Z.sav
14.11.2019  22:56       597.295.632 2019-11-14T21-56-18-683270600Z.sav
14.11.2019  23:05       613.572.393 2019-11-14T22-04-57-270074500Z.sav
14.11.2019  23:14       555.145.583 2019-11-14T22-14-28-932619600Z.sav
15.11.2019  00:03       894.574.346 2019-11-14T23-03-08-683647000Z.sav
15.11.2019  12:56     2.532.412.406 2019-11-15T11-55-51-706296700Z.sav
15.11.2019  14:39       601.666.281 2019-11-15T13-39-18-964137700Z.sav
15.11.2019  15:04       585.569.790 2019-11-15T14-04-19-092025900Z.sav
15.11.2019  15:32     1.762.278.848 2019-11-15T14-32-03-838565000Z.sav
15.11.2019  15:54     2.183.430.048 2019-11-15T14-54-18-788046000Z.sav
15.11.2019  16:40       997.074.919 2019-11-15T15-40-36-509994200Z.sav
15.11.2019  17:37     1.586.915.494 2019-11-15T16-37-39-757641200Z.sav
15.11.2019  21:03       643.046.387 2019-11-15T20-03-03-419552500Z.sav
16.11.2019  14:49     3.741.599.000 2019-11-16T13-48-28-461786900Z.sav
15.11.2019  16:40     4.405.575.680 {0011126d-4148-4378-aa74-a452b8a48ec6}.vhd
16.11.2019  14:48       415.818.752 {009a3df1-9393-40b9-a1d3-c35d508b1eab}.vhd
14.11.2019  20:23        15.164.928 {01f8ae05-6f65-4d2b-89bc-900f3c876d0b}.vhd
14.11.2019  23:14        13.067.264 {02326d44-445a-4ebf-bb03-d4122d870821}.vhd
14.11.2019  23:14     4.609.049.088 {03c811c4-8750-43cb-8ab3-7c819cc9c439}.vhd
14.11.2019  22:13       109.246.464 {04c15a88-1c0c-4d5e-9095-675691d04261}.vhd
14.11.2019  19:57       178.782.720 {08255354-87a5-4937-a72b-af9c0937d7d6}.vhd
14.11.2019  20:48       185.075.712 {09ad1b3d-704e-4633-86ad-f6215da01821}.vhd
14.11.2019  20:33        13.067.264 {0f611102-81b2-4238-8777-5111c5d9ced9}.vhd
14.11.2019  20:23     1.204.227.072 {0fd98c83-a983-4237-a4ac-8f49c8800ddb}.vhd
14.11.2019  21:33        17.262.592 {0fe9bc8c-ee57-4d0e-978d-99ac0c7e1d39}.vhd
16.11.2019  14:48       331.912.192 {1190a7f7-adda-4510-9ab5-b365d01513b8}.vhd
14.11.2019  23:14        77.781.504 {1344c46d-801a-4727-a5e2-aa93fae4b42d}.vhd
15.11.2019  15:54     2.213.516.800 {167684e5-1852-4640-811c-0b0cf325324f}.vhd
14.11.2019  18:51        21.457.920 {17c31658-a6d8-4298-99fb-5525c45f9262}.vhd
14.11.2019  20:23        15.164.928 {197764d9-65df-4db2-b0de-18dc327f42a8}.vhd
15.11.2019  15:04         8.871.936 {1b053d04-1e94-4486-894a-647615429811}.vhd
15.11.2019  12:55        57.118.208 {1b9d3fc4-bb9f-4272-aa9f-e08c8ef3d29d}.vhd
15.11.2019  16:40       178.469.376 {1c9f93bf-cbe0-4f93-b48c-600d093277be}.vhd
14.11.2019  18:51     3.021.117.440 {1f5ec271-3e8f-4c51-be47-c72142c49c61}.vhd
14.11.2019  23:04         8.871.936 {22b57e73-db76-4400-87b4-6001281ecd82}.vhd
14.11.2019  22:39     1.762.519.040 {24d8ffb5-b2dc-431f-a4cf-58b7c71340a1}.vhd
15.11.2019  21:03       512.311.296 {2af5ca08-3f0e-41a8-8492-6f7fce3a010d}.vhd
14.11.2019  22:56        17.262.592 {2af86c20-6ab6-430a-9650-b709b06bf18e}.vhd
16.11.2019  14:48    24.113.128.960 {2dff3853-b46c-4bcb-ba14-06c16311840f}.vhd
14.11.2019  23:05       134.418.432 {2ffdfa55-4f67-406c-9fd0-6cea8e3f494b}.vhd
15.11.2019  15:04       176.685.056 {31e0616b-dc20-4cdd-aaee-25969503a85a}.vhd
15.11.2019  21:03     2.876.065.280 {3cb942fa-d30c-4a32-b981-fc41e3c54317}.vhd
15.11.2019  15:04       107.148.800 {3d1e807c-9d45-4fef-9187-33cc9f92ab3d}.vhd
15.11.2019  14:39       264.786.944 {3dcd5520-9ef2-41a6-a645-454533cb5718}.vhd
14.11.2019  22:13     1.594.705.920 {42c71f88-97fb-4230-aa3e-ef8fc58a7943}.vhd
16.11.2019  20:28     1.114.027.520 {42ead69b-c69d-4c96-86d6-c7e4006f866c}.vhd
16.11.2019  14:48     7.751.036.416 {430acc34-05d8-4b33-b32a-42da0f172920}.vhd
14.11.2019  22:56       319.012.864 {45b260a2-612c-447d-9a06-a59b3c7c9bf0}.vhd
14.11.2019  19:57        42.434.560 {477e705f-3880-4362-a8b0-ad58d1d13f70}.vhd
15.11.2019  12:55       543.776.256 {489553bd-010c-4804-bffd-7bb9d032c1ac}.vhd
15.11.2019  12:55        44.532.224 {494dda1c-5add-4d5a-ab9e-3f4def65c1a3}.vhd
14.11.2019  20:23     5.806.815.232 {4c65369f-75d7-49ab-a7e6-e8c2d7bf73d1}.vhd
14.11.2019  22:13       111.657.472 {52958033-7b09-4941-a5ae-6dbde0dd4fd9}.vhd
14.11.2019  20:33        75.997.184 {55967f09-a41e-47cf-8372-2b813acd4d15}.vhd
14.11.2019  18:51        17.262.592 {5a17de32-1cd7-41b1-a83b-aadfe5acdaf5}.vhd
15.11.2019  15:54        15.164.928 {5b2c5a25-0468-458c-9fdb-10bb2781806f}.vhd
14.11.2019  21:52     4.030.093.824 {5b48c320-b1a6-430b-b574-21dec64c2609}.vhd
14.11.2019  20:33           481.280 {5e14ffe1-72ca-42f9-b1fd-a6033f18e40f}.vhd
16.11.2019  14:48     1.332.497.920 {5fda78af-809b-495d-98e8-78d2d4a3ad72}.vhd
14.11.2019  22:13        13.067.264 {6022e1be-c111-44aa-8897-f3e25f63c417}.vhd
15.11.2019  12:55     7.568.539.648 {60f2f93e-86c6-4a0d-a562-acfec3f0f2a3}.vhd
15.11.2019  00:03     1.120.320.512 {63f65003-0641-4afd-bcb3-ac48034beeaa}.vhd
14.11.2019  19:57       235.106.304 {658c2bf4-3bb2-4e8e-a8eb-c22a0d185c18}.vhd
15.11.2019  15:32       277.372.928 {65b8ce4f-7430-4308-a9a4-4bd69a501ee9}.vhd
14.11.2019  21:45        17.262.592 {684d1b45-2c17-4d0d-ada3-5e89a86c395b}.vhd
15.11.2019  15:32     1.030.120.960 {69b71fcf-d02c-49c8-a9cc-d2c4a329e30e}.vhd
14.11.2019  20:48         8.871.936 {6a617d1f-987c-4d3d-be82-5dd92307be8b}.vhd
14.11.2019  22:56     4.315.376.128 {6a9df076-7fd4-4bc1-bacb-8e7cc9425bf6}.vhd
15.11.2019  15:54        81.976.832 {70dd273a-db6b-4322-836e-11d2e6cec188}.vhd
15.11.2019  15:32    10.195.128.320 {73280744-e67d-4b08-984e-5ededacaea45}.vhd
14.11.2019  19:57    10.849.599.488 {73c43094-7c1f-4ad6-b33b-8568b74fcf7a}.vhd
15.11.2019  14:39    14.927.458.304 {73eed7b0-4baa-4712-8243-a88306cfdb20}.vhd
14.11.2019  20:48         8.871.936 {76504f7a-c69b-45fb-9e36-361390954103}.vhd
15.11.2019  17:37       696.592.384 {7679b3c7-9689-46ce-8f7d-23ceb569a746}.vhd
14.11.2019  21:52       101.169.152 {78c2c14c-4ca4-45cb-a26d-20506e4aef99}.vhd
14.11.2019  18:51        15.164.928 {79d66d1c-742a-4718-823e-7b75b99299d6}.vhd
14.11.2019  20:48     2.756.811.776 {7c88b589-547b-4904-bdc1-a8db32a55e73}.vhd
16.11.2019  20:28     6.115.171.840 {7c921aeb-a9e3-4460-a336-d1c8a367ddec}.vhd
16.11.2019  20:28        21.457.920 {7f4767dc-b182-47d2-9360-b49484352265}.vhd
15.11.2019  15:32         8.871.936 {83746114-ff5d-4d41-9e7d-1502331bdb0f}.vhd
15.11.2019  17:37       485.041.664 {8452ff90-feb3-4058-bae2-df65fb43db26}.vhd
15.11.2019  14:39        23.555.584 {84d573ec-ddc4-456f-bee2-3d48fef31a96}.vhd
14.11.2019  20:33           481.280 {85c24e59-0355-4c16-a0ad-f6a2221029dd}.vhd
15.11.2019  21:03    18.610.956.288 {85c59a68-6586-455c-af03-f550a545562f}.vhd
14.11.2019  23:14        96.973.824 {8b032576-5501-4891-9ed7-f554daff888b}.vhd
14.11.2019  23:05     3.574.900.736 {8b2b50fb-0a4d-4714-8ae8-6740ccfbbb74}.vhd
15.11.2019  00:03        57.118.208 {8d22b2c1-5598-465b-bad9-1122b2cf1e4d}.vhd
14.11.2019  22:39         8.871.936 {96818282-0485-4285-ab17-dd8d920ebedd}.vhd
15.11.2019  12:55    18.428.459.520 {98128cc3-a362-4321-8c67-68f4a7e4c64e}.vhd
15.11.2019  17:37     4.879.647.744 {a0f5cb0e-52f8-42d5-bfc2-ae32e2b6583d}.vhd
14.11.2019  22:56       138.927.104 {a36610a2-eb8c-4788-97b6-0d592b7287db}.vhd
14.11.2019  22:39        13.067.264 {a3f2c7ab-ab50-4f06-a730-401d66bccb38}.vhd
15.11.2019  14:39     1.262.961.664 {a72abc65-bf48-4a08-b309-b161c56df4ae}.vhd
14.11.2019  21:45     5.169.125.376 {a95a2127-4806-40ba-8454-eb7e83104cc2}.vhd
14.11.2019  21:52         8.871.936 {ae8e2767-4127-45c3-9408-9ad8ef03517d}.vhd
14.11.2019  23:14         8.871.936 {b021cd95-c61e-48ef-bf87-b195e24e039f}.vhd
14.11.2019  22:39        61.000.192 {b05c0ecd-37cf-407c-8304-faa60714a8ca}.vhd
15.11.2019  15:54        15.164.928 {b087dba1-d78a-4085-8957-a9a75e5ff1b4}.vhd
15.11.2019  15:32         8.871.936 {b2f60c25-08f9-451c-90b0-94fde381f646}.vhd
15.11.2019  14:39        21.457.920 {b3fa2258-a759-4166-b468-51f65f6a65b2}.vhd
15.11.2019  16:40        17.262.592 {b9211b6c-f8cd-45e4-a184-a2098624f549}.vhd
16.11.2019  20:28        19.360.256 {bb780d7d-668b-4208-a0c6-14a4313e9103}.vhd
15.11.2019  17:37           481.280 {bb795464-52b1-45d0-9b11-b9ffdcff2148}.vhd
15.11.2019  15:04         8.871.936 {bc43d5b9-1e7a-4bd5-a91e-ad5022d714cc}.vhd
15.11.2019  15:54       157.806.080 {befb1d9c-59a1-47a0-981f-137973445cfa}.vhd
15.11.2019  00:03        42.434.560 {bffad490-6a3c-4a6a-84ee-8efd5f87bd3b}.vhd
14.11.2019  22:13        13.067.264 {c15e3743-b46a-4bad-9487-90eae5fcd574}.vhd
14.11.2019  20:33           167.936 {c5207262-928b-455f-b4d9-2d272e91738f}.vhd
15.11.2019  17:37           481.280 {c8a2c7bb-da27-48a7-84ed-84bf1531fdee}.vhd
14.11.2019  20:23        36.141.568 {c8b4ed7a-18fa-4a79-85e7-da17f32fe121}.vhd
14.11.2019  21:33     5.322.254.848 {cc0cfcf7-19cf-4d71-a472-3c1c4ae27f16}.vhd
14.11.2019  21:52         8.871.936 {cca981c8-2d49-4822-aaa0-738b0ab66ba8}.vhd
14.11.2019  21:45       100.855.808 {cdce8fde-3dec-46c8-953b-aa137942ec84}.vhd
14.11.2019  21:33     1.844.014.592 {d094f540-1f6f-435a-8b47-c4fc52d1a077}.vhd
14.11.2019  22:56        15.164.928 {d44bba96-0e6d-4bd1-9c8d-10fe728b6940}.vhd
15.11.2019  00:03    14.942.141.952 {d6179fb1-be06-49d5-8481-3841623a27c3}.vhd
14.11.2019  19:57        21.457.920 {d6f10e6e-7d09-476e-b0c8-a39a5cc65fbe}.vhd
15.11.2019  16:40        17.262.592 {d74cc7c7-b410-49f8-96d6-da9dcba5c5da}.vhd
15.11.2019  15:04     1.785.593.344 {d9792826-8502-4012-9f27-8b9894a58c24}.vhd
15.11.2019  21:03        25.653.248 {df0b0136-5a3d-4b01-801b-79ed92be0bb1}.vhd
15.11.2019  00:03       128.438.784 {e36d126e-042d-4473-b520-1f0b6920f90e}.vhd
16.11.2019  20:28       130.536.448 {e6b71692-bb5e-436b-ab04-cbbb57915d95}.vhd
14.11.2019  21:33        17.262.592 {e8a24b73-d72b-4261-92cc-e27d1027a6a8}.vhd
14.11.2019  21:33       172.489.728 {e99f1482-2fd3-4d9d-a64f-8c6e236e3190}.vhd
14.11.2019  23:05        99.071.488 {eb77128f-643e-4d0d-a9e2-cd747dd1713e}.vhd
14.11.2019  21:45        15.164.928 {ecafc2ea-e3d9-45c1-829d-0983cbe35ea7}.vhd
15.11.2019  21:03        23.555.584 {ee737c31-bb84-43e7-a0ff-6aabfe2d19c3}.vhd
16.11.2019  20:28       648.183.296 {ee7a8ea5-efd7-4b29-af68-94caa04f3efa}.vhd
14.11.2019  22:39         8.871.936 {ee8352e0-ed4e-4743-b895-b2ca32bf5b37}.vhd
15.11.2019  16:40       340.302.848 {f07f5078-93c1-45d4-844e-a1ce8620bd52}.vhd
14.11.2019  21:45       130.536.448 {f2d65fae-b735-41a2-b029-0e348836a3ec}.vhd
14.11.2019  23:05         8.871.936 {fa989421-cdeb-45a0-bd71-0c5a9ab983f6}.vhd
14.11.2019  21:52        86.172.160 {ffa4035b-12cb-4828-81e8-0c7c1add7658}.vhd
14.11.2019  20:48       335.794.176 {fff9d5ef-905c-45ea-99ee-b01a83b70d48}.vhd
16.11.2019  20:28           167.936 {ebce24f9-062e-4ba7-bd44-362e07894362}.vhd
16.11.2019  20:28        12.594.176 {4ed1c18e-6ffd-4c36-a19a-0b8f82867f7f}.vhd
16.11.2019  20:28     7.917.065.216 {9e4452ca-605c-4398-911b-cb2d2b4bc637}.vhd
16.11.2019  20:28       382.256.128 {ae251c53-cf1f-435d-801b-b8c49d337a91}.vhd
16.11.2019  20:28        13.067.264 {2468c21c-5983-49d4-9b3b-9707c2d2ce0e}.vhd
16.11.2019  20:28           481.280 {cff03080-8ec7-45fb-a09a-1f08a54beee2}.vhd
16.11.2019  20:28     1.242.259.043 2019-11-16T19-28-11-813350800Z.sav
             152 Datei(en), 247.547.513.211 Bytes

     Anzahl der angezeigten Dateien:
             427 Datei(en), 687.461.256.492 Bytes
              65 Verzeichnis(se), 5.321.682.583.552 Bytes frei

C:\Users\floogy>
Post Reply