mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 03:05:01 -06:00
Add 'debloat-portable.ps1'
This commit is contained in:
parent
24adccc2dd
commit
9491c3524b
1 changed files with 21 additions and 0 deletions
21
debloat-portable.ps1
Normal file
21
debloat-portable.ps1
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Reference in a new issue