Working Deduplication files for Microsoft Windows 10

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

  1. diskodasa

    diskodasa MDL Novice

    Joined:
    Mar 23, 2013
    Messages:
    23
    Likes Received:
    1
    Trophy Points:
    0
    I managed to lock out all my files on secundary deduped HDD, which was deduped in win 8.1, and after upgrading to win 10 I have changed my primary HDD and did the clean install of win10. Now my files on the secundary drive are all locked!!! If I install dedup on win 10, will I be able to get my files back or are they irreversible locked out? Please help!!!
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Joined:
    Nov 18, 2012
    Messages:
    6,943
    Likes Received:
    10,704
    Trophy Points:
    210
    AFAIK, the method used in the dedup will be compatible, but it may be difficult to setup as the files weren't meant for 10240.
     
  3. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
    I can confirm that, when activating the Insider program, the driver starts. We really have to find where this comes from.
    By the way, when you try to run start-dedupjob manually on a newly created disk and it doesn't give any result, you just have to remind that the default minimum ages of files to dedup is set to 3 days.
    You can change this by using the following command : Set-DedupVolume -Volume W: -MinimumFileAgeDays 0
    When you execute Start-dedupJob, it'll work right away.
     
  4. Pointy

    Pointy MDL Junior Member

    Joined:
    May 11, 2015
    Messages:
    95
    Likes Received:
    11
    Trophy Points:
    0
  5. Pointy

    Pointy MDL Junior Member

    Joined:
    May 11, 2015
    Messages:
    95
    Likes Received:
    11
    Trophy Points:
    0
    also i need some help
    when i enter
    start-dedupjob -volume H:
    i get this:
    cmdlet Start-DedupJob at command pipeline position 1
    Supply values for the following parameters:
    Type:

    what does it mean and what should i be inputing?
     
  6. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
  7. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
    You didn't read the post :)
    Start-DedupJob -Volume H: -Type Optimization
     
  8. Pointy

    Pointy MDL Junior Member

    Joined:
    May 11, 2015
    Messages:
    95
    Likes Received:
    11
    Trophy Points:
    0
    oh I am an idiot. its just an incomplete command. and also I read that joining the insider program was a way to fix it. but wanted to know any progress on it
     
  9. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
    I didn't say you're an idiot :)
    There's no progress at the moment to why the insider program helps solving this problem of certificate...
    Did you try the key ?
     
  10. SLRVision39

    SLRVision39 MDL Member

    Joined:
    Aug 5, 2009
    Messages:
    147
    Likes Received:
    13
    Trophy Points:
    10
    #110 SLRVision39, Sep 11, 2015
    Last edited: Sep 11, 2015
    Hi all,
    Here's a solution for those not part of Insider Program :
    bcdedit /set {...your identifier..} testsigning on

    It wasn't working previously. I presume that the latest package/install procedure made this possible (I didn't test this with the latest package as we previously tested it and it was unsuccessful).
    Of course, this means you can install unsigned drivers but this is not a big deal for geeks like you :)
    This is working for several persons now.
    Let us know if it's also ok for you.
    Thanks
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Could you upload the original extracted .cab packages if available? :)
     
  12. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Yes extracting them now will upload in a while.

     
  13. excelsi

    excelsi MDL Novice

    Joined:
    Aug 12, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    #115 excelsi, Sep 27, 2015
    Last edited: Sep 27, 2015
    Hi,

    i have a detailed question to the Install Script in the Dedup Package:
    signtool.exe catdb /g {F750E6C3-38EE-11D1-85E5-00C04FC295EE} .\catalogs\*.cat >nul 2>&1

    Where do you get this GUID from and do i have to modify this GUID if i use for example the Dedup Files from 10537 Build?

    Thanks
    Michael
     
  14. intergalactic

    intergalactic MDL Novice

    Joined:
    Sep 5, 2014
    Messages:
    5
    Likes Received:
    5
    Trophy Points:
    0
    This is the only thing that is currently preventing me from upgrading Windows 8.1 to Windows 10. I need the dedup because of VM's stored to my SSD disks.
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    #117 abbodi1406, Sep 27, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    C:\Windows\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb
    it's the default catdb for servicing packages

    it's the same for all builds
     
  16. Stannieman

    Stannieman MDL Guru

    Joined:
    Sep 4, 2009
    Messages:
    2,236
    Likes Received:
    1,814
    Trophy Points:
    90
    29 October there's a windows 10 dev event at our school. I'll see if someone there knows whether it's being considered or not, but don't hope too much...

    Something else: Have they finished the dedup code already? Because if the dedup package hasn't "RTM-ed" yet I'd say it's pretty risky to use.
     
  17. excelsi

    excelsi MDL Novice

    Joined:
    Aug 12, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    #119 excelsi, Oct 12, 2015
    Last edited: Oct 12, 2015
    Hi,

    one question i have to these packages in general: How do you get them out of an installation? ;-)

    Thanks
    Michael
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

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