Working Deduplication files for Microsoft Windows 10

Discussion in 'Windows 10' started by dreamss, Oct 4, 2014.

  1. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
    #61 SLRVision39, Aug 15, 2015
    Last edited: Aug 15, 2015
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    #62 abbodi1406, Aug 15, 2015
    Last edited by a moderator: Apr 20, 2017
    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
    
     
  3. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  4. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
    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...
     
  5. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120

    If your package install correctly the drivers, the files already deduplicated should be already accessible.
     
  6. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  7. Grahlwur

    Grahlwur MDL Novice

    Jan 3, 2010
    13
    4
    0
    #69 Grahlwur, Aug 16, 2015
    Last edited by a moderator: Apr 20, 2017
    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
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    #70 abbodi1406, Aug 17, 2015
    Last edited by a moderator: Apr 20, 2017
  9. x0n

    x0n MDL Novice

    May 4, 2015
    6
    0
    0
    #71 x0n, Aug 17, 2015
    Last edited by a moderator: Apr 20, 2017
    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.
    
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,888
    340
    Use the Uninstall from new one and reboot

    check if there is .orig files in system32
     
  11. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  12. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  13. Grahlwur

    Grahlwur MDL Novice

    Jan 3, 2010
    13
    4
    0
    Have you tried doing the same thing with ddp.mof?
     
  14. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  15. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
  16. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    I would still separate vm vhd's by dedup so you could fix them if dedup breaks in future versions again.
     
  17. SLRVision39

    SLRVision39 MDL Member

    Aug 5, 2009
    147
    13
    10
    Back in a few hours... I have to go eating :)