Forum Widgets
Latest Discussions
Photos/Images how to store on PC ?
Good afternoon, I have Edition Windows 10 pro - Microsoft Edge, when someone sends me an email with a photo/image and i want to deleat the email but keep the photo/image, where do i store it? and how do i go about it? i am asking as i have not done this before. many thanks.johnbarrowcloughJan 23, 2025Copper Contributor2Views0likes0CommentsAllow multiple picture in picture windows
Currently if you click another video to go into picture in picture mode it overrides the current one. It would be nice to allow multiple PIP windows at once (like Firefox), so you can follow along with two different streams (say if you want a live feed plus commentary feeds of the same event).cupcakezealotJan 23, 2025Brass Contributor18KViews5likes6Commentsmicrosoft-edge-dev apt repo error Packages Empty
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list apt update -y Ign:2 https://packages.microsoft.com/repos/edge stable InRelease Feil:2 https://packages.microsoft.com/repos/edge stable InRelease Ødelagt hodelinje Ødelagte hodedata [IP: 13.107.246.53 443] the inRelease files holds this: 765b4fece2ae1bc185e2d50996ce5e9ad602f13193d34af7e299501cce25e542 276140 main/binary-amd64/Packages 986958233cd6ce5eb061febd3b32a62ba8d79acbd618c1ea9f2fd78d11ffce61 14748 main/binary-amd64/Packages.gz e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/binary-arm64/Packages c4a69ff4f834664fc7df627a506740711599571d9dfc7863ffb8e090c358a27f 29 main/binary-arm64/Packages.gz e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/binary-armhf/Packages c4a69ff4f834664fc7df627a506740711599571d9dfc7863ffb8e090c358a27f 29 main/binary-armhf/Packages.gz e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/binary-all/Packages c4a69ff4f834664fc7df627a506740711599571d9dfc7863ffb8e090c358a27f 29 main/binary-all/Packages.gz e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/source/Sources 9f57c1da8a6117cf2967822a8822367dfd0061a0a55dafc8e904b02f2adfd3b6 28 main/source/Sources.gz But https://packages.microsoft.com/repos/edge/dists/stable/main/binary-arm64/Packages is emptymortenb123Jan 23, 2025Copper Contributor1View0likes0CommentsPassword protection for Profiles
Feature Request: It would be good if the profiles were password protected, means while switching profiles, edge should prompt for a password for selected profiles(as per the need of user), what do you think Please let me know? Please do upvote in the Feedback Hub--https://aka.ms/AA8ul3n if you like this idea. Thank you:)DeletedJan 22, 202530KViews27likes24CommentsShow profile name
I use many profiles - current count is 21 - and the profile picture in the top right corner does not really give me the best idea about which profile a window belong to. It would be nice if I could show the profile name next to the profile picture - so it would look something like the InPrivate browsing (where it says "InPrivate"): Update 2020-02-07: When you open an InPrivate browser session, the name could be shown as: "InPrivate: <profile name>" It should be an global option to show or not show profile name.ahl2ndcJan 22, 2025Iron Contributor3.2KViews2likes9CommentsFavorite Bars in Workspaces changed since this morning
Hi everyone! Since yesterday, all my Workspaces had their own favorite bars. When I reopened Edge this morning, I was shocked at first, because I thought my favorites had all disappeared. But it turns out they are now hidden under a folder on the left of the Favorites Bar, making it annoying and cumbersome to access them and the rest of the Favorites bar is now shared among Workspaces. I don't know if I accidentally changed an option but I couldn't find a way to revert it back to how it was. I also couldn't find any information on this being a new feature that was introduced yesterday. If it is, I really don't like it because I don't want to see my work related tabs when I am in my free time workspace and clicking an extra folder each time I want to access a workspace is really cumbersome. Has anyone else noticed this change? I really hope it is an option. 😅nullbonJan 22, 2025Brass Contributor1.1KViews8likes18CommentsCanary 133.0.3061.0 unstable(mouse pointer vanish, send feedback hard crash)
Mouse pointer frequently disappears from windows(multiple sites). Clicking Help & Feedback->Send Feedback crashes browser and generates two errors in edge://crashes. Since I can't submit feedback, reporting it here.NXTwoThouJan 21, 2025Iron Contributor134Views0likes5CommentsHardware acceleration and menu
Hello When hardware acceleration is disabled, right click menus, etc. are empty with the latest versions of Canary For information, have to disable hardware acceleration on a laptop otherwise the web pages flash when browsing Several feedbacks sent by different people, but nothing new I think I'll go back to the stable version and stop testing, in the meantime, too much problem with CanarytistouJan 21, 2025Bronze Contributor16Views0likes0CommentsEdge: DNS Flush
I ran into a persistent "resolving host" issue on one of my computers this weekend and worked my way through the usual resolution steps (W10 DNS flush (ipconfig /flushdns), browser DNS flush and so on) in order to clean up the various DNS caches and start with a clean slate. It does not appear that Edge DNS flush (edge://net-internals/#dns, similar to chrome://net-internals/#dns or opera://net-internals/#dns) is operative. The "Clear host cache" button shows up but doesn't seem to be functioning: I don't know if this is a bug or a feature, but it is a difference from other Chromium-based browsers I've had the occasion to use.tomscharbachJan 21, 2025Bronze Contributor330KViews1like13CommentsEdge Disk Cache Size Not Effective in Kiosk Mode or Incognito Session for High-Resolution Media
I'm developing a public-facing web application that serves high-resolution photos and videos, sometimes exceeding 80MB in size. The application runs in kiosk mode, which essentially opens it in an incognito session with new tab and window functionalities disabled. When rendering these large media files, the browser continually downloads them, resulting in excessive data consumption. To mitigate this, I attempted to adjust the disk cache size using the command: microsoft-edge --disk-cache-size=900000000 --incognito However, I noticed that this setting only seems to work in the normal browsing mode, and it doesn't have any effect when the browser is opened in kiosk mode or incognito. I'm seeking advice on how to effectively manage disk cache size in Edge when running a web application in kiosk mode or private session. Any insights or alternative approaches to optimize resource consumption would be greatly appreciated.AlexAung2024Jan 21, 2025Copper Contributor356Views1like2Comments
Resources
Tags
- Edge608 Topics
- canary214 Topics
- feature195 Topics
- Feedback182 Topics
- suggestion177 Topics
- BUG112 Topics
- macOS104 Topics
- mac101 Topics
- request100 Topics
- suggestions99 Topics