[DISCUSSION] Windows 10 Build 10586 (v1511/th2)

Discussion in 'Windows 10' started by pawX, Nov 5, 2015.

  1. genenioo

    genenioo MDL Addicted

    Oct 9, 2007
    654
    113
    30
    If you have an anti-spy program--like O&OShutup10--running it can block updates. Try temporarily turning it off and check for updates again. This worked for me.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,433
    14,938
    340
    #1642 xinso, Nov 16, 2015
    Last edited: Nov 16, 2015
    Is your system any one of these?

    Core
    CoreN
    Pro
    ProN
    Education
    EducationN
    Enterprise + verified MSA Insider
    EnterpriseN + verified MSA Insider
     
  3. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,769
    1,005
    180
    why are you ask ?
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,433
    14,938
    340
    #1644 xinso, Nov 16, 2015
    Last edited: Nov 16, 2015
    Because AyaSalah mentioned only windows 10 since August.
     
  5. AyaSalah

    AyaSalah MDL Novice

    Sep 23, 2015
    31
    9
    0
    #1645 AyaSalah, Nov 16, 2015
    Last edited by a moderator: Apr 20, 2017
    with me mentioning my install date, I meant that the reason for the delayed upgrade isn't to allow me to go back to my old system in case I wanted to "as microsoft claimed" so no need to make fun of something if you don't understand it I guess :eek: & no I don't wanna make any registry changes, I already downloaded the iso but I didn't install it yet, just waiting to see how things r going & when I might receive the upgrade
     
  6. AyaSalah

    AyaSalah MDL Novice

    Sep 23, 2015
    31
    9
    0
    I have KTS 2016 but it never blocked any updates so I don't know, maybe it's a region related issue IDK
     
  7. ganons

    ganons MDL Junior Member

    Mar 11, 2013
    60
    0
    0
    Im on Windows 10 Pro, is there a 10586 Pro English iso available?
     
  8. genenioo

    genenioo MDL Addicted

    Oct 9, 2007
    654
    113
    30
    I'd try turning it off for a minute. I would get updates with O&O on but wasn't getting the last two after installing the 10586 .iso until I turned it off.
     
  9. AyaSalah

    AyaSalah MDL Novice

    Sep 23, 2015
    31
    9
    0
    ok, will give it a try now
     
  10. RGadelha

    RGadelha MDL Expert

    Feb 14, 2010
    1,233
    611
    60
    #1651 RGadelha, Nov 17, 2015
    Last edited: Nov 17, 2015
    So, where are you all, people???:eek:

    Where? :confused:
     
  11. snorkel

    snorkel MDL Novice

    Jul 19, 2015
    25
    12
    0
    MS have went completely overboard with Tracking/Telemetry with this OS. I don't really care about them collecting a certain ammount of data, but the internet bandwidth they steal is completely beyond a joke. My browsing speeds were like I was on dial-up connection... getting about 1mb/s of my 50mb/s service. Had to go completely out of my way to block as much telemetry collections as I could, to get my bandwidth back to @46mb/s. No doubt future updates will just re-enable them to grab my bandwidth again.
     
  12. myabc

    myabc MDL Member

    Apr 19, 2014
    172
    4
    10
    please, i have win 10586 pro. if i download and install the iso in first post (tech bench), have i a newer version or the same thing?

    thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. klurosu

    klurosu MDL Novice

    Feb 28, 2010
    16
    1
    0
    Installed since yesterday from zero (i was on 10240)
    Much more smooth and faster.
    Cortana deactivated, Windows search deactivated... i love it!
     
  14. Lothbrok

    Lothbrok MDL Member

    Oct 19, 2013
    112
    18
    10
  15. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,590
    1,412
    60
    What methods you used to block telemetry?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ruellesmith

    ruellesmith MDL Novice

    Apr 12, 2013
    12
    1
    0
    I am currently dowloading can anyone tell how to get temporary link using Powershell ?
     
  17. DiamondMon

    DiamondMon MDL Addicted

    Jul 31, 2009
    669
    1,624
    30
    Powershell (admin) command:

    Get-BitsTransfer -AllUsers | select *
    or
    Get-BitsTransfer -AllUsers | fl * >C:\address.txt
    or
    Get-BitsTransfer -AllUsers | select FileList | Format-List >C:\address.txt
    or
    Get-BitsTransfer -AllUsers | Select -ExpandProperty FileList | Select -ExpandProperty RemoteName >$env:userprofile\desktop\ESD-url.txt