microsoft / microsoft/PowerToys
Sending log as asked by the App
- Dominant language
- C
- Stars
- 139k
- Forks
- 8.6k
- PR merge metrics
- PR metrics pending
Description
### Microsoft PowerToys version
0.99.1
### Installation method
PowerToys auto-update
### Area(s) with issue?
General
### Steps to reproduce
[2026-05-20 03:32:31.0342] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.MicrosoftOfficeHub
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:31.2766] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.MicrosoftOfficeHub
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:31.2880] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.MicrosoftOfficeHub
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:31.2982] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.MicrosoftOfficeHub
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:37.3571] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_2026.508.1640.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\Microsoft.MicrosoftOfficeHub_2026.508.1640.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:32:37.5262] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception 5319275A.51895FA4EA97F
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:37.5350] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception 5319275A.51895FA4EA97F
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:40.5473] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\5319275A.51895FA4EA97F_2.2618.101.0_neutral_~_cv1g1gvanyjgm\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\5319275A.51895FA4EA97F_2.2618.101.0_neutral_~_cv1g1gvanyjgm\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:32:40.5777] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.WidgetsPlatformRuntime
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:40.5904] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Microsoft.WidgetsPlatformRuntime
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 03:32:47.7247] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:32:48.4596] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:32:48.4824] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:32:48.6682] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Storage\PackageRepository.cs::89]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Windows.Storage.StorageFolder
Exception thrown in called method: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Possible interpretation of the error: Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Possible resolution: Not yet known
Exception full name : System.IO.FileNotFoundException
Exception message : Could not find file 'C:\Program Files\WindowsApps\Microsoft.WidgetsPlatformRuntime_1.6.18.0_neutral_~_8wekyb3d8bbwe\AppxManifest.xml'.
Exception stack trace:
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Plugin.Program.Programs.UWP.XmlNamespaces(String path)
at Microsoft.Plugin.Program.Programs.UWP.InitializeAppInfo(String installedLocation)
at Microsoft.Plugin.Program.Storage.PackageRepository.AddPackage(Package package)
Exception source : System.Private.CoreLib
Exception target site: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:33:05.6232] [INFO] [C:\a\_work\1\s\src\modules\launcher\PowerLauncher\MainWindow.xaml.cs::172]
Reload environment: Updating environment variables for PT Run's process
[2026-05-20 03:33:05.6252] [WARN] [C:\a\_work\1\s\src\modules\launcher\PowerLauncher\Helper\EnvironmentHelper.cs::152]
Skipping update of the environment variable [TMP] for the PT Run process. This variable is listed as protected process variable and changing them can cause unexpected behavior. (The variable value has a length of [40].)
[2026-05-20 03:33:05.6252] [WARN] [C:\a\_work\1\s\src\modules\launcher\PowerLauncher\Helper\EnvironmentHelper.cs::152]
Skipping update of the environment variable [TEMP] for the PT Run process. This variable is listed as protected process variable and changing them can cause unexpected behavior. (The variable value has a length of [40].)
[2026-05-20 03:33:05.6252] [WARN] [C:\a\_work\1\s\src\modules\launcher\PowerLauncher\Helper\EnvironmentHelper.cs::152]
Skipping update of the environment variable [TMP] for the PT Run process. This variable is listed as protected process variable and changing them can cause unexpected behavior. (The variable value has a length of [40].)
[2026-05-20 03:33:05.6252] [WARN] [C:\a\_work\1\s\src\modules\launcher\PowerLauncher\Helper\EnvironmentHelper.cs::152]
Skipping update of the environment variable [TEMP] for the PT Run process. This variable is listed as protected process variable and changing them can cause unexpected behavior. (The variable value has a length of [40].)
[2026-05-20 03:33:05.6252] [INFO] [C:\a\_work\1\s\src\modules\launcher\Wox.Infrastructure\Stopwatch.cs::46]
EnvironmentHelper.UpdateEnvironment - Duration cost <1ms>
[2026-05-20 03:33:05.6608] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\UWPApplication.cs::625]
-------------------------- Begin exception --------------------------
Message: Error status: KNOWN
Program path: C:\Program Files\WindowsApps\XeroxCorp.PrintExperience_9.99.18.0_x64__f7egpvdyrs2a8
Exception thrown in called method: Not available
Possible interpretation of the error: |XeroxCorp.PrintExperience_f7egpvdyrs2a8!PrintExperience can't find logo uri for Assets\ApplicationIcons\AppIcon\AppIcon.png in package location: C:\Program Files\WindowsApps\XeroxCorp.PrintExperience_9.99.18.0_x64__f7egpvdyrs2a8
Possible resolution: Can be ignored and PowerToys Run should still continue, however the program may not be loaded
Exception full name : System.IO.FileNotFoundException
Exception message : Unable to find the specified file.
Exception stack trace:
Exception source :
Exception target site:
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 03:33:05.6789] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\UWPApplication.cs::625]
-------------------------- Begin exception --------------------------
Message: Error status: KNOWN
Program path: C:\Program Files\WindowsApps\Microsoft.Copilot_148.0.3967.70_neutral__8wekyb3d8bbwe
Exception thrown in called method: Not available
Possible interpretation of the error: |Microsoft.Copilot_8wekyb3d8bbwe!App can't find logo uri for VisualElements\Square44x44Logo.png in package location: C:\Program Files\WindowsApps\Microsoft.Copilot_148.0.3967.70_neutral__8wekyb3d8bbwe
Possible resolution: Can be ignored and PowerToys Run should still continue, however the program may not be loaded
Exception full name : System.IO.FileNotFoundException
Exception message : Unable to find the specified file.
Exception stack trace:
Exception source :
Exception target site:
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 08:15:34.1917] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\UWPApplication.cs::625]
-------------------------- Begin exception --------------------------
Message: Error status: KNOWN
Program path: C:\Program Files\WindowsApps\XeroxCorp.PrintExperience_9.99.18.0_x64__f7egpvdyrs2a8
Exception thrown in called method: Not available
Possible interpretation of the error: |XeroxCorp.PrintExperience_f7egpvdyrs2a8!PrintExperience can't find logo uri for Assets\ApplicationIcons\AppIcon\AppIcon.png in package location: C:\Program Files\WindowsApps\XeroxCorp.PrintExperience_9.99.18.0_x64__f7egpvdyrs2a8
Possible resolution: Can be ignored and PowerToys Run should still continue, however the program may not be loaded
Exception full name : System.IO.FileNotFoundException
Exception message : Unable to find the specified file.
Exception stack trace:
Exception source :
Exception target site:
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 08:15:34.1917] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\UWPApplication.cs::625]
-------------------------- Begin exception --------------------------
Message: Error status: KNOWN
Program path: C:\Program Files\WindowsApps\Microsoft.Copilot_148.0.3967.70_neutral__8wekyb3d8bbwe
Exception thrown in called method: Not available
Possible interpretation of the error: |Microsoft.Copilot_8wekyb3d8bbwe!App can't find logo uri for VisualElements\Square44x44Logo.png in package location: C:\Program Files\WindowsApps\Microsoft.Copilot_148.0.3967.70_neutral__8wekyb3d8bbwe
Possible resolution: Can be ignored and PowerToys Run should still continue, however the program may not be loaded
Exception full name : System.IO.FileNotFoundException
Exception message : Unable to find the specified file.
Exception stack trace:
Exception source :
Exception target site:
Exception HResult : -2147024894
-------------------------- End exception --------------------------
[2026-05-20 08:34:01.4838] [ERROR] [C:\a\_work\1\s\src\modules\launcher\Plugins\Microsoft.Plugin.Program\Programs\PackageWrapper.cs::58]
-------------------------- Begin exception --------------------------
Message: Error status: UNKNOWN
Program path: Path could not be determined
Exception thrown in called method: Void g__Throw|38_0(Int32)
Possible interpretation of the error: Exception Claude
Possible resolution: Not yet known
Exception full name : System.ArgumentException
Exception message : The parameter is incorrect.
The specified path is too short. It must have at least 1 character.
Exception stack trace:
at WinRT.ExceptionHelpers.g__Throw|38_0(Int32 hr)
at ABI.Windows.ApplicationModel.IPackageMethods.get_InstalledLocation(IObjectReference _obj)
at Windows.ApplicationModel.Package.get_InstalledLocation()
at Microsoft.Plugin.Program.Programs.PackageWrapper.GetWrapperFromPackage(Package package)
Exception source : WinRT.Runtime
Exception target site: Void g__Throw|38_0(Int32)
Exception HResult : -2147024809
-------------------------- End exception --------------------------
[2026-05-20 09:00:47.5389] [FATAL]From non UI thread's exception:
## Exception
```
System.IO.IOException: The process cannot access the file 'C:\Users\Jesús Pineda\AppData\Local\Microsoft\Edge\User Data\Default\Bookmarks' because it is being used by another process.
Source: System.Private.CoreLib
TargetAssembly: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
TargetModule: System.Private.CoreLib.dll
TargetSite: Microsoft.Win32.SafeHandles.SafeFileHandle CreateFile(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, System.IO.FileOptions)
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at Community.PowerToys.Run.Plugin.EdgeFavorite.Helpers.FavoriteProvider.InitFavorites()
at Community.PowerToys.Run.Plugin.EdgeFavorite.Helpers.FavoriteProvider.<.ctor>b__5_0(Object s, FileSystemEventArgs e)
at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(WatcherChangeTypes changeType, ReadOnlySpan`1 name)
at System.IO.FileSystemWatcher.ParseEventBufferAndNotifyForEach(ReadOnlySpan`1 buffer)
at System.IO.FileSystemWatcher.ReadDirectoryChangesCallback(UInt32 errorCode, UInt32 numBytes, AsyncReadState state)
at System.Threading.ThreadPoolBoundHandleOverlapped.CompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadPoolTypedWorkItemQueue`2.System.Threading.IThreadPoolWorkItem.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
```
## Environment
* Command Line: "C:\Program Files\PowerToys\PowerToys.PowerLauncher.dll" -powerToysPid 28028 --started-from-runner
* Timestamp: 05/20/2026 09:00:47
* Wox version: 0.99.1.0
* OS Version: Microsoft Windows NT 10.0.26200.0
* IntPtr Length: 8
* x64: True
* CLR Version: 9.0.15
* Installed .NET Framework:
* v2.0.50727 2.0.50727.4927 SP2
* v3.0 3.0.30729.4926 SP2
* v3.5 3.5.30729.4926 SP1
* v4 Client 4.8.09221
* v4 Full 4.8.09221
* v4.0 Client 4.0.0.0
## Assemblies - PowerToys.PowerLauncher
* System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Program Files\PowerToys\System.Private.CoreLib.dll)
* PowerToys.PowerLauncher, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.PowerLauncher.dll)
* PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\PresentationFramework.dll)
* WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\WindowsBase.dll)
* System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.dll)
* System.Xaml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\System.Xaml.dll)
* PowerToys.ManagedCommon, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.ManagedCommon.dll)
* WinRT.Runtime, Version=2.2.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Program Files\PowerToys\WinRT.Runtime.dll)
* System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Collections.dll)
* System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Collections.Concurrent.dll)
* Wox.Plugin, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\Wox.Plugin.dll)
* PowerToys.GPOWrapperProjection, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.GPOWrapperProjection.dll)
* System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.InteropServices.dll)
* PowerToys.Common.UI, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.Common.UI.dll)
* System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Threading.Thread.dll)
* System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Text.Json.dll)
* NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Program Files\PowerToys\NLog.dll)
* netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\netstandard.dll)
* TestableIO.System.IO.Abstractions.Wrappers, Version=22.0.13.0, Culture=neutral, PublicKeyToken=96bf224d23c43e59 (C:\Program Files\PowerToys\TestableIO.System.IO.Abstractions.Wrappers.dll)
* Testably.Abstractions.FileSystem.Interface, Version=9.0.0.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48 (C:\Program Files\PowerToys\Testably.Abstractions.FileSystem.Interface.dll)
* System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.IO.FileSystem.DriveInfo.dll)
* System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.IO.FileSystem.Watcher.dll)
* System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.FileVersionInfo.dll)
* System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ComponentModel.dll)
* System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Threading.dll)
* System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ComponentModel.Primitives.dll)
* System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Net.Primitives.dll)
* System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Net.Mail.dll)
* System.Private.Uri, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Private.Uri.dll)
* System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Linq.dll)
* System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ObjectModel.dll)
* System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Memory.dll)
* Wox.Infrastructure, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\Wox.Infrastructure.dll)
* hyjiacan.py4n, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\hyjiacan.py4n.dll)
* PowerToys.ManagedTelemetry, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.ManagedTelemetry.dll)
* Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\Microsoft.Win32.Registry.dll)
* System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.Tracing.dll)
* System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Diagnostics.DiagnosticSource.dll)
* System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.IO.Packaging.dll)
* PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\PresentationCore.dll)
* Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\Microsoft.Win32.Primitives.dll)
* DirectWriteForwarder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\DirectWriteForwarder.dll)
* System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.Extensions.dll)
* System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.Debug.dll)
* System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.CompilerServices.VisualC.dll)
* System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Collections.NonGeneric.dll)
* System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Collections.Specialized.dll)
* System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Configuration.ConfigurationManager.dll)
* System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Xml.ReaderWriter.dll)
* System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Private.Xml.dll)
* System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Net.WebClient.dll)
* System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Text.Encoding.Extensions.dll)
* System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Numerics.Vectors.dll)
* System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Threading.ThreadPool.dll)
* System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.TraceSource.dll)
* System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ComponentModel.TypeConverter.dll)
* System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Windows.Extensions.dll)
* System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Net.Requests.dll)
* System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Net.WebHeaderCollection.dll)
* PresentationFramework.Fluent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\PresentationFramework.Fluent.dll)
* System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.Process.dll)
* PresentationFramework.Aero2, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\PresentationFramework.Aero2.dll)
* System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.Loader.dll)
* System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Diagnostics.StackTrace.dll)
* PowerToys.PowerLauncher.Telemetry, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.PowerLauncher.Telemetry.dll)
* PowerToys.Settings.UI.Lib, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerToys.Settings.UI.Lib.dll)
* System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Text.Encodings.Web.dll)
* System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Runtime.Intrinsics.dll)
* System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Reflection.Emit.Lightweight.dll)
* System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Reflection.Primitives.dll)
* System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Reflection.Emit.ILGeneration.dll)
* System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Text.RegularExpressions.dll)
* System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Security.Cryptography.dll)
* System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Drawing.Common.dll)
* System.Private.Windows.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\System.Private.Windows.Core.dll)
* System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Drawing.Primitives.dll)
* Microsoft.PowerToys.Run.Plugin.Calculator, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Calculator\Microsoft.PowerToys.Run.Plugin.Calculator.dll)
* Microsoft.Plugin.Folder, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Folder\Microsoft.Plugin.Folder.dll)
* System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Collections.Immutable.dll)
* Microsoft.PowerToys.Run.Plugin.History, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\History\Microsoft.PowerToys.Run.Plugin.History.dll)
* Microsoft.Plugin.Indexer, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Indexer\Microsoft.Plugin.Indexer.dll)
* Microsoft.PowerToys.Run.Plugin.OneNote, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\OneNote\Microsoft.PowerToys.Run.Plugin.OneNote.dll)
* Microsoft.PowerToys.Run.Plugin.PowerToys, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\PowerToys\Microsoft.PowerToys.Run.Plugin.PowerToys.dll)
* Microsoft.Plugin.Program, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Program\Microsoft.Plugin.Program.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.26100.59, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\Microsoft.Windows.SDK.NET.dll)
* System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Threading.Overlapped.dll)
* Microsoft.PowerToys.Run.Plugin.Registry, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll)
* Microsoft.PowerToys.Run.Plugin.Service, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Service\Microsoft.PowerToys.Run.Plugin.Service.dll)
* System.ServiceProcess.ServiceController, Version=9.0.0.10, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ServiceProcess.ServiceController.dll)
* Microsoft.Plugin.Shell, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Shell\Microsoft.Plugin.Shell.dll)
* Microsoft.PowerToys.Run.Plugin.System, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\System\Microsoft.PowerToys.Run.Plugin.System.dll)
* System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Net.NetworkInformation.dll)
* Microsoft.PowerToys.Run.Plugin.TimeDate, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\TimeDate\Microsoft.PowerToys.Run.Plugin.TimeDate.dll)
* Community.PowerToys.Run.Plugin.UnitConverter, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll)
* Microsoft.Plugin.Uri, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\Uri\Microsoft.Plugin.Uri.dll)
* Community.PowerToys.Run.Plugin.ValueGenerator, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\ValueGenerator\Community.PowerToys.Run.Plugin.ValueGenerator.dll)
* Community.PowerToys.Run.Plugin.VSCodeWorkspaces, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\VSCodeWorkspaces\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll)
* Community.PowerToys.Run.Plugin.WebSearch, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\WebSearch\Community.PowerToys.Run.Plugin.WebSearch.dll)
* Microsoft.PowerToys.Run.Plugin.WindowsSettings, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll)
* Microsoft.PowerToys.Run.Plugin.WindowsTerminal, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\WindowsTerminal\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll)
* Microsoft.Plugin.WindowWalker, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\RunPlugins\WindowWalker\Microsoft.Plugin.WindowWalker.dll)
* Community.PowerToys.Run.Plugin.BrowserSearch, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Jesús Pineda\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\BrowserSearch\Community.PowerToys.Run.Plugin.BrowserSearch.dll)
* Community.PowerToys.Run.Plugin.ClipboardManager, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Jesús Pineda\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\ClipboardManager\Community.PowerToys.Run.Plugin.ClipboardManager.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.22621.30, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Jesús Pineda\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\ClipboardManager\Microsoft.Windows.SDK.NET.dll)
* WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\Jesús Pineda\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\ClipboardManager\WinRT.Runtime.dll)
* Community.PowerToys.Run.Plugin.EdgeFavorite, Version=0.2.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Jesús Pineda\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\EdgeFavorite\Community.PowerToys.Run.Plugin.EdgeFavorite.dll)
* UIAutomationTypes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\UIAutomationTypes.dll)
* UIAutomationProvider, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\UIAutomationProvider.dll)
* Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\Microsoft.Xaml.Behaviors.dll)
* Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\Microsoft.Win32.SystemEvents.dll)
* System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.ComponentModel.EventBasedAsync.dll)
* Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Program Files\PowerToys\Microsoft.Toolkit.Uwp.Notifications.dll)
* System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.IO.FileSystem.dll)
* System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Security.Cryptography.Algorithms.dll)
* System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Security.Cryptography.Primitives.dll)
* System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Reflection.Emit.dll)
* DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Security.Principal.Windows.dll)
* System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Security.Claims.dll)
* PowerDisplay.Models, Version=0.99.1.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\PowerDisplay.Models.dll)
* Mages.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\Mages.Core.dll)
* System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.Numerics.dll)
* System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.IO.Pipelines.dll)
* ScipBe.Common.Office.OneNote, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\ScipBe.Common.Office.OneNote.dll)
* LazyCache, Version=2.4.0.174, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\LazyCache.dll)
* Interop.Microsoft.Office.Interop.OneNote, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\Interop.Microsoft.Office.Interop.OneNote.dll)
* mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\mscorlib.dll)
* System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Xml.XDocument.dll)
* System.Private.Xml.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Private.Xml.Linq.dll)
* System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Threading.Tasks.Parallel.dll)
* System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Linq.Expressions.dll)
* System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Linq.Parallel.dll)
* Microsoft.Data.Sqlite, Version=9.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Program Files\PowerToys\Microsoft.Data.Sqlite.dll)
* System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Data.Common.dll)
* SQLitePCLRaw.core, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=1488e028ca7ab535 (C:\Program Files\PowerToys\SQLitePCLRaw.core.dll)
* SQLitePCLRaw.batteries_v2, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=8226ea5df37bcae9 (C:\Program Files\PowerToys\SQLitePCLRaw.batteries_v2.dll)
* SQLitePCLRaw.provider.e_sqlite3, Version=2.1.10.2445, Culture=neutral, PublicKeyToken=9c301db686d0bd12 (C:\Program Files\PowerToys\SQLitePCLRaw.provider.e_sqlite3.dll)
* Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\Accessibility.dll)
* System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Reflection.Metadata.dll)
* PresentationFramework-SystemData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\PresentationFramework-SystemData.dll)
* PresentationFramework-SystemXmlLinq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\PresentationFramework-SystemXmlLinq.dll)
* System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\System.Xml.Linq.dll)
* System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\System.Windows.Forms.dll)
* System.Windows.Forms.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\System.Windows.Forms.Primitives.dll)
* System.Reactive, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Program Files\PowerToys\System.Reactive.dll)
* System.Data.OleDb, Version=9.0.0.10, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Data.OleDb.dll)
* System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Transactions.Local.dll)
* System.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\System.Diagnostics.PerformanceCounter.dll)
* PresentationFramework-SystemXml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\PowerToys\PresentationFramework-SystemXml.dll)
* System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\System.Runtime.Serialization.Formatters.dll)
### ✔️ Expected Behavior
_No response_
### ❌ Actual Behavior
PT warning
### Upload Bug Report ZIP-file
_No response_
### Additional Information
_No response_
### Other Software
_No response_
Contributor guide
Research direction
Start with src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/PackageWrapper.cs at GetWrapperFromPackage and Storage/PackageRepository.cs at AddPackage. Reproduce the logged Microsoft.MicrosoftOfficeHub or 5319275A.51895FA4EA97F package case and trace UWP.InitializeAppInfo through XmlNamespaces. The expected handling and completion criteria are not specified in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100