Text-based conversations between users with searchable history in Microsoft Teams Free
Thanks to Kernius, who seems to have found the root cause.
We found a way that also works, and is hopefully an easier solution for some (we don't use applocker here, so it was hell trying to sort it on my test machine)
- Open PowerShell with Administrator Privileges.
- Run the following command to determine the OEM number of the Lenovo View Driver: pnputil /enum-drivers | Select-String "lnvvsndmft" -Context 5 Note: If the command does not output anything, the driver is not installed or already deleted.
- From the result, you may see a line like "Published Name: oem123.inf" above the line "Original Name: lnvvsndmft.inf".
- Please take note of the oemXXX.inf number.
- Run the following command to uninstall the Lenovo View Driver completely: pnputil /delete-driver oem123.inf /uninstall /force Note: oem123.inf may differ from what is shown in Step 3.
- Restart the system.
Taken from
Lenovo View cannot connect to camera - ThinkPad - Lenovo Support US