From c6452d8ed5787e909655fa020d20c7faf9589620 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 13 Mar 2024 19:12:16 +0000 Subject: [PATCH] Update 'common-stream.ps1' --- common-stream.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-stream.ps1 b/common-stream.ps1 index b04da3c..3191d64 100644 --- a/common-stream.ps1 +++ b/common-stream.ps1 @@ -24,7 +24,7 @@ Set-WinHomeLocation -GeoID 61 echo Removing bloat... Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name BingSearchEnabled -Value 0 irm "https://github.com/ChrisTitusTech/winutil/raw/main/edgeremoval.ps1" | iex -powershell -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/Windows10Debloater/raw/branch/master/Windows10Debloater.ps1" | iex +irm "http://nodemixaholic.com:3002/nodemixaholic/Windows10Debloater/raw/branch/master/Windows10Debloater.ps1" | iex Get-AppxPackage -alluser *Paint* | Remove-Appxpackage Get-AppxPackage -alluser *Notepad* | Remove-Appxpackage Get-AppxPackage -alluser *DevHome* | Remove-Appxpackage