You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Win.PowerShell('Get-AudioDevice -List', result => {
if (result.includes('Index')) {
Win.log('AudioDevicesCmdlets is installed correctly.');
return true;
} else {
Win.error('The AudioDevicesCmdlet did not installed correctly. Please reinstall windows-interact using a privileged command line. If this does not install, you will not have audio device management functionality.');