Microsoft Teams Rooms on Windows – High Contrast Mode

Loading

Last Updated on June 19, 2023 by GrahamWalsh

Have you ever accidentally enabled high contrast mode and tried to revert it? Well usually it fails and reverts back to high contrast mode after a reboot. The only real option has been to re-image the device. Not the best solution. So over to Damian Lewis who worked with Microsoft support and finally got the resolution to the issue without a re-image.

One thing I’ve noticed is that turning high contrast mode on and off is working with the new UI. However, this is still relevant whilst you are on the original MTR UI.

Here are the steps to resolve the issue

  1. Login to the Admin Profile of the affected device
  2. Open a PowerShell App as the administrator
  3. Type the following to get the SID for the Skype User: wmic useraccount get name,sid
  4. Open & view the HighContrastEnabled registry in REGISTRY EDITOR following the path below: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\SystemProtectedUserData\<SID_FOR_SKYPE_USER>\AnyoneRead\Colors\HighContrastEnabled
  5. View if value is set to 1
  6. If the value is set to, change value to 0

The registry cannot be modified from Admin access, so we need system access so follow the steps below:

  1. Download and install Psexec from Sysinternals (reference: https://learn.microsoft.com/en-us/sysinternals/downloads/psexec)
  2. Open and extract the downloaded folder then copy PsExec onto your executable path
  1. Open cmd as administrator and run psexec.exe -i -s cmd.exe to change access to System
  1. Then change the value of HighContrastEnabled back to 0 following step 2.b
  2. Reboot the machine couple of times to test

Also published on Medium.

All search results
%d bloggers like this: