[REPO] Windows 10 TELEMETRY REPOSITORY

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

  1. wasd123

    wasd123 MDL Novice

    Jul 20, 2015
    29
    11
    0
    I think that the command to delete all Apps but Edge is useful too
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340

    Please be more specific, what command ... :g:?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    OP UPDATE:

    While checking the new package removal entries i realised it might be a good idea to separate all WOW64 entries from the others by creating additional lists for x64 systems.

    Makes no sense to try those on a x86 system :cool:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. wasd123

    wasd123 MDL Novice

    Jul 20, 2015
    29
    11
    0

    Well that's what a lot of people want, similar to the LTSB version
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Will check how to safely integrate to my script :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Boops

    Boops MDL Addicted

    Jan 5, 2008
    922
    1,217
    30
    It has been, by separatingr for x64

    Microsoft-Windows-Search2-WOW64-base-Package~31bf3856ad364e35~amd64~it-IT~10.0.10240.16384
    Microsoft-Windows-Search2-WOW64-base-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    Microsoft-Windows-Search2-WOW64-Package~31bf3856ad364e35~amd64~it-IT~10.0.10240.16384
    Microsoft-Windows-Search2-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    Microsoft-Windows-Search2-WOW64-shell-Package~31bf3856ad364e35~amd64~it-IT~10.0.10240.16384
    Microsoft-Windows-Search2-WOW64-shell-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Atm, i'm integrating this changes into the script for the case the Auto-Mode to use the integrated lists is chosen :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    479
    121
    10
    If we run the s1ave77 win 10 smrt script ones and update the windows 10 after we must rerun win 10 smrt script every time who makes updates the windows 10...?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    OK, just integrated it and the script offers a choice to either install all (your way) or to define more specificlyto uninstall Bing or Xbox.

    Additionally added an option to change reg keys restricted by Trusted installer (using a nice PS snippet found by ingenious abbodi). One can check if an entry is actually protected and by what and if TI permissions needed chnage them to be able to change the key then sets permissions back to TI. Problem perfectly solved :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #212 s1ave77, Aug 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Hmm, not sure how you did it, but i get this in my Pro Test Machine:



    Code:
    PS C:\Windows\system32> Get-AppXProvisionedPackage -Path c:\1 | Remove-AppxProvisionedPackage -Path c:\1
    Get-AppXProvisionedPackage : System cannot find the specified file.
    In Line:1 Char:1
    + Get-AppXProvisionedPackage -Path c:\1 | Remove-AppxProvisionedPackage ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Get-AppxProvisionedPackage], COMException
        + FullyQualifiedErrorId : Microsoft.Dism.Commands.GetAppxProvisionedPackageCommand
    
    OK, this one removes a package instantly:

    Code:
    powershell -executionpolicy remotesigned Remove-AppxPackage Microsoft.BingWeather_4.3.193.0_x86__8wekyb3d8bbwe
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    56
    10
    #214 elzna, Aug 11, 2015
    Last edited: Aug 11, 2015
    disable wifi sense:
    REG ADD HKLM\SOFTWARE\Microsoft\PolicyManager\default\WiFi\AllowAutoConnectToWiFiSenseHotspots /v value /t REG_DWORD /d 0 /f

    also important. disables one very different keylogger
    REG ADD HKLM\SOFTWARE\Microsoft\Input\TIPC /v Enabled /t REG_DWORD /d 0 /f
     
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    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,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    Worked like a charm, thank you. If it helps at all to track down the source of why that happens only to some users, I should point out that I run as a Standard User Account and use my Admin account to elevate when necessary. That could be part of the issue. But anyway, after removing line number 7, it's working flawlessly now.

    I appreciate all of the work that you put into this community. :yes:
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Will check this. I always use Admin account with UAC on at medium level. Will check if there are issues with either the account type or disabled UAC :g:.

    Good tip :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    I should have also noted that my UAC is always on high (always notify) so that may be another aspect worth testing.
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #220 s1ave77, Aug 12, 2015
    Last edited by a moderator: Apr 20, 2017
    New script comming with all apps insta kill

    NEW SCRIPT COMMING WITH ALL APPS INSTA KILL

    Was a bit playing to find a propper way to remove the Apps correctly and made some Progress.

    New v0.07.77 will offer choice to either uninstall them one by one or Remove All in one batch.


    Last Test on fresh Win 10 Install showed this run:

    Code:
       POWERSHELL PROVISIONED APPS REMOVAL
    
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.Windows.Photos_15.618.18170.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.WindowsCamera_5.38.3003.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed microsoft.windowscommunicationsapps_17.6002.42251.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.WindowsAlarms_10.1506.19010.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.SkypeApp_3.2.1.0_x86__kzf8qxf38zg5c successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.WindowsSoundRecorder_10.1506.15100.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.WindowsMaps_4.1505.50619.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.WindowsCalculator_10.1506.19010.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.People_1.10159.0.0_x64__8wekyb3d8bbwe successfully.
    
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.Appconnector_1.3.3.0_neutral__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Removed Microsoft.3DBuilder_10.0.0.0_x64__8wekyb3d8bbwe successfully.
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    
    Drücken Sie eine beliebige Taste . . .
    

    Screenshot after the Run:


    Win.10.All.App.Removal.Insta.Kill.Proof.jpg


    Will release the new version asap :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...