aimar115
Results
1
comments of
aimar115
i think i found it. in Allfunctions.ps1 `$MountedWindowsImage = Get-WindowsImage -Mounted | Where-Object {$_.Path -eq $MountDirectory}` `$MountDirectory` does not equal `$_.Path` cause `$MountDirectory = "C:\Users\OD42B~1.BOR\AppData\Local\Temp\mount4356"` Windows shortened it! `$_.Path =...