I'll try to use .wim file to preserve the security ACLs but can you upload these files from server edition?? Code: ddpsvc.dll.mui ddpwmi.dll.mui DeduplicationProvider.mfl Microsoft.Storage.Vds.resources.dll
That's good for diskodasa to recover his deduped files. In my case, I have a load of deduped Hyper-V VMs on my SSD... and I cannot run them from a Hyper-V VM as you cannot install Hyper-V role in a VM I really find that MS is not playing fare on this, they could have made a TP3 build 10240...
If your package install correctly the drivers, the files already deduplicated should be already accessible.
Big thank you for the time you've spent on this! I tried your package on clean virtual installs of en-gb_windows_10_enterprise_x64_dvd_6851157.iso and en_windows_10_enterprise_x64_dvd_6851151.iso, but I have the same problem with the dedup driver that I had when I tried to get dedup-files from server build 10147 to work (as mentioned earlier in this thread): Code: C:\Windows\system32>net start dedup System error 2148204812 has occurred. A certificate was explicitly revoked by its issuer. I first tried to install the package on a machine without any network, when that failed I connected it to the Internet, updated Windows and retried - no difference. Have anyone else tried this with the Enterprise version, or a clean install? If anyone has any thoughts about this problem, please feel free to share. I've spent some time installing and uninstalling certificates, clearing revoked cerfiticate list and booting with Driver Signature Verification disabled and whatnot, think I'm all out of ideas myself. Also, to get the PowerShell-modules to work I had to enable scripts and import it: Code: Set-ExecutionPolicy RemoteSigned Import-Module Deduplication -Force And verify with: Code: Get-Module However, I obviously had no chance to try if the commands are working as dedup itself is currently not ^^ Regards ______ EDIT: The reason for the ddpvssvc-service not starting is a missing entry in the registry for one reason or another. Haven't looked into the package much so not sure what's causing it, but a here's a quick fix: Save this is a .reg-file and double click it: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost] "ddpvssvc"=hex(7):64,00,64,00,70,00,76,00,73,00,73,00,76,00,63,00,00,00,00,00 OR Run this is admin: Code: reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost" /v ddpvssvc /t REG_MULTI_SZ /d ddpvssvc
I had the previous installed but it seems some of the WMI/CIM classes were missing so the cmdlets didn't work (missing class.) I uninstalled it and rebooted, then tried this package. It blew up completely: Code: Copy files... A duplicate file name exists, or the file cannot be found. A duplicate file name exists, or the file cannot be found. A duplicate file name exists, or the file cannot be found. Error: 32 The process cannot access the file because it is being used by another process. Install Storage assembly... Create services... [SC] CreateService FAILED 2: The system cannot find the file specified. [SC] CreateService FAILED 2: The system cannot find the file specified. [SC] CreateService FAILED 2: The system cannot find the file specified. Update registry... Start services... Prepare PS module... Import-Module : The specified module 'Deduplication' was not loaded because no valid module file was found in any module directory. At line:1 char:1 + Import-Module Deduplication + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (Deduplication:String) [Imp ort-Module], FileNotFoundException + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Comm ands.ImportModuleCommand Done. Press any key to exit.
I would still separate vm vhd's by dedup so you could fix them if dedup breaks in future versions again.