[DISCUSSION] Windows 10 Build 10125

Discussion in 'Windows 10' started by Fr4nk, May 25, 2015.

Thread Status:
Not open for further replies.
  1. xibunny

    xibunny MDL Novice

    Jul 29, 2009
    21
    0
    0
    its not like they are stealing our bank info :p
     
  2. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    301
    30
    not that, but remember the discussion about the always-on-mode of their xbox one regarding camera and microphone?
    if you are okay with getting tracked every move you make and every word you say that's totally okay for me, but it's nothing I would tolerate for myself.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    It seems its a package, i came across it while dism'in : Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10125.0 | Installed | Feature Pack | 17/05/2015 12:32 p.m.
     
  4. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    301
    30
    #845 nexus76, May 28, 2015
    Last edited: May 28, 2015
    I'm aware no all of those functions are useless, but delivering them disabled instead of enabled by default is a matter of privacy.

    anti-privacy-warning.jpg

    Most likely there are some people willing to use those features combined with their microsoft smartphones or tablets.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. AtomR

    AtomR MDL Member

    Oct 22, 2013
    249
    51
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. tor2k

    tor2k MDL Novice

    Mar 22, 2015
    28
    6
    0
    #847 tor2k, May 28, 2015
    Last edited by a moderator: Apr 20, 2017
    List of IP (sniffed by Wireshark)

    To delete two tracking services I use this script:
    Code:
    @echo
    REM Stopping and deleting services dmwappushsvc and DiagTrack
    
    net stop dmwappushservice
    net stop diagtrack
    sc delete dmwappushservice
    sc delete diagtrack
    CD C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger
    CACLS AutoLogger-Diagtrack-Listener.etl /d SYSTEM
    DEL /p C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
    @pause
    then I rebooted and sniffed one Win10125 host (12 hour idle).
    List of IP (sniffed by Wireshark).
    UDP:
    Code:
    94.245.121.251
    GeoIP Country Edition: GB, United Kingdom
    GeoIP ASNum Edition: AS8075 Microsoft Corporation
    --
    94.245.121.252
    GeoIP Country Edition: GB, United Kingdom
    GeoIP ASNum Edition: AS8075 Microsoft Corporation
    
    TCP:
    Code:
    64.4.54.50
    65.55.252.43
    207.46.194.33
    65.55.252.93
    23.59.123.119
    65.52.108.90
    191.232.139.2
    23.43.139.27
    23.103.189.125
    157.56.194.72
    204.79.197.200
    131.253.61.82
    65.55.113.12
    96.6.15.244
    188.43.72.243
    207.46.101.29
    
    NetRange: 64.4.0.0 - 64.4.63.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US --- NetRange: 65.52.0.0 - 65.55.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US --- NetRange: 207.46.0.0 - 207.46.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US --- NetRange: 65.52.0.0 - 65.55.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US --- NetRange: 23.32.0.0 - 23.67.255.255 OrgName: Akamai Technologies, Inc. OrgId: AKAMAI City: Cambridge StateProv: MA Country: US NetRange: 23.59.112.0 - 23.59.127.255 OrgName: Akamai International, BV OrgId: AIB-17 City: Amsterdam StateProv: Country: NL --- NetRange: 65.52.0.0 - 65.55.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US --- --- NetRange: 23.43.128.0 - 23.43.143.255 OrgName: Akamai International, BV OrgId: AIB-17 City: Amsterdam StateProv: Country: NL NetRange: 23.32.0.0 - 23.67.255.255 OrgName: Akamai Technologies, Inc. OrgId: AKAMAI City: Cambridge StateProv: MA Country: US -- NetRange: 23.96.0.0 - 23.103.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US -- NetRange: 157.54.0.0 - 157.60.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US -- NetRange: 204.79.195.0 - 204.79.197.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US -- NetRange: 131.253.61.0 - 131.253.255.255 OrgName: Microsoft Corp OrgId: MSFT-Z City: Redmond StateProv: WA Country: US -- NetRange: 65.52.0.0 - 65.55.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US -- NetRange: 96.6.0.0 - 96.7.255.255 OrgName: Akamai Technologies, Inc. OrgId: AKAMAI City: Cambridge StateProv: MA Country: US NetRange: 96.6.12.0 - 96.6.15.255 OrgName: Akamai International, BV OrgId: AIB-17 City: Amsterdam StateProv: Country: NL -- -- NetRange: 207.46.0.0 - 207.46.255.255 OrgName: Microsoft Corporation OrgId: MSFT City: Redmond StateProv: WA Country: US
     
  7. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    #849 M&J, May 28, 2015
    Last edited by a moderator: Apr 20, 2017
    How do you save the script before running?
    also how is the UDP And TCP used.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Tripa

    Tripa MDL Member

    Oct 6, 2009
    102
    5
    10
    Save as a .cmd (example: StopTracking.cmd ) and run as administrator

    You dont need to do anything with TCP and UDP lists.
     
  9. nexus76

    nexus76 MDL Addicted

    Jan 25, 2009
    788
    301
    30
    #851 nexus76, May 28, 2015
    Last edited by a moderator: Apr 20, 2017
    C:\>dir AutoLogger-Diagtrack-Listener.etl /S /A /B
    C:\ProgramData\Microsoft\Diagnosis\ETLLogs\ShutdownLogger\AutoLogger-Diagtrack-Listener.etl
    C:\Users\All Users\Microsoft\Diagnosis\ETLLogs\ShutdownLogger\AutoLogger-Diagtrack-Listener.etl

    Code:
    @echo
    REM Stopping and deleting services dmwappushsvc and DiagTrack
    
    net stop dmwappushservice
    net stop diagtrack
    sc delete dmwappushservice
    sc delete diagtrack
    
    CD C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger
    CACLS AutoLogger-Diagtrack-Listener.etl /d SYSTEM
    DEL /p C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
    
    cd C:\ProgramData\Microsoft\Diagnosis\ETLLogs\ShutdownLogger
    CACLS AutoLogger-Diagtrack-Listener.etl /d SYSTEM
    DEL /p C:\ProgramData\Microsoft\Diagnosis\ETLLogs\ShutdownLogger\AutoLogger-Diagtrack-Listener.etl
    
    cd C:\Users\All Users\Microsoft\Diagnosis\ETLLogs\ShutdownLogger
    CACLS AutoLogger-Diagtrack-Listener.etl /d SYSTEM
    DEL /p C:\Users\All Users\Microsoft\Diagnosis\ETLLogs\ShutdownLogger\AutoLogger-Diagtrack-Listener.etl 
    
    @pause
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. winxuser

    winxuser MDL Junior Member

    Jun 19, 2011
    94
    5
    0
    just a question about this build, being a leaked build would we be able to update to a new build through WU or not?
     
  11. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Build 10125 bug bug bug.......
    Build 10122 ok ok ok .....
     
  12. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,764
    1,001
    180
    Bug in Start Menu ?
     
  13. jamescantello

    jamescantello MDL Senior Member

    Oct 3, 2010
    460
    307
    10
    Anyone running build 10125 on real hardware on a laptop, what's the battery life like compared with Windows 8?
     
  14. nicktorn

    nicktorn MDL Member

    Aug 24, 2012
    138
    16
    10
    I'm actually seeing less bugs on 10125 on two machines I have it installed on. Only issues I have run into after a week are Modern apps opening up small and the Weather Modern app not showing live tile updates anymore.
     
  15. AtomR

    AtomR MDL Member

    Oct 22, 2013
    249
    51
    10
    Yes, as this leaked build is from fbl_impressive branch.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    The RTM also is fbl_impressive right?
     
  17. AtomR

    AtomR MDL Member

    Oct 22, 2013
    249
    51
    10
    Calm down, mate. You seems new to Windows testing. Every Windows OS is full of bugs in it's preview stage, this is another matter that Windows 10 is more unstable than it's past companions. All the bugs will get fixed in RTM.

    And I'm not crying mate. I posted it here for the people who want it. I've submitted a large number of feedback to UserVoice & millions of other people do too. You mean those people are crying ? No, they're not.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,223
    653
    60
    no as I know.