mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
Update 'common-stream.ps1'
This commit is contained in:
parent
41d1f45066
commit
c6452d8ed5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue