Managing media playback issues and settings in Microsoft Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can Microsoft please add a feature/function where the volume is not reset to 100% every time you advance to a new page in a lesson/training subject? i.e. like the "Getting Started with Microsoft Copilot" video/training. If I set the volume on page 1's video to 25-50%, when I go to page 2, the volume should still be at 25-50%. I should not have to download browser extensions to allow for this. Microsoft should be able to achieve this with some function of web design on your site or with some cookies/preferences. Thank you.
Managing media playback issues and settings in Microsoft Edge on Windows 11
Answer accepted by question author
Please note that this is a user-to-user support forum. Moderators and contributors, including external Microsoft employees, are not allowed to directly interfere with Microsoft product features or access back-end systems. Our role is limited solely to providing technical guidance on reported incidents, requests, or ideas.
I understand how frustrating this experience can be, especially when you’re trying to focus on learning and are repeatedly interrupted by unexpectedly loud audio.
For Microsoft Learn training content (including video behavior like volume persistence), feedback can be submitted directly from the page you’re viewing so it can be reviewed by the appropriate product teams.:
Open the Microsoft Learn training page or unit where the issue occurs.
Scroll to the bottom of the page (or the bottom of the unit).
Select the Feedback option (thumbs up / thumbs down).
Choose thumbs down, then use the comment box to clearly describe the issue and your feature request.
Submit the feedback. No sign‑in is required, and comments can be submitted anonymously.
Thank you again for taking the time to share your experience and for helping us make Microsoft learning resources better for everyone. If you have any additional feedback or questions, please don’t hesitate to reach out.
Microsoft's answer stated that this can't be done bc of HTML 5. Well according to further lookup by Copilot AI:
HTML5 alone does not inherently save volume settings between sessions, but it provides the necessary
HTMLMediaElement JavaScript API (specifically .volume and .muted properties) to enable developers to store and retrieve these settings using browser storage solutions like localStorage or cookies. While the HTML <audio> or <video> tag can set an initial volume, persisting it requires external JavaScript implementation