update onesync documentation and do not recommend it as it breaks other apps
This commit is contained in:
@@ -2587,8 +2587,8 @@ actions:
|
||||
code: Powershell -Command "Get-WindowsCapability -Online -Name "MathRecognizer*" | Remove-WindowsCapability -Online"
|
||||
revertCode: Powershell -Command "Get-WindowsCapability -Online -Name "MathRecognizer*" | Add-WindowsCapability -Online"
|
||||
-
|
||||
name: OneSync capability
|
||||
recommend: true
|
||||
name: OneSync capability (breaks Mail, People, and Calendar)
|
||||
docs: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/features-on-demand-non-language-fod#onesync
|
||||
code: Powershell -Command "Get-WindowsCapability -Online -Name "OneCoreUAP.OneSync*" | Remove-WindowsCapability -Online"
|
||||
revertCode: Powershell -Command "Get-WindowsCapability -Online -Name "OneCoreUAP.OneSync*" | Add-WindowsCapability -Online"
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user