D10n1x
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Sophia/Sophia.psm1
|
|
@ -500,7 +500,7 @@ function DisableTailoredExperiences |
|
|
|
|
|
|
|
# Offer tailored experiences based on the diagnostic data setting |
|
|
|
# Предлагать персонализированные возможности, основанные на выбранном параметре диагностических данных |
|
|
|
function DisableTailoredExperiences |
|
|
|
function EnableTailoredExperiences |
|
|
|
{ |
|
|
|
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Privacy -Name TailoredExperiencesWithDiagnosticDataEnabled -PropertyType DWord -Value 1 -Force |
|
|
|
} |
|
|
|