Home > Article > Operation and Maintenance > How to find the missing recorder in win10 system
The retrieval steps are as follows:
1. Right-click the start menu and select windows powershell (administrator)
2. Enter get-appxpackage -allusers | select name,packagefullname, and press Enter
3. Find Microsoft.WindowsSoundRecorder and copy the full name of the application behind this application
4. Enter add-appxpackage -register "c:\program files\windowsapps \Full name of application\appxmanifest.xml" -disabledevelopmentmode, then press Enter
Recommended tutorial: windows tutorial
The above is the detailed content of How to find the missing recorder in win10 system. For more information, please follow other related articles on the PHP Chinese website!