mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-24 03:32:26 -06:00
Update 'common.bat'
This commit is contained in:
parent
d9a1665188
commit
6e16e52f2c
1 changed files with 29 additions and 26 deletions
15
common.bat
15
common.bat
|
@ -18,9 +18,12 @@ sc config dosvc start= disabled
|
||||||
echo Setting region to Denmark....
|
echo Setting region to Denmark....
|
||||||
PowerShell Set-WinHomeLocation -GeoID 61
|
PowerShell Set-WinHomeLocation -GeoID 61
|
||||||
|
|
||||||
echo Removing stuff CTT Utility missed....
|
echo Removing bloat...
|
||||||
Get-AppxPackage -alluser *Paint* | Remove-Appxpackage
|
powershell -command 'Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name BingSearchEnabled -Value 0'
|
||||||
Get-AppxPackage -alluser *Notepad* | Remove-Appxpackage
|
powershell -command 'irm "https://github.com/ChrisTitusTech/winutil/raw/main/edgeremoval.ps1" | iex'
|
||||||
Get-AppxPackage -alluser *DevHome* | Remove-Appxpackage
|
powershell -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/Windows10Debloater/raw/branch/master/Windows10Debloater.ps1" | iex'
|
||||||
Get-AppxPackage -alluser *YourPhone* | Remove-Appxpackage
|
powershell -command "Get-AppxPackage -alluser *Paint* | Remove-Appxpackage"
|
||||||
Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage
|
powershell -command "Get-AppxPackage -alluser *Notepad* | Remove-Appxpackage"
|
||||||
|
powershell -command "Get-AppxPackage -alluser *DevHome* | Remove-Appxpackage"
|
||||||
|
powershell -command "Get-AppxPackage -alluser *YourPhone* | Remove-Appxpackage"
|
||||||
|
powershell -command "Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage"
|
Loading…
Reference in a new issue