[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Can you elaborate more... Why? I haven't had to deal with 8dot3 filenames yet
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Thanks, will add this to the script(s)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    Shouldn't affect the running of the script, but it is a personal preference and maybe should be noted as such.


    Shouldn't be an issue as a rule, but I believe that some software developers still use 8dot3 characters in their code and obviously said software probably wont run.
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60

    Ok.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Updated Windows 11 disable_telemetry scripts -- turned off Smart App Control

    Code:
    rem == turn off Smart App Control ==
    reg add "HKLM\SYSHIVE\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d "0" /f
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. JLBENEDICT

    JLBENEDICT MDL Junior Member

    Dec 5, 2013
    81
    48
    0
    What is the verdict on this crash/loop? (Windows 10, 19045)

    upload_2024-7-17_14-47-24.png
     
  8. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Using disable_telemetry script? Must be something else because I still haven't had that problem.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    there is new version of powerrun - you need to open it and check file->allow command line, then open run_as_installer.cmd
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    #2311 freddie-o, Jul 18, 2024
    Last edited: Jul 18, 2024
    Yes thanks I know. I'll update the OP
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    #2312 pp03, Jul 18, 2024
    Last edited: Jul 18, 2024
    i've used your script with enterprise edition from last 10 business iso (july 2024) and there is edge in installed apps (not in start menu interestingly).

    i am using quick assist, so webview2 runtime is required, but why edge? uninstall option is not active unfortunately.

    i've tried to change "edge is uninstallable" status to enable in IntegratedServicesRegionPolicySet.json with execTI, but still the same.

    after changing "noremove" option to 0 in regedit (HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge)
    uninstall option is active now, but nothing is going on.
     
  12. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Can you show screenshot(s) cause I don't see it in my Windows 10 installs
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    in attachment
     

    Attached Files:

  14. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    If the script ran without errors there shouldn't be any trace of Edge in your install
    Edge is not present in my OSes
    After running disable_telemetry script I always check to see if it ran without errors
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    script ran without errors.
    edge shows up after installing quick assist
     
  16. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    Oh so Quick Assist installs Edge?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    yes
     
  18. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,557
    2,594
    60
    There should be a few online scripts here in MDL that remove Edge
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    566
    94
    30
    with aveyo script unfortunately still the same