An open API service indexing awesome lists of open source software.

https://github.com/cdfer/pulseview-win11

How to get pulseview working on Windows 11
https://github.com/cdfer/pulseview-win11

Last synced: 3 months ago
JSON representation

How to get pulseview working on Windows 11

Awesome Lists containing this project

README

          

# PulseView-Win11
How to get pulseview working on Windows 11

![System Error](Screenshot.png)

If you get a MSVR100.dll error when opening pulseview it is because is missning. You can install it using winget with this powershell command:

```
winget install --id=Microsoft.VCRedist.2010.x64 -e
```