Leave consumer features enabled
This commit is contained in:
parent
34fef1d138
commit
7cce460f13
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ $action = {
|
|||
}
|
||||
}
|
||||
|
||||
Set-ItemProperty "$cloudContentKey" -Name "DisableWindowsConsumerFeatures" -Value 1 -Type "DWord";
|
||||
# Set-ItemProperty "$cloudContentKey" -Name "DisableWindowsConsumerFeatures" -Value 1 -Type "DWord";
|
||||
Set-ItemProperty "$cloudContentKey" -Name "DisableCloudOptimizedContent" -Value 1 -Type "DWord";
|
||||
Set-ItemProperty "$cloudContentKey" -Name "DisableConsumerAccountStateContent" -Value 1 -Type "DWord";
|
||||
Set-ItemProperty "$winKey\Explorer\Advanced" -Name "TaskBarMn" -Value 0 -Type "DWord";
|
||||
|
|
Loading…
Reference in a new issue