Skip to content

Commit

Permalink
ArmyKnife: Added FileZilla client
Browse files Browse the repository at this point in the history
  • Loading branch information
LFriede committed Sep 18, 2024
1 parent c11b25a commit 4f12dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.pas
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ procedure TConfig.ResetDefaults;
tmpTools.AddPair('Advanced IP Scanner', 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CB67C185-D2DF-455E-B9B7-00C8E505186F}\InstallLocation?advanced_ip_scanner.exe');
tmpTools.AddPair('LANconfig', 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LANconfig\DisplayIcon');
tmpTools.AddPair('LANmonitor', 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LANmonitor\DisplayIcon');
tmpTools.AddPair('FileZilla Client', 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FileZilla Client\InstallLocation?FileZilla.exe');
SetTools(tmpTools);
tmpTools.Free;

Expand Down

0 comments on commit 4f12dad

Please sign in to comment.