Browse Source

Update Sophia.psm1

pull/75/head
D10n1x 5 years ago
committed by GitHub
parent
commit
bf7d3ecd49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sophia/Sophia.psm1

2
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
}

Loading…
Cancel
Save