mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Update Windows10Debloater.ps1
This commit is contained in:
parent
8f353b1059
commit
cdddf0b477
@ -268,12 +268,10 @@ Function Protect-Privacy {
|
||||
Set-ItemProperty $LocationConfig Status -Value 0
|
||||
|
||||
#Disables People icon on Taskbar
|
||||
#Disables People icon on Taskbar
|
||||
Write-Output "Disabling People icon on Taskbar"
|
||||
$People = 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People'
|
||||
If (!(Test-Path $People)) {
|
||||
mkdir $People -ErrorAction SilentlyContinue
|
||||
New-ItemProperty $People -Name PeopleBand -Value 0 -Verbose
|
||||
If (Test-Path $People) {
|
||||
Set-ItemProperty $People -Name PeopleBand -Value 0 -Verbose
|
||||
}
|
||||
|
||||
#Disables scheduled tasks that are considered unnecessary
|
||||
|
Loading…
Reference in New Issue
Block a user