Allow User selection of Monitoring Rate - Service Mode
A Tool to Redirect News, Search, Widgets, Weather and More to Your Def
Brought to you by:
rcmaehl
Originally created by: bgreganti
Originally owned by: rcmaehl
Check List
microsoft-edge:https://google.com redirects successfullyDescribe the bug\
I often leave a few pages open in Edge on another monitor. Redirect doesn't work in this case and the links from say the lock screen open in Edge instead. I understand if this is intended or can't redirected, but would be nice.
To Reproduce
Steps to reproduce the behavior:
⚠️ File Upload ⚠️
gwmi Win32_Process | where { $_.name -like "msedge*.exe"} | Select-Object CommandLine | Format-Table -Wrap -AutoSize | Out-File $env:LOCALAPPDATA\MSEdgeRedirect\logs\edge.txtDesktop (please complete the following information):
Additional context\
Originally posted by: rcmaehl
I have two possible recommendations:
Active Mode is a lot more reliable when there's an existing edge window. This is because the command line parameters get lost when they're added as a new tab to an existing window.
I'm working on improving this but I can't be too agressive with monitoring or CPU usage noteably increases. Perhaps I'll add a detection rate slider to allow people to make the choice of accuracy vs cpu usage themselves.