Working Deduplication files for Microsoft Windows 10

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

  1. DiamondMon

    DiamondMon MDL Addicted

    Joined:
    Jul 31, 2009
    Messages:
    627
    Likes Received:
    1,531
    Trophy Points:
    30
    #141 DiamondMon, Nov 26, 2015
    Last edited: Nov 26, 2015
  2. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
    Quick answer : no you can't
     
  3. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
  4. fbifido

    fbifido MDL Member

    Joined:
    Jun 6, 2007
    Messages:
    199
    Likes Received:
    26
    Trophy Points:
    10
    These files only works on x64-bit system? yes
     
  5. dreamss

    dreamss MDL Junior Member

    Joined:
    Apr 7, 2009
    Messages:
    99
    Likes Received:
    50
    Trophy Points:
    10
    Updated the first post with the new links. i had to use the commands from the txt file cause the .bat said the package the did successfully install even tho it had no errors.
     
  6. fbifido

    fbifido MDL Member

    Joined:
    Jun 6, 2007
    Messages:
    199
    Likes Received:
    26
    Trophy Points:
    10
    #146 fbifido, Jan 3, 2016
    Last edited: Jan 3, 2016
    Dedup for 11082.1000 ?

    Hi,
    are there any dedup installer that will work for build 11082 ?

    the one for 10586 does not work on 11082.

    thanks
     
  7. Garbellano

    Garbellano MDL Addicted

    Joined:
    Aug 13, 2012
    Messages:
    948
    Likes Received:
    247
    Trophy Points:
    30
    #147 Garbellano, Jan 3, 2016
    Last edited: Jan 3, 2016
    how about RS1?
     
  8. EFA11

    EFA11 Avatar Guru

    Joined:
    Oct 7, 2010
    Messages:
    8,729
    Likes Received:
    6,728
    Trophy Points:
    270
    unless the last version of server 2016 files work with any new builds, it will most likely depend on a new build of server to get new dedup files for Win10 since that is where they come from.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  10. Garbellano

    Garbellano MDL Addicted

    Joined:
    Aug 13, 2012
    Messages:
    948
    Likes Received:
    247
    Trophy Points:
    30
  11. fbifido

    fbifido MDL Member

    Joined:
    Jun 6, 2007
    Messages:
    199
    Likes Received:
    26
    Trophy Points:
    10
  12. gnugeek

    gnugeek MDL Member

    Joined:
    Nov 23, 2009
    Messages:
    171
    Likes Received:
    41
    Trophy Points:
    10
    I am new to this but fail to understand what is the need for this deduplication? What is it used for in Windows context?
     
  13. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120

    It's a way to save storage space.

    The saving can be huge when a lot of similar files are stored on the same volume.

    Tipical examples are the ISO folders and the virtual HDDs of virtual machines.
     
  14. EFA11

    EFA11 Avatar Guru

    Joined:
    Oct 7, 2010
    Messages:
    8,729
    Likes Received:
    6,728
    Trophy Points:
    270
  15. Garbellano

    Garbellano MDL Addicted

    Joined:
    Aug 13, 2012
    Messages:
    948
    Likes Received:
    247
    Trophy Points:
    30
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Uninstall, reboot, try again

    what the installer status says about creating services? success?
     
  17. Garbellano

    Garbellano MDL Addicted

    Joined:
    Aug 13, 2012
    Messages:
    948
    Likes Received:
    247
    Trophy Points:
    30
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Did you created dedup job before?
     
  19. Garbellano

    Garbellano MDL Addicted

    Joined:
    Aug 13, 2012
    Messages:
    948
    Likes Received:
    247
    Trophy Points:
    30
    No, I just installed once and then uninstalled, as you said, and then install it
     
  20. fbifido

    fbifido MDL Member

    Joined:
    Jun 6, 2007
    Messages:
    199
    Likes Received:
    26
    Trophy Points:
    10
    #160 fbifido, Jan 5, 2016
    Last edited: Jan 5, 2016
    open the dedup installer folder in windows explorer
    right-click the _TestRights.cmd, select runAs Admin.
    when you see a new command prompt windows open(not the one running the _testright.cmd file), then close it.
    if you don't see the new window, then try again.

    Now in the dedup folder back in windows explorer, right-click installer.cmd, select runAs admin.
    you should get the message displayed in the picture in post #157.

    The dedup features are now installed.

    now to enable dedup on a drive other than your windows OS disk:
    - say E: is the disk you need to dedup

    Enable-DedupVolume -Volume "E:"
    Set-DedupVolume –Volume "E:" -MinimumFileAgeDays 0 -MinimumFileSize 32768

    Start-DedupJob -Volume "E:" -Type Optimization –Memory 30 -Full
    Start-DedupJob -Volume "E:" -Type GarbageCollection –Memory 30 -Full
    Start-DedupJob -Volume "E:" -Type Optimization –Memory 20 -Full -Wait
    Start-DedupJob -Volume "E:" -Type GarbageCollection –Memory 20 -Full -Wait
    Start-DedupJob -Volume "E:" -Type Scrubbing –Memory 20 -Full -Wait

    That's it.