mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-31 22:45:32 +00:00
[VCM]Deprecate the Video Conference Mute utility (#36772)
* Remove all VideoConferenceMute related code and files * Clean up vcm driver registry keys * Also remove the Webcam report tool * Also clean out video conference on the installer * Fix spellcheck * Remove comment about video conf * Update gpo files revision * Revert removing the VCM policies * Deprecate VCM GPO policy * Change deprecation message to show first supported version * Tweak supported strings in the adml
This commit is contained in:
@@ -674,8 +674,6 @@ std::string ESettingsWindowNames_to_string(ESettingsWindowNames value)
|
||||
return "FileExplorer";
|
||||
case ESettingsWindowNames::ShortcutGuide:
|
||||
return "ShortcutGuide";
|
||||
case ESettingsWindowNames::VideoConference:
|
||||
return "VideoConference";
|
||||
case ESettingsWindowNames::Hosts:
|
||||
return "Hosts";
|
||||
case ESettingsWindowNames::MeasureTool:
|
||||
@@ -751,10 +749,6 @@ ESettingsWindowNames ESettingsWindowNames_from_string(std::string value)
|
||||
{
|
||||
return ESettingsWindowNames::ShortcutGuide;
|
||||
}
|
||||
else if (value == "VideoConference")
|
||||
{
|
||||
return ESettingsWindowNames::VideoConference;
|
||||
}
|
||||
else if (value == "Hosts")
|
||||
{
|
||||
return ESettingsWindowNames::Hosts;
|
||||
|
Reference in New Issue
Block a user