Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Fixed minor bug with explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
circlol authored Jan 4, 2022
1 parent 02daad9 commit b256f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win10debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ $essentialundo.Add_Click({
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" -Name "PeopleBand" -Type DWord -Value 1

Write-Host "Changing default Explorer view to Quick Access..."
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "LaunchTo" -Type DWord -Value 0
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "LaunchTo" -Type DWord -Value 1

Write-Host "Unrestricting AutoLogger directory"
$autoLoggerDir = "$env:PROGRAMDATA\Microsoft\Diagnosis\ETLLogs\AutoLogger"
Expand Down

0 comments on commit b256f41

Please sign in to comment.