[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,579
    2,636
    60
    :thumbsup: Thank you!


    That's ok... I do not update. I just use Windows Update Blocker. :cheers:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,072
    10
    #902 shewolf, Oct 10, 2018
    Last edited: Oct 11, 2018
    Control Update means, NO Windows update too.
    So.

    Control Windows Update, very Intelligent mode :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    624
    10
    Spoke with blackbird dev, don't recommend to run it with 1809, it completly breaks start menu and immersive control panel.
    Focus and assist settings (disabling WpnUserService) and device settings (disabling deviceflow) both will crash.
    I'd personally recommend to put these unistacks services in 'manual' instead of 'disabled'.

    And if you have problems with immersive control panel (not loading from start menu), go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager ,
    put ContentDeliveryAllowed value back to 1 and run:
    Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

    Would call it stupid mode...Or seems I'm not enough intelligent to be able to put my ethernet connection as metered...:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,072
    10
    #904 shewolf, Oct 10, 2018
    Last edited: Oct 10, 2018
    It is also intended for the stupid too, but perhaps they must read it several times. :laie:

    So.

    Control Windows Update, very Intelligent mode :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    624
    10
    Don't need your propaganda...I'm using LTSC and WFC with whitelist method. you're sick man, get some help
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,072
    10
    #906 shewolf, Oct 10, 2018
    Last edited: Oct 10, 2018
    It is also intended for the very stupid too, but perhaps they must read it several times. :laie:

    So.

    Control Windows Update, very Intelligent mode :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,579
    2,636
    60
    #907 freddie-o, Oct 10, 2018
    Last edited: Nov 10, 2018

    :angel_not:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Hal2000

    Hal2000 MDL Junior Member

    Apr 26, 2014
    57
    37
    0
    @Blackbird_Dev What is the best method to update your script? Perhaps restore backup then run new version, is there a better way ?
    Thanks for your great work.
     
  9. andrey99999

    andrey99999 MDL Novice

    Oct 21, 2018
    11
    2
    0
    Hi everyone. Found this topic and i have a questions. Could somebody answered please

    1. Are there any sources of BlackBird program (Maybe I did not find)
    2. Why it was necessary to compile, If the batch files immediately show what the program does and can be edited
    3. You don't trust Billy (me too) but why do you believe BlackBird

    And the most important question is whether there is an analogue of the BlackBird program, only in cmd files.
     
  10. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
  11. hoak

    hoak MDL Member

    Nov 13, 2009
    247
    500
    10
    No, it's not FOSS, it's an indie project.

    I don't trust anyone with my PC, but after testing Blackbird in a sandbox, reading the responses to feed-back from it's author, his posts here and elsewhere, I don't think he has any ulterior motives to those he describes on his site, in interviews, on Facebook, these and other forums. As well his app has been tested by some high rollers in the media and they like it.

    Analog to some of the features, yes, but some of the things Blackbird does can't be accomplished with PowerShell script...
     
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,399
    340
    Wrong assumption :cool2:.

    Reason for this thread was to enable people to disable any telemetry related stuff manually (or automated in batch for readability) not to discuss compliled solutions.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,734
    60
    Hehe, some / most of your compiled solutions could be done on the open via batch / powershell / c# (csc) scripts, and would simplify life for everyone.
    BlackBird author probably has the same reasons you do to go with exe's (mainly, hubris :smoking:), even if it's such a pain in the rear to update, host, deal with av's.
    It would be ideal tough that everything OS tweaking related to be provided as scripts / source code
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,399
    340
    Has nothing to do with my tools and didn't talk about them at all :cool:.

    Was referring to the options given in OP.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. andrey99999

    andrey99999 MDL Novice

    Oct 21, 2018
    11
    2
    0
    for a example source code on C, hello world

    #include <iostream>
    #include <cstdlib>;
    int main() {
    cout << "Hello, world!" << endl;
    return 0; }

    compile -> program_helloWord.exe

    Billy is Bill Gates, when windows 3.11 appeared it was fashionable to scold him and praise os/2 )))

    You do not trust anyone, and you run an unknown program, not knowing what it does. You can trust the program in two cases, 1. You compiled it from source code 2. You have a lot of time and you are a disassembly guru.

    Can you give an example, IMHO this is not true
     
  16. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    If you want to see the Blackbird's source it can be easily converted to a batch file.
     
  17. andrey99999

    andrey99999 MDL Novice

    Oct 21, 2018
    11
    2
    0
    Really?, LOL :D
    You do not understand what you are saying about
     
  18. andrey99999

    andrey99999 MDL Novice

    Oct 21, 2018
    11
    2
    0
    s1ave77

    What I wanted to offer
    Create a script on the GitHub and make edits there by joint efforts
     
  19. slayer9450

    slayer9450 MDL Member

    Aug 3, 2015
    211
    87
    10
    I know I'm talking about. Can't attach the .bat directly so I attached a .zip of it.
     

    Attached Files:

  20. andrey99999

    andrey99999 MDL Novice

    Oct 21, 2018
    11
    2
    0
    I am sorry
    Why hide that this is a simply batch file packed in pseudo exe?