Slashdot Mirror


Microsoft Tests New Tool To Remove OEM Crapware (arstechnica.com)

An anonymous reader quotes a report from Ars Technica: Windows 10 already includes ways to clear out applications and data to repair misbehaving systems or prepare them to be sold, courtesy of the Refresh and Reset features added in Windows 8. Microsoft is now adding a third option: a new refresh tool. Currently available only for Windows Insiders, the new tool fetches a copy of Windows online and performs a clean installation. The only option is whether or not you want to preserve your personal data. Any other software that's installed will be blown away, including the various applications and utilities that OEMs continue to bundle with their systems. Ars Technica points out that the tool isn't perfect. For example, "it installs a preview build from the fast track, but Microsoft notes that the new tool can sometimes install a version older than the one currently installed. When this kind of version mismatch occurs, the option to preserve your files is removed."

2 of 117 comments (clear)

  1. Re:Really? How does this work? by Col.+Bloodnok · · Score: 3, Informative

    Let's see if this makes it past the lameness filter:

    I run this remove_crapps.ps1 script after every new Windows Insider build, to remove the stuff I don't want (including OneDrive).

    Get-AppxPackage *XboxApp* | Remove-AppxPackage
    Get-AppxPackage *Zune* | Remove-AppxPackage
    Get-AppxPackage *Sport* | Remove-AppxPackage
    Get-AppxPackage *BingNews* | Remove-AppxPackage
    Get-AppxPackage *Phone* | Remove-AppxPackage
    Get-AppxPackage *Skype* | Remove-AppxPackage
    Get-AppxPackage *Office* | Remove-AppxPackage
    Get-AppxPackage *Photos* | Remove-AppxPackage
    Get-AppxPackage *BingFinance* | Remove-AppxPackage
    Get-AppxPackage *People* | Remove-AppxPackage
    Get-AppxPackage *Messaging* | Remove-AppxPackage
    Get-AppxPackage *WindowsAlarms* | Remove-AppxPackage
    Get-AppxPackage *WindowsSoundRecorder* | Remove-AppxPackage
    Get-AppxPackage *Solitaire* | Remove-AppxPackage
    Get-AppxPackage *Getstarted* | Remove-AppxPackage
    Get-AppxPackage *3D* | Remove-AppxPackage
    Get-AppxPackage *Connectivity* | Remove-AppxPackage
     
    c:/windows/syswow64/onedrivesetup.exe /uninstall

  2. Re:Dear Microsoft.... by Will_Malverson · · Score: 4, Informative

    They tried that. Up until around 1999, Microsoft wouldn't allow a new PC to be shipped with anything but stock Windows (and before that, DOS). Pre-installed software was forbidden by the licensing agreement.

    An antitrust lawsuit in the late 90s claimed that this practice was anticompetitive because OEMs couldn't put alternative web browsers on PCs. So Microsoft was forced by the courts to allow OEMs to install whatever they wanted on prebuilt PCs.