This repository was archived by the owner on May 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,6 @@ Function DisableAppSuggestions {
169
169
New-Item - Path " HKCU:\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" - Force | Out-Null
170
170
}
171
171
Set-ItemProperty - Path " HKCU:\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" - Name " ScoobeSystemSettingEnabled" - Type DWord - Value 0
172
- If (! (Test-Path " HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" )) {
173
- New-Item - Path " HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" - Force | Out-Null
174
- }
175
- Set-ItemProperty - Path " HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" - Name " DisableWindowsConsumerFeatures" - Type DWord - Value 1
176
172
If (! (Test-Path " HKLM:\SOFTWARE\Policies\Microsoft\WindowsInkWorkspace" )) {
177
173
New-Item - Path " HKLM:\SOFTWARE\Policies\Microsoft\WindowsInkWorkspace" - Force | Out-Null
178
174
}
@@ -204,7 +200,6 @@ Function EnableAppSuggestions {
204
200
Remove-ItemProperty - Path " HKCU:\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" - Name " SubscribedContent-338393Enabled" - ErrorAction SilentlyContinue
205
201
Remove-ItemProperty - Path " HKCU:\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" - Name " SubscribedContent-353698Enabled" - ErrorAction SilentlyContinue
206
202
Remove-ItemProperty - Path " HKCU:\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement" - Name " ScoobeSystemSettingEnabled" - ErrorAction SilentlyContinue
207
- Remove-ItemProperty - Path " HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" - Name " DisableWindowsConsumerFeatures" - ErrorAction SilentlyContinue
208
203
Remove-ItemProperty - Path " HKLM:\SOFTWARE\Policies\Microsoft\WindowsInkWorkspace" - Name " AllowSuggestedAppsInWindowsInkWorkspace" - ErrorAction SilentlyContinue
209
204
}
210
205
You can’t perform that action at this time.
0 commit comments