mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
Update 'debloat-stream.ps1'
This commit is contained in:
parent
9491c3524b
commit
9b3c9ba226
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Stop-Service -Name dosvc
|
|||
Set-Service -Name dosvc -StartupType Disabled
|
||||
|
||||
echo Setting region to Denmark....
|
||||
PowerShell Set-WinHomeLocation -GeoID 61
|
||||
Set-WinHomeLocation -GeoID 61
|
||||
|
||||
echo Removing bloat...
|
||||
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name BingSearchEnabled -Value 0
|
Loading…
Reference in a new issue