Feature: Switch focus to Files when using win+e
See original GitHub issueDescription
I have Files as my default file explorer. If an active Files window is in the background, when I press Win + E
there will be no visual reactions, since Files opens a new tab silently. Also, if Files is called by another program (e.g. “open in folder” in my browser downloads), it also doesn’t automatically goes to foreground.
Steps To Reproduce
- Set Files as default file explorer
- Open Files
- Switch to another application
- Press
Win + E
Steps to fix
When Win + E
is pressed, make Files pop up to foreground if there’s an active Files window.
Files Version
Version: 2.4.8.0 OS Version: 10.0.22623.1037
Windows Version
Windows 11 22H2 22623.1037
Relevant Assets/Logs
Screen record:
Recent logs:
2022-12-09 19:28:35.2484|INFO|OnActivated|App activated by Protocol
2022-12-09 19:28:35.9142|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-09 19:28:37.5409|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-09 22:12:46.8942|INFO|OnActivated|App activated by Protocol
2022-12-09 22:12:47.1341|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-09 22:12:47.1927|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-09 22:12:47.2283|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-09 22:12:47.5623|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-09 22:12:48.9463|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-09 22:12:53.0367|INFO|IsRunningOnArm|Running on ARM: False
2022-12-10 23:41:57.8140|INFO|OnActivated|App activated by Protocol
2022-12-10 23:41:58.5112|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-10 23:42:01.1185|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-10 23:42:54.6423|WARN|OnActivated|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (Exception from HRESULT: 0x80240438) ---> System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
<---
2022-12-10 23:44:12.4000|INFO|OnActivated|App activated by Protocol
2022-12-10 23:44:12.5057|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-10 23:44:13.6254|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-11 10:39:30.2425|INFO|OnActivated|App activated by Protocol
2022-12-11 10:39:30.5090|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-11 10:39:30.7191|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-11 10:39:30.7526|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-11 10:39:30.9347|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-11 10:39:31.1870|INFO|IsRunningOnArm|Running on ARM: False
2022-12-11 10:39:34.9326|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-11 12:19:06.0290|INFO|IgnoreExceptions|拒绝访问。
System.UnauthorizedAccessException: 拒绝访问。
at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21
at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe
at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37
at Files.Uwp.App.<>c.<OnSuspending>b__94_1() + 0x2e
at System.Action.Invoke() + 0x25
at Files.Shared.Extensions.SafetyExtensions.IgnoreExceptions(Action, ILogger) + 0x22
2022-12-11 23:04:37.9825|INFO|OnActivated|App activated by Protocol
2022-12-11 23:04:38.7901|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-11 23:04:38.8426|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-11 23:04:38.9008|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-11 23:04:39.2362|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-11 23:04:39.4232|INFO|IsRunningOnArm|Running on ARM: False
2022-12-11 23:04:43.9894|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 13:18:57.2581|INFO|OnActivated|App activated by Protocol
2022-12-12 13:18:57.5471|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 13:18:57.6216|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 13:18:57.6756|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 13:18:58.4070|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 13:18:58.6014|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 13:19:03.7245|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 20:22:28.7996|INFO|OnActivated|App activated by Protocol
2022-12-12 20:22:29.1314|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 20:22:29.1972|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 20:22:29.2573|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 20:22:30.1768|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 20:22:30.3247|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 20:22:35.6762|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 20:22:48.5246|INFO|OnActivated|App activated by Protocol
2022-12-12 20:22:48.6603|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 20:22:49.8978|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 20:23:04.6316|WARN|OnActivated|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (Exception from HRESULT: 0x80240438) ---> System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
<---
2022-12-12 20:23:08.5982|INFO|OnActivated|App activated by Protocol
2022-12-12 20:23:08.9549|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 20:23:10.3733|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:06:16.2761|INFO|OnActivated|App activated by Protocol
2022-12-12 21:06:16.6440|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:06:16.6899|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:06:16.7573|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:06:16.8020|INFO|GetDrivesAsync|Drive added: G:\, Fixed
2022-12-12 21:06:16.8411|INFO|GetDrivesAsync|Drive added: H:\, Fixed
2022-12-12 21:06:17.6059|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:06:20.0580|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:06:51.9841|WARN|OnActivated|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (Exception from HRESULT: 0x80240438) ---> System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
<---
2022-12-12 21:06:58.3492|INFO|Watcher_Removed|Drive removed: \\?\STORAGE#Volume#{27708016-5203-11ed-9a77-b0a460fe57ef}#0000007370A00000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:07:22.3852|INFO|OnActivated|App activated by Protocol
2022-12-12 21:07:22.6088|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:07:22.9030|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:07:22.9509|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:07:22.9938|INFO|GetDrivesAsync|Drive added: G:\, Fixed
2022-12-12 21:07:23.1705|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:07:25.6815|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:14:31.8040|INFO|OnLaunched|App launched. Prelaunch: False
2022-12-12 21:14:32.9241|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:14:33.2907|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:14:33.3424|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:14:33.3977|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:14:37.0974|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:14:37.1285|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 21:23:52.7969|INFO|Watcher_Added|Drive added: G:\, Fixed
2022-12-12 21:23:53.7343|INFO|OnActivated|App activated by Protocol
2022-12-12 21:23:54.2744|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:23:55.9858|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:25:11.4098|INFO|OnActivated|App activated by Protocol
2022-12-12 21:25:11.5914|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:25:12.4736|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:30:36.1012|INFO|Watcher_Removed|Drive removed: \\?\STORAGE#Volume#{27708016-5203-11ed-9a77-b0a460fe57ef}#0000000000007E00#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:30:42.1235|INFO|Watcher_Added|Drive added: G:\, Fixed
2022-12-12 21:30:43.1846|INFO|OnActivated|App activated by Protocol
2022-12-12 21:30:43.2934|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:30:44.3668|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:38:26.3425|WARN|Watcher_Added|System.UnauthorizedAccessException: Attempting to add the device, Ugreen Storage Device, failed at the StorageFolder initialization step. This device will be ignored. Device ID: \\?\STORAGE#Volume#{a3c24399-79ed-11ed-9a89-b0a460fe57f3}#0000006296800000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:38:26.6296|INFO|HandleWin32DriveEvent|Drive added from fulltrust process: E:\, Fixed
2022-12-12 21:40:21.5142|INFO|OnLaunched|App launched. Prelaunch: False
2022-12-12 21:40:21.8988|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:40:21.9645|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:40:22.0032|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:40:22.0404|INFO|GetDrivesAsync|Drive added: G:\, Fixed
2022-12-12 21:40:22.1131|WARN|Watcher_Added|System.UnauthorizedAccessException: Attempting to add the device, Ugreen Storage Device, failed at the StorageFolder initialization step. This device will be ignored. Device ID: \\?\STORAGE#Volume#{a3c24399-79ed-11ed-9a89-b0a460fe57f3}#0000006296800000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:40:22.6570|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:40:25.2973|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:40:25.3646|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 21:40:42.7531|WARN|Watcher_Added|System.UnauthorizedAccessException: Attempting to add the device, Ugreen Storage Device, failed at the StorageFolder initialization step. This device will be ignored. Device ID: \\?\STORAGE#Volume#{a3c24399-79ed-11ed-9a89-b0a460fe57f3}#0000006296800000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:40:52.6166|WARN|OnLaunched|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (Exception from HRESULT: 0x80240438) ---> System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Exception: Exception from HRESULT: 0x80240438
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.ServicesImplementation.UpdateService.<GetUpdatePackages>d__21.MoveNext() + 0x188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.ServicesImplementation.UpdateService.<CheckForUpdates>d__19.MoveNext() + 0xc6
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Files.Uwp.App.<InitializeAppComponentsAsync>d__84.MoveNext() + 0x103
<---
2022-12-12 21:46:43.3369|INFO|OnActivated|App activated by Protocol
2022-12-12 21:46:43.6284|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:46:44.1944|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:46:44.2603|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-12 21:46:44.3184|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:46:44.3758|INFO|GetDrivesAsync|Drive added: G:\, Fixed
2022-12-12 21:46:44.4562|WARN|Watcher_Added|System.UnauthorizedAccessException: Attempting to add the device, Ugreen Storage Device, failed at the StorageFolder initialization step. This device will be ignored. Device ID: \\?\STORAGE#Volume#{a3c24399-79ed-11ed-9a89-b0a460fe57f3}#0000006296800000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}
2022-12-12 21:46:44.6450|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:46:47.1550|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:46:47.8724|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 21:54:04.3021|INFO|OnLaunched|App launched. Prelaunch: False
2022-12-12 21:54:05.5401|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:54:05.6342|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:54:05.7909|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-12 21:54:05.9164|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:54:06.4800|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:54:18.2051|INFO|IgnoreExceptions|拒绝访问。
System.UnauthorizedAccessException: 拒绝访问。
at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21
at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe
at __Interop.ForwardComStubs.Stub_3[TThis, TResult](__ComObject, Int32) + 0x37
at Files.Uwp.App.<>c.<OnSuspending>b__94_1() + 0x2e
at System.Action.Invoke() + 0x25
at Files.Shared.Extensions.SafetyExtensions.IgnoreExceptions(Action, ILogger) + 0x22
2022-12-12 21:54:18.7513|WARN|SendMessageForResponseAsync|Error sending request on pipe.
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xad
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at Files.Uwp.Helpers.NamedPipeAsAppServiceConnection.<SendMessageForResponseAsync>d__11.MoveNext() + 0x24d
2022-12-12 21:54:18.7921|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:55:55.6101|INFO|OnActivated|App activated by Protocol
2022-12-12 21:55:56.2418|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:55:56.9626|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:55:57.5205|INFO|IsRunningOnArm|Running on ARM: False
2022-12-12 21:57:14.6530|INFO|OnActivated|App activated by Protocol
2022-12-12 21:57:14.8595|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-12 21:57:14.8963|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-12 21:57:14.9293|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-12 21:57:14.9613|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-12 21:57:15.3501|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:57:16.4188|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-12 21:57:42.8940|INFO|OnActivated|App activated by Protocol
2022-12-12 21:57:43.0721|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-12 21:57:43.8339|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 12:21:19.3508|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-13 12:21:20.0261|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 12:21:20.0403|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 12:21:20.0786|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 12:21:20.1077|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 12:21:20.1443|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 12:21:22.3342|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 12:21:26.6920|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-13 12:21:27.0616|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 12:21:27.0988|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 12:21:27.2761|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 12:21:27.2938|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 12:21:27.3265|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 12:21:28.9667|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 12:21:55.2243|INFO|IsRunningOnArm|Running on ARM: False
2022-12-13 12:22:40.2465|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-13 12:22:40.6053|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 12:22:40.6328|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 12:22:40.6695|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 12:22:40.6975|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 12:22:40.7144|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 12:22:42.5196|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 12:22:43.2232|INFO|IsRunningOnArm|Running on ARM: False
2022-12-13 14:03:44.9112|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-13 14:03:45.2939|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 14:03:45.3247|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 14:03:45.3627|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 14:03:45.3829|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 14:03:45.4059|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 14:03:47.2590|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 14:03:48.2394|INFO|IsRunningOnArm|Running on ARM: False
2022-12-13 20:51:14.6071|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-13 20:51:15.0947|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 20:51:15.1320|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 20:51:15.1976|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 20:51:15.2311|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 20:51:15.2591|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 20:51:17.5963|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 20:51:29.1401|INFO|IsRunningOnArm|Running on ARM: False
2022-12-13 20:52:15.3629|WARN|OnLaunched|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (0x80240438)
---> System.Runtime.InteropServices.COMException (0x80240438): 0x80240438
at Files.App.ServicesImplementation.UpdateService.GetUpdatePackages()
at Files.App.ServicesImplementation.UpdateService.CheckForUpdates()
at Files.App.App.InitializeAppComponentsAsync()
--- End of inner exception stack trace ---
2022-12-13 23:05:27.2210|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-13 23:05:27.6623|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-13 23:05:27.6975|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-13 23:05:27.7538|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-13 23:05:27.7778|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-13 23:05:27.8035|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-13 23:05:30.1999|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-13 23:05:30.3534|INFO|IsRunningOnArm|Running on ARM: False
2022-12-14 21:24:37.7457|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-14 21:24:38.1829|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-14 21:24:38.2394|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-14 21:24:38.2929|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-14 21:24:38.3318|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-14 21:24:38.3572|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-14 21:24:40.7812|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-14 21:24:45.2806|INFO|IsRunningOnArm|Running on ARM: False
2022-12-15 10:23:55.2505|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-15 10:23:55.6736|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-15 10:23:55.7223|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-15 10:23:56.1313|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-15 10:23:56.1543|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-15 10:23:56.2949|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-15 10:23:57.3248|INFO|IsRunningOnArm|Running on ARM: False
2022-12-15 10:23:58.1174|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-15 10:24:13.0926|INFO|CheckForUpdates|STORE: Update found.
2022-12-15 10:24:20.6389|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-15 10:25:35.4002|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-15 10:25:38.2955|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-15 10:36:44.1288|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-15 10:36:44.5576|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-15 10:36:44.6066|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-15 10:36:44.6523|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-15 10:36:44.6820|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-15 10:36:44.7060|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-15 10:36:46.6223|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-15 10:36:47.9937|INFO|CheckForUpdates|STORE: Update found.
2022-12-15 10:36:48.6259|INFO|IsRunningOnArm|Running on ARM: False
2022-12-18 11:25:59.0541|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-18 11:25:59.7119|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-18 11:25:59.7209|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-18 11:25:59.7476|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-18 11:25:59.7820|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-18 11:25:59.8164|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-18 11:26:01.8318|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-18 11:26:29.2662|WARN|OnLaunched|Error during InitializeAppComponentsAsync()
System.AggregateException: One or more errors occurred. (0x80240438)
---> System.Runtime.InteropServices.COMException (0x80240438): 0x80240438
at Files.App.ServicesImplementation.UpdateService.GetUpdatePackages()
at Files.App.ServicesImplementation.UpdateService.CheckForUpdates()
at Files.App.App.InitializeAppComponentsAsync()
--- End of inner exception stack trace ---
2022-12-20 11:00:41.5622|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-20 11:00:42.2815|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-20 11:00:42.2901|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-20 11:00:42.3314|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-20 11:00:42.3663|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-20 11:00:42.3902|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-20 11:00:44.6944|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-20 11:00:50.6673|INFO|CheckForUpdates|STORE: Update found.
2022-12-20 13:57:27.2322|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-20 13:57:27.6830|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-20 13:57:27.7198|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-20 13:57:27.7704|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-20 13:57:27.7982|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-20 13:57:27.8188|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-20 13:57:29.0744|INFO|IsRunningOnArm|Running on ARM: False
2022-12-20 13:57:30.1360|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-20 13:57:35.0121|INFO|CheckForUpdates|STORE: Update found.
2022-12-21 23:54:02.7717|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-21 23:54:03.6503|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-21 23:54:03.7860|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-21 23:54:03.8202|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-21 23:54:03.8459|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-21 23:54:04.1045|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-21 23:54:06.1932|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-21 23:54:10.5781|INFO|IsRunningOnArm|Running on ARM: False
2022-12-21 23:54:10.9638|INFO|CheckForUpdates|STORE: Update found.
2022-12-22 00:33:20.1822|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-23 14:40:59.1389|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-23 14:41:00.2820|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-23 14:41:00.4320|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-23 14:41:00.4462|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-23 14:41:00.4564|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-23 14:41:00.4779|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-23 14:41:02.0946|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-23 14:41:03.7358|INFO|IsRunningOnArm|Running on ARM: False
2022-12-23 14:41:13.3507|INFO|CheckForUpdates|STORE: Update found.
2022-12-23 14:44:01.2861|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-23 14:44:01.7133|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-23 14:44:01.7451|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-23 14:44:01.7912|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-23 14:44:01.8310|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-23 14:44:01.8519|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-23 14:44:04.0015|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-23 14:44:04.7031|INFO|IsRunningOnArm|Running on ARM: False
2022-12-23 14:44:04.8638|INFO|CheckForUpdates|STORE: Update found.
2022-12-24 21:28:16.1795|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-24 21:28:16.7859|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-24 21:28:17.3573|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-24 21:28:17.7371|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-24 21:28:17.7870|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-24 21:28:17.8640|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-24 21:28:19.1547|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-24 21:30:13.4848|INFO|IsRunningOnArm|Running on ARM: False
2022-12-25 08:45:57.0775|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-25 08:45:57.4692|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-25 08:45:57.8131|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-25 08:45:57.8374|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-25 08:45:57.8542|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-25 08:45:57.8711|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-25 08:45:58.7923|INFO|IsRunningOnArm|Running on ARM: False
2022-12-25 08:46:02.5570|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-26 20:22:38.8338|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:22:44.2605|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:22:47.1303|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:23.7889|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:27.6840|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:29.0603|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:32.0604|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:35.6288|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:45.9896|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:48.4724|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:50.1650|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:28:56.1842|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:29:46.2167|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:29:50.3254|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:38.2518|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:41.8084|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:44.2808|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:46.0963|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:47.3284|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:31:48.6335|INFO|OnLaunched|App launched. Launch args type: LaunchActivatedEventArgs
2022-12-26 20:31:49.1493|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-26 20:31:49.1692|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-26 20:31:49.1835|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-26 20:31:49.2126|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-26 20:31:49.2350|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-26 20:31:51.3443|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-26 20:32:07.0138|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-26 20:32:07.4133|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-26 20:32:07.7905|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-26 20:32:07.8150|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-26 20:32:07.8329|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-26 20:32:07.8501|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-26 20:32:09.5177|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-26 20:32:10.9380|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:32:16.3178|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-26 20:32:16.7063|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-26 20:32:16.7391|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-26 20:32:16.7808|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-26 20:32:16.8037|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-26 20:32:16.8289|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-26 20:36:12.5532|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-26 20:36:12.9767|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-26 20:36:12.9877|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-26 20:36:13.0396|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-26 20:36:13.0675|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-26 20:36:13.0873|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-26 20:36:52.1887|INFO|OnLaunched|App launched. Launch args type: ProtocolActivatedEventArgs
2022-12-26 20:36:52.6104|INFO|UpdateDrivesAsync|Adding cloud provider "OneDrive" mapped to C:\Users\anoti\OneDrive
2022-12-26 20:36:52.6187|INFO|GetDrivesAsync|Drive added: C:\, Fixed
2022-12-26 20:36:52.6589|INFO|GetDrivesAsync|Drive added: D:\, Fixed
2022-12-26 20:36:52.6962|INFO|GetDrivesAsync|Drive added: E:\, Fixed
2022-12-26 20:36:52.7180|INFO|GetDrivesAsync|Drive added: F:\, Fixed
2022-12-26 20:36:54.6336|INFO|CheckForUpdates|STORE: Checking for updates...
2022-12-26 20:36:55.1986|INFO|OnActivated|App activated. Activated args type: ProtocolActivatedEventArgs
2022-12-26 20:38:13.9356|INFO|IsRunningOnArm|Running on ARM: False
Issue Analytics
- State:
- Created 9 months ago
- Reactions:3
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Wine User's Guide
In order to be able to use Wine, you must first have a working installation. This guide will help you to move your...
Read more >How to recover focus after losing it while using Wine
I was able to solve this for my setup --- I'm using Wine play Hearthstone through Lutris. The trick is to edit the...
Read more >Keyboard focus in 'some' wine apps (games)
Another app (e-sword) works just fine, I can type into it, switch to another app, switch back, no problem. The first time I...
Read more >Is there a shortcut key for file browser? (Equiv. of Win+E)
Open System / Preferences / Keyboard shortcuts. Scroll down to Desktop/Home folder, click on it, then press Win+E. Click Close.
Read more >Wine - ArchWiki
Wine is a compatibility layer capable of running Microsoft Windows applications on Unix-like operating systems. Programs running in Wine act as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it only pops to foreground when it’s first opened, not when there is already an open window.
Thank you for reporting this issue, this seem to be an issue in WinAppSdk https://github.com/microsoft/microsoft-ui-xaml/issues/7595, but there are probably workarounds we can try.