Changes between Initial Version and Version 1 of Windows TEAMS Issues


Ignore:
Timestamp:
02/24/25 13:26:42 (4 days ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows TEAMS Issues

    v1 v1  
     1== Windows Teams Camera Locks up ==
     2
     3{{{
     4    Press Windows + R, type regedit and ok to open the windows registry editor.
     5    Navigate to the this key.
     6    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Foundation\HardwareMFT\EnableDecoders
     7    Double-clicks and modify REG_DWORD value to "0".
     8    Close registry editor, and restart windows to take effect the change.
     9
     10reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Foundation\HardwareMFT" /v EnableDecoders /d "0" /f
     11
     12}}}
     13