Skip to content

Commit 2aa12b2

Browse files
committed
Remove messagebox about explorer limitation since limitation has been fixed in Windows
1 parent c1e6d16 commit 2aa12b2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Hover/LauncherForm.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,6 @@ private void RestartAsAdmin()
451451
private void LaunchTool(MSIXPackageInfo aMSIXPkg, ExternalExeInfo aToolInfo)
452452
{
453453
StartStopProgressAnimation(true);
454-
if (aToolInfo.ShortName == "Explorer")
455-
{
456-
MessageBox.Show(this, "Due to a limitation in Windows 10, Explorer.exe will not launch in the context of the MSIX package container.\n\nThis will get fixed in a future Windows update.", "Hover limitation", MessageBoxButtons.OK, MessageBoxIcon.Information);
457-
}
458454

459455
BackgroundWorker bw = new BackgroundWorker();
460456
bw.DoWork += (s, e) =>

0 commit comments

Comments
 (0)