[REPO] Windows 10 TELEMETRY REPOSITORY

Discussion in 'Windows 10' started by Yen, Aug 4, 2015.

  1. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    314
    110
    10
    you may have to let me or us know how you did this, if you don't mind
    Regards
     
  2. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    Does anyone know what version of KB 4577586 I need for 21H2 LTSC to uninstall Adobe Flash Player!!!?
     
  3. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,386
    1,615
    90
    ltsc 21h2 dont have flash ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    Yes, i know! i have tested something! Unfortunately it did not work and now I wanted to uninstall Adobe Flash again! I just installed it via installer...
     
  5. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,386
    1,615
    90
    go to install and remove programms
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    What do you mean exactly!? You probably mean in the installer use the delete function!!?

    Addition: In addition, the KB 4577586 works only up to version 20H2! For 21H2 there is not the update...How to proceed?
     
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,346
    7,065
    210
    The KB is or was only for the Flash component integrated into earlier Windows 10 builds. It does not (and never did) have any effect on Flash installed by the Flash installer from Adobe. These non-Windows packages are removed from Programs and Features.
     
  8. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    Hi,
    anyone know how to solve this problem!?
    I always get the message when starting a game to install NET 3.5! I manually installed the packages but still gets the error message and the game does not start!
    Does anyone have any ideas?

    Net_35.jpg
     
  9. doesnt mean if you have installed all latest updates will also include .net35 optional feature package too . pl use .net35 AIO installer via abbodi1406 gothub repo & install it at OoBE second phase called by sutupcomplete to enable .net35 feature & will never show you this type of screen again.
     
  10. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    798
    1,444
    30
    Sry for the late reply...

    I'll post the modified script later on. Tested & working.
    Lite & Full version, adapt tp your needs.

     
  11. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    798
    1,444
    30
    I'm not sure about this statement. Older hardware here and it runs like a breeze whatever registry setting you trow at it!

    It just run very smooth :)

     
  12. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    798
    1,444
    30
    This just works fine :)

    Credits to abbodi1406

    Code:
    set "key=HKLM\SYSTEM\ControlSet001\Control\Ubpm"
    
    for /f "tokens=1" %%a in ('reg query "%key%" 2^>nul ^| find /i "REG_SZ"') do if not errorlevel 1 (%nsd1% reg delete "%key%\%%a" /f 2>nul)
    

    Code:
    echo Disable UBPM BOOT logging
    
    :::  Start = 0 = Disabled
    :::  Disable Diagtrack-Listener BOOT logging after reboot
    
    %nsd1% reg add "HKLM\System\ControlSet001\Control\WMI\Autologger\UBPM" /v "Start" /t REG_DWORD /d "0" /f
    %nsd1% reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\UBPM" /v "Start" /t REG_DWORD /d "0" /f
    
     
  13. Some people directly do reg delete "HKLM\OfflineSystem\ControlSet001\Control\WMI\Autologger" /f from there offline wim image & i was shocked to see nothing goes negative doing this.
    save us from doing lot of reg tweaks for Autologgers in our bat script as there are many many entries in child items to this main autologger parent key.
     
  14. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,755
    5,217
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    617
    204
    30
    do you get a bit of perfotmance doing this.?
     
  16. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    293
    118
    10
    i just
    sc delete diagtrack
    reboot
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. hey i thought you are a pro in tweaking anyways ; its for telem & not related to performance in any scenario.
     
  18. ralf ralf

    ralf ralf MDL Member

    May 11, 2017
    174
    24
    10
    Hi Freddie,
    I last did an installation with your LTSC script. Unfortunately the install did not run as expected! I had also used unattend.xml for the name.
    1. the name was not set up and I had to set it up afterwards.
    2. windows update worked although everything was off!

    I send times with files in the attachment. I can not explain why it does not work this time!
     

    Attached Files:

  19. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #1760 freddie-o, Oct 5, 2022
    Last edited: Oct 5, 2022
    Black Screen?

    Just use the original "unattend.xml" in the main post for now until we can figure out what the problem is all of a sudden.
    Then create a new user account.