Windows 10 shits removal

Remove built-in shit apps

Get-AppxPackage –AllUsers | Select Name, PackageFullName

Get-AppxPackage –AllUsers *3dbuilder* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowsalarms* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowscalculator* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowscommunicationsapps* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowscamera* | Remove-AppxPackage

Get-AppxPackage –AllUsers *officehub* | Remove-AppxPackage

Get-AppxPackage –AllUsers *skypeapp* | Remove-AppxPackage

Get-AppxPackage –AllUsers *getstarted* | Remove-AppxPackage

Get-AppxPackage –AllUsers *zunemusic* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowsmaps* | Remove-AppxPackage

Get-AppxPackage –AllUsers *solitairecollection* | Remove-AppxPackage

Get-AppxPackage –AllUsers *bingfinance* | Remove-AppxPackage

Get-AppxPackage –AllUsers *zunevideo* | Remove-AppxPackage

Get-AppxPackage –AllUsers *bingnews* | Remove-AppxPackage

Get-AppxPackage –AllUsers *onenote* | Remove-AppxPackage

Get-AppxPackage –AllUsers *people* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowsphone* | Remove-AppxPackage

Get-AppxPackage –AllUsers *windowsstore* | Remove-AppxPackage

Get-AppxPackage –AllUsers *bingsports* | Remove-AppxPackage

Get-AppxPackage –AllUsers *soundrecorder* | Remove-AppxPackage

Get-AppxPackage –AllUsers *bingweather* | Remove-AppxPackage

Get-AppxPackage –AllUsers *xboxapp* | Remove-AppxPackage

Get-AppxPackage –AllUsers *king.com.CandyCrushSodaSaga* | Remove-AppxPackage

Get-AppxPackage –AllUsers *9E2F88E3.Twitter* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.Office.Sway* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.Messaging* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.Advertising.Xaml* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.Appconnector* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.MiracastView* | Remove-AppxPackage

Get-AppxPackage –AllUsers *Microsoft.CommsPhone* | Remove-AppxPackage

// Remove Cortana Completely //

regedit -> HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search.

If you don’t see a “Windows Search” key (folder) below the Windows folder, right-click the Windows folder and select New > Key. Name it “Windows Search”.Right-click the “Windows Search” key (folder) in the left pane and select New > DWORD (32-bit) Value.Name the value “AllowCortana”. Double-click it and set the value to “0”.

// Remove Cortana Completly (Pro & Enterprise) //

gpedit.msc

Computer Configuration > Administrative Templates > Windows Components > Search.

Search for “Allow Cortana” and set it to disabled.

// Remove OneDrive //

Open cmd as Administrator ->
taskkill /f /im OneDrive.exe
for 32-bit systems -> %SystemRoot%\System32\OneDriveSetup.exe /uninstall
for 64-bit systems -> %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

regedit -> HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}

Double-click the System.IsPinnedToNameSpaceTree option in the right pane. Set it to 0 and click “OK”.

// RESTART AFTER ALL //