mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-24 11:42:32 -06:00
21 lines
1.1 KiB
PowerShell
21 lines
1.1 KiB
PowerShell
|
echo Stopping and Disabling Windows Update services...
|
||
|
Stop-Service -Name wuauserv
|
||
|
Set-Service -Name wuauserv -StartupType Disabled
|
||
|
Stop-Service -Name bits
|
||
|
Set-Service -Name bits -StartupType Disabled
|
||
|
Stop-Service -Name dosvc
|
||
|
Set-Service -Name dosvc -StartupType Disabled
|
||
|
|
||
|
echo Setting region to Denmark....
|
||
|
PowerShell 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
|
||
|
Get-AppxPackage -alluser *Paint* | Remove-Appxpackage
|
||
|
Get-AppxPackage -alluser *Notepad* | Remove-Appxpackage
|
||
|
Get-AppxPackage -alluser *DevHome* | Remove-Appxpackage
|
||
|
et-AppxPackage -alluser *YourPhone* | Remove-Appxpackage
|
||
|
Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage
|
||
|
irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/debloat.ps1" | iex
|