Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

SystemTrayMenu

This is not the latest version of SystemTrayMenu available.

  • 1
  • 2
  • 3

1.3.0.0 | Updated: 12 Jul 2022

Downloads:

1,545

Downloads of v 1.3.0.0:

115

Maintainer(s):

Software Author(s):

  • Markus Hofknecht

SystemTrayMenu 1.3.0.0

This is not the latest version of SystemTrayMenu available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install SystemTrayMenu, run the following command from the command line or from PowerShell:

>

To upgrade SystemTrayMenu, run the following command from the command line or from PowerShell:

>

To uninstall SystemTrayMenu, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade systemtraymenu -y --source="'INTERNAL REPO URL'" --version="'1.3.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade systemtraymenu -y --source="'INTERNAL REPO URL'" --version="'1.3.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install systemtraymenu
  win_chocolatey:
    name: systemtraymenu
    version: '1.3.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'systemtraymenu' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.3.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller systemtraymenu
{
    Name     = "systemtraymenu"
    Version  = "1.3.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'systemtraymenu':
  ensure   => '1.3.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator Windos on 19 Jul 2022.

Description

SystemTrayMenu is a free, open-source start menu alternative for Microsoft Windows. It offers a clear, personalized menu in the system tray. Files, links and folders are organized in several levels as drop-down menus. We are using C# and .NET 6.


tools\af\SystemTrayMenu.resources.dll
md5: 9531512E5579414DF216C2873BFB7DA1 | sha1: A2ABB4CE55C51EAB03707F111A595B0A1009D5CC | sha256: 4931C342A2F75B0A93C40EC5B57DC3042CC8D60481B055781B51F4F487387C09 | sha512: 2126382B175EFB330AF9505B79C6BD3024BDAB4FAAA4F4C9182D63D3B01D9AD5AFDE5865E58B1D962B1577B9D467BD02A5673F296BA0E4349F58488F10217DAF
tools\ar\SystemTrayMenu.resources.dll
md5: EDEE3F99071135EC1F0907AE3302E596 | sha1: 4A3C870F70F205AEE767B7A86156EA5AEA5DADF2 | sha256: 0CE413EE3729AF12254FE132F5B2040065B6654007C2B1F2270B08D2DDC20F54 | sha512: 15A9A3FE143305EDF46D9307B06CA4BAA91562F4F94909528FADD7BE85327FD2B1208E60AB90DBF33CFA06C2B2030D70FBAD55C823F99EA7024DF06A4FCF74B1
tools\az\SystemTrayMenu.resources.dll
md5: 8E3219D0D3F359FE56EE3578323E7E01 | sha1: D00B4B3649E4F2C902F4A8540924C5714F6829CF | sha256: 9C4F964FD1CE628C609656B138A55BE3E5996A0A3ACBEF2A067F16375E3F485E | sha512: B94D38C71495E1DF11E13B79B153202488A794E8EC6591E2486CB05C52D7E8EC67A104E4FACB7D5C6EDB67D7E6A0F66F2061F338A6EF60C15558B1D64FE7E78D
tools\be\SystemTrayMenu.resources.dll
md5: EFE17B41BA3B61BA47EE11C411411107 | sha1: 122F8682AFA8842863D3B7DCC77F316E1B9BA596 | sha256: 32B08882AF962407F9D385C6502E40F0E30D82F71E78E66DC1A1A3F80B521B2D | sha512: EE17D9B96CF1E014B3E62B9919BDB2F83D7D4FEB9FA6A43BC0F2D40A9FE1A4A3EB4BC94E8978B6938157447AD77C406CA14E6E24F4EBB3898319D62EC0D36EFA
tools\bg\SystemTrayMenu.resources.dll
md5: 2374BFD1A9E279FF78550B4D41501574 | sha1: 6349330FDF7C8706CA623543903AFA85FB9FB490 | sha256: 4E6E75905444BEB5EDBD8E3E5F8A3DB313347B794EC9FC4ADBE6298AEB4BBF94 | sha512: EE96969A38147E9F0A7339DFF12E0F8BA7B859933D2F85476AF8E3497A6BE5A518C418F6F2A3C74A59A2B0857E4CA7DAAB906CC11AEF8555DFDBC13C263D4D29
tools\bn\SystemTrayMenu.resources.dll
md5: 8B0B22ABC6A5BDDD221787A609C9A287 | sha1: 8FDF164F111AE447B069865D6CA9767C1D2163FE | sha256: C88DB9AF23887D8CB78E1A32884C09EE4FB158D71CC98BCEFD7C10E04358E9F0 | sha512: 7B8082695E77F276812FC2AB7506C7A91C79008964820AA54B296D9F9313DE768C7776CC793788CBCFD9BE40354799F1EA4BAE13A6A83C850DC5D8035A766423
tools\ca\SystemTrayMenu.resources.dll
md5: 0E1FA253E2F793EF230BD6B84462DF82 | sha1: 959DD0D7D18EC64DF959AF1DD2A0C41AF1808457 | sha256: 08AE88BBE2717F6ACA8239ADEDB23E148A8267FDBEF461A97167A50AEDB6EDC5 | sha512: AE0BEBD394BB75C58B2B706F204BF3C03C8952A5ABD4F0E076267E17E107C191BC45A1A499DA63B4011E595E413F3C98E58B0681900F4C5CC5BBBE6EE2A34BE2
tools\chocolateybeforemodify.ps1
taskkill /fi "pid gt 0" /im SystemTrayMenu.exe
taskkill /f /fi "pid gt 0" /im SystemTrayMenu.exe
EXIT 0
tools\Clearcove.Logging.dll
md5: 11F6A95A53F67935EA1EA56BCEB991EB | sha1: 192D130C21523E6E9C046463C16DA4AB58B502BC | sha256: BCE5E156D09AA950B25A21B3EEDEAB86875A3642AB00F143A908EE00BD2B53F7 | sha512: 5992E056EC57BEE2AEEE6C4B196CFE370F6DAB83A75E37E675E844C1D62A364756380463C125ADF8CAE00A8E6A20F4E9FD1F67E500E1855DFFE7190DE2BCFCBD
tools\cs\SystemTrayMenu.resources.dll
md5: ABFA4090DF85489EF8991B0C7FE79985 | sha1: 478B3E4F470C39E623A8A19019022952E697D967 | sha256: 000A57668B505AEF4810EFDA0262834F08D3438CE7A372651636B8001A079C26 | sha512: D1BF0DA26850E88F20AFB6021694B38EB7545876C646344B72E926976F2576D816B21376996CD74AF70827DDE1185D3A379DE4FDD46CFC0D38FF2216E98D3175
tools\cy\SystemTrayMenu.resources.dll
md5: E38FD93FE2C265ED7E3A625DF8192BD7 | sha1: 04B6E3166E496A644328883F1245FE47413BB958 | sha256: 8559534BAE34CAF520A649DAA7688AB9930BF7F3EEC0FE6422593A87B71C9094 | sha512: 5378239B205CF04A822A507734E556E01C7A2F1253341A981C9FAFFCDF7D9DA358C74F7561B2759F41F2E2C8E407C327FCD0B4EB4C66180F46FB8F9A2312AA47
tools\da\SystemTrayMenu.resources.dll
md5: FC5CD3C76D8DC6F1CC3488671E90C272 | sha1: E7F9D55F61FC5A62C30551E9B05B20F1ACFF0269 | sha256: DDDAE51F7757EE780EBC27E2C8765D39CEBA28D55C2EA42B742C35B3B2F3B265 | sha512: 4BE5A6B7BBE2B36C82D012A8BEBAE60F46BD78DA29DDA6C7160667BC4CF6560AC08246B9B1B1756D0621711D69307C252DF995EFB3C4A4C3879BCBDB73534396
tools\de\SystemTrayMenu.resources.dll
md5: 650C06565F000F77B58C676D6C429BFB | sha1: 15FE29C567ADFFD9B0F68B59067455FD80FB75F0 | sha256: 65A23A9F0D57F077FE75E0AA979E231006E4631AD6EF98FBAE2773153A58E115 | sha512: AE81ADC1049EF350C000C36CD7D97F4845AA14FEEFDB188542A25458DB5160FA57B5921871FE1AF5D3A43570C670E695F18A6757E4DC4983853B341AC73CCA3B
tools\el\SystemTrayMenu.resources.dll
md5: 1C8926273355D858C8BBEFEF61684B1E | sha1: 5ADACEAA8779AEB7326762DAE299929F2C19BA6D | sha256: B0814B725E898DB227AC8E941D078DAE208DD98F2FE849203DAA5C40EA815ACD | sha512: 5EF900C485A2696F3048F56129DB0474EC07FB7A99B89D8DABD15A12109ECAB665BB6AD942BDBEBD9DC48CD6653052ACD34F4BE652EBFAD384C8040FAAC8C08C
tools\eo\SystemTrayMenu.resources.dll
md5: B46BE706508BDE5B2B4134C75A6CDBAC | sha1: 3EF899D86546AFF06418F35BE63F43D1370505E2 | sha256: BECF9D9B362A8AC20BD5740CAF11F5FFFAB3FF33005D6748ADA63BC44F811B06 | sha512: 41ECEEDF5DDF0D2E107ECAD7331E8F3B96C2698442616F180A6F7374033A9E4FE01BCD1A265EA88C9E2D1462C5F34E34B2E8CDECEABC473AF8C63A5669E81765
tools\es\SystemTrayMenu.resources.dll
md5: 82B665DC569B317E4422B11440B4789C | sha1: BC13B65BA08852AD9AC239D8D2777CABD3073AAB | sha256: 507D12AED1FA9C5C1925658D3C81BEC7F8C3A4A5BD4975A7F49B4AB4539E593D | sha512: 6F41DB14D0A48C9CB8300804C625A03267DBBD7BD76E13992EB1817B2F6B8B7CEFC1C1125AEB40FB21FD03ECED398F739C2107F26C2B83EA1BFBBBC519721356
tools\et\SystemTrayMenu.resources.dll
md5: 68A2641AACA24DD1A3DAB7A7F3B0E785 | sha1: 302E406F23D03081733CBC1F09D1A18B9E1DF896 | sha256: D2F08FA346371E025AC9EA5D7846F5EFF78507B643BC164237979BCF6974B844 | sha512: 5631190C00FF7B2DC995E9E0515DBB98125B1A5A14B7086FA47D7F5E190412C84DA2941A384E20988BF3D6B01B6E2743708C373E9D2081603BDCA59FCD41C843
tools\eu\SystemTrayMenu.resources.dll
md5: 17A8077D114FF7A306F49A75575B247C | sha1: 84BE7FD653769F46C8F950816C045C41F4368854 | sha256: 2C9834F5FC780E666829A4047E708063E86800451A47514F4D960F34B8641609 | sha512: E4300121024E2968917B75A9BDE9AB47D158455385C655168F1B56F09CA0CF5EF0ABB59A6747691DBCFFF8F7A25C1950685940267795D1A4158678F2736990DF
tools\fa\SystemTrayMenu.resources.dll
md5: 7F01E130AECAAC4331203242B4831913 | sha1: FCF8D3EE939A290876666A9995B3CF2E4E7FF2EF | sha256: 02966A306B77BADF57BD02499B51C6098479912DCC668E0063EEADE10FD837F0 | sha512: 9321E8F68C01DEA91AF126724229D3346D974AE41DDD83EA5F7D8056350B80004AAEDA290FDFAB0275C9709B2C15A709EC80C9F835C91F250274A8BEB2123F49
tools\fi\SystemTrayMenu.resources.dll
md5: 32997CEEE12903488E7F169BA0A33C23 | sha1: F69E9F104508133ACB8D7BD035E465115F57A2C5 | sha256: 4B780668A73C9E16E9EB5F94A0836268967A46AA436224C4CA3FA917294CC44E | sha512: A095C3D7641BEE31AF863ACB72744EA1496C971F28CE83C2EF3DDBA8DBBC0C3A3793479A3DCCFC78D63AF0A32E32892E8705AD5122409188FB0617E10BB48C17
tools\Fizzler.dll
md5: 53ECCA905C0234B4C7B7FAA98176793E | sha1: 6B741CB279D8469E6DA3490A5B54826AC2FED2C0 | sha256: 11E767BCBEE616F5C797EEC60E6E76789E1F23376862B2B4F23E85FA281E39CA | sha512: 2D6B995438D6D83B0154F55FBBAE83874B728D351CD660115E4DE7917E068D4B453FB5CF663EFDD4926E8F597E6F92810D70FA986CE4DCF18F41CB21ED4A4D2D
tools\fr\SystemTrayMenu.resources.dll
md5: DF8ECA2F7E87B7DE922E9CDB2500D704 | sha1: 234C24A296A46CCCD1485E3146C93654D7706136 | sha256: 3B1803B673D5757AC6110F6FAE0386EF5FE55FF34FD7B2C3893308346D5B8298 | sha512: A69D949BB62D0C4CF445CDD1B75896B11BD4E3BBFC92DF5BC16F466AC64863F297F17D157711624962C7D4E5148E7465CD6B4F7ED9357574B2B83A8698DEDFD4
tools\ga\SystemTrayMenu.resources.dll
md5: 23A30A425E373EEAFD9143772E503AFC | sha1: 2AF2099D878DF6CB6297C1F47779815D4E9CC74C | sha256: DF2560806155C4D39833993FA2CE00C1D121B36CD777E6FD5335447A4ABFB083 | sha512: 39010E04B23291BE84FF9D3271B3393ABA4006D0E4D2938C6CBFF58DEB4E1A0FCA4D9582ACC04EBD787738799A785413249701AE97BF34F42B5B869E514015A4
tools\gl\SystemTrayMenu.resources.dll
md5: 1BBE183D8A068DC8746D20629168D086 | sha1: 59B47453343BB0FF1D2BE514B76128B11947C3D4 | sha256: 7300E64A46422B07535144134141592B0A8F1AB05DAF79B6E4682536D31FA84A | sha512: B9D657CFDCC16D63DA4D8EAD5CACC800505160F8A26640EB353C6FF40D28A5E9D3EB729D98675FFA1ADD1939038B1D764112C0EA01E8389F1C1445645044271B
tools\gu\SystemTrayMenu.resources.dll
md5: 413672D3E21E58A1EC8EE5D5B774CEF6 | sha1: 1964B60BFDCA6DB0EAFC836F17315E572C959BD8 | sha256: 25AAC3577DEEE0CD11B1B2C0952B0E87578D9F005E776B983950FCC76DFCE64E | sha512: 184403BC83581445B769E89EF9C1B68D5767374E6FA68790590B6B0970B3B3EC8F0CCAAF2ABDAB814C818356578388633939B96DE43827EEC75BD7B3DB00BCFD
tools\H.InputSimulator.dll
md5: D495E25C989043967224A9EF21B33FAC | sha1: D748BDF3AF838905DC186E3B9206C7DBBC6CAB9B | sha256: DB8B3440580B74A6BD1C3710FE823197B7C8AFBB89B79AFAD70CD055A94E0FDD | sha512: D6C8E303B2541D09797D350BA96E4C4F08C85A1536F90743936056714D246CFCCA657A8C4E48029DB6E207253E847449A7CC6BD3C1304EC7AE187B7C4047BDB7
tools\hi\SystemTrayMenu.resources.dll
md5: 63D0D505DC655D6A16A76ACED7B8D1A1 | sha1: CC6D5A9F11D3E1FE305E7E455A880F136A5B2EF1 | sha256: BF41486224CBD61E8BC5A8AFB20E844922DEDFB15A475A744739ED4597DA405F | sha512: 993F6A8BA94F41591926D2AFC86D5BBB51F807C05D1AD6E0C072C898FFD278E5F0E8599ED567AE87D5E134B5D2C5796C03A7CF7C5E2FD52E6FCF0C6FCB5BAADB
tools\hr\SystemTrayMenu.resources.dll
md5: 555FA61087F22FD46314FAAB40229196 | sha1: E9141EAD79EAD16BCB39EAF44BA5F31504EC3F39 | sha256: D18235DC4B1E1506E0FA4A4207CB638FEC9B7CC86D54666E57627D246A79D146 | sha512: 6BB6CE9DDE2C16F3C4EB69ABCFF4332FFC28AB908DE05D3316B6DE8790A70D245D8145F56576E6984448A0136156D7BD149FC505B1AD49CBD530778BFDD25D29
tools\hu\SystemTrayMenu.resources.dll
md5: 7450CDD66CE78374AF4A3134BBE81D58 | sha1: F31757BA65E6A4CA153A4D66A258252AF2EC2443 | sha256: 8132EB03482185478D4909F8DD188D92E450A079C970B8FA676C5618E3DD19A2 | sha512: B277C4A6FFE63D8BC0E7287C3BDB0079F576960AEE5F456C20A6914B56016CFD5AC5BFCCFCBBD8E7BAE7491B7DEB3C6B6561CE4B9276D62521A3F4A810FCDA3D
tools\hy\SystemTrayMenu.resources.dll
md5: AFF3945C433D6587EC5BD2813FC666EF | sha1: 9AB46F4BE6684A73B153BD498BC71A75B64B0EEC | sha256: 8CFCB740F207785A4E1EA5874CB41649103274FAFEE33B4840C7A06F34F6B357 | sha512: 97411361A649CC52500B14F7C74666E1C694173C7A6A009F851F296BE0B85B1035A34EB50679CF5812E13E3A0A4CF7B7FAB31375BBFAE0DA04F75EEED07AC8C1
tools\id\SystemTrayMenu.resources.dll
md5: FA2C5A441BCA3400591C8583DAB4CF54 | sha1: 3546C55C0BE362737A6B9000B0F55A785ECF9333 | sha256: 5E3C5EE58C08BC24FC4801D2DEFDFCFA2E0BEF72CB3FF9B6F938116D5798937F | sha512: 6466F011A18EE8AC7BE4B606F6C5AF9B52D683DD0E3E19BBC2EFCE29C52E736637D1749CA7912903B7121EE0B6870336E33EAD750E9A6D1723F8BE1168CF0E9B
tools\is\SystemTrayMenu.resources.dll
md5: 075D174BDA7EE0A9F87A851C1D1B7E83 | sha1: 5287788F0F9AA652CE41C1686633E91B37FEE955 | sha256: D427C8D11CE452284A915D3E95F9FABDC1705C9AF9622FF95D6EA79BC12EBA93 | sha512: 3C640ED1B4ED89E86004D2D396B2FC60501D6F9B6CD46591F004273D7117B635542373456A5BB101A83ACE4D12737AE36EDBF8CD8EAD43A96B167F8D35023937
tools\it\SystemTrayMenu.resources.dll
md5: A877EFC3F5A568C5DB83845B12A3CA7F | sha1: D4A94EC766D2CD2364372C8A268E8BA4BAD2F07D | sha256: 02FAC8CC3DFC54172BD059DE1022823EF4C828F36F748F664C6C0E7B5B5462A3 | sha512: 081284AC384FF36472FA414782199FD1B503379CA8C9845AF9CEA5A8D62C2B310539BE9576F6F5EDBB2131BD47546E5F814C3AB8829E92257763EAF039193048
tools\ja\SystemTrayMenu.resources.dll
md5: F384C185B62D03B784837DB89E111BCC | sha1: 4EDEE43E97D73855733029F619AF5AFF4074C5E7 | sha256: 3A7E5BA4F6A2298E89F5849561B56FF4712EE17F1407618042878AFFDBB78280 | sha512: A78D13D4A57BC40805995FFED693CE1BD51CBA51CD1BB09F441526E9255A41C9D3A129B319CCE05C08958A95772F9F7E776608B888656F31878E0E14AD278EC3
tools\ka\SystemTrayMenu.resources.dll
md5: 303409E1F74BF2A3981968949930FA91 | sha1: 871EC0E56581794474F13D41BBDEC2739D0FCF5A | sha256: F34A5257D40A4B0B28FE7547E9383E2EE7E3521706396D2D2D15B29D77CB81C5 | sha512: 42C13CCB4345431FBC42A6F60112FE09CE9F3C457293E25AF91D2735EF98ADC2C6F4ED9B390CEF45F3224F410EC4049FD44FD2B7858B8368A635770E32EEBB6A
tools\km\SystemTrayMenu.resources.dll
md5: 914BD9AA9967EB91F26C638D048367D1 | sha1: 5139F7DAD6DD909EADF214BC85B765CAB7E07374 | sha256: 3A4F4BE7FDF1A959F331E68C1B84FE757E96AEBD23671E1BAD80649BEC263A72 | sha512: 64315FCCCD3C8B1C30E02495FFEE249D8AF2978F46AAFC5C4853E7F4ECA668A108A1D8BCDD52A054D04626F66BEDD6334CD7D0EED80B184E5FA6CF8A8E9789FC
tools\kn\SystemTrayMenu.resources.dll
md5: AC43F1D08C0988AB54571766417772E8 | sha1: 5993B85A9FD45DFB43CD2BEA19664A6EAD37F205 | sha256: 2BD1C1AA0C423416EFF8C21AF156A3F4812A8A96778ED31CDB1BAB31F5B3A95E | sha512: 6CF09DFD18FB19E87D028860350D9D81B422520F5CDEAE5DC9DAF628860E8A2253A8F711E42BBDED2EC5472EA32DCB1B7CE9E48C6128457619BA50215B0E813E
tools\ko\SystemTrayMenu.resources.dll
md5: 81F441365B7555853B5D462EC39518D2 | sha1: 9912365A1F789A3913BF001576086E1FD5883E19 | sha256: 22AA0A663D25CD153BF8572025C98DA01DCA13B1D5E223018A946CDD9C4DBED3 | sha512: 51A787BA8B3B2AE9807406405A5269395AB5906C28366A9BDBAE1EB2B041A299CC392FD6EAC87945239C1408EB5E99128B854E3A4CBB14AE6896EAE75CB6E47B
tools\la\SystemTrayMenu.resources.dll
md5: D38BC4B6BFAF6895CDE1193C37FAACA3 | sha1: C685F13CDEA2D0B395B0AF42DC3B8038E84328F1 | sha256: 3B4AA132107F82C1BF6F423E9B87A7E69688DA1F6D205FD2954AFF038D86D071 | sha512: 2E0EE52AD470C3B861B6D0C51E7815057DCAEE5754A4AC25EC1575BF158DE641A5445C4B7CA9F316E2ED3B88BBF20110EA3A70712BB4083040716476505C4B28
tools\LICENSE.txt

From: <https://github.com/Hofknecht/SystemTrayMenu/blob/master/LICENSE>

LICENSE

<                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    TAMAHO SystemTrayMenu - browse and open your files easily
    Copyright (C) 2022  Markus Hofknecht

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

You can contact me by mail [email protected]

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    TAMAHO SystemTrayMenu  Copyright (C) 2022  Markus Hofknecht
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.>

tools\lo\SystemTrayMenu.resources.dll
md5: 1FBDFBC8C192862327D2A70F3CEDB520 | sha1: 7B513E2A1A9048DD6317B718741F0663D8AD5217 | sha256: C5ACC5B8357D66B0F23CC275FDADB59E8220B54C89118A5A9D6369846F57825E | sha512: 995F3B409B1733AF1A897FC4B75A017D4CB5A608945216762C4720F4C31BD13310193B87F4FAB12EA2DCB1CF49E34CDF96537E114C78EBC46C4D81007EBE4E19
tools\lt\SystemTrayMenu.resources.dll
md5: B5A75412614B5B28D68A4155727B5A49 | sha1: 21093DF0FF343445700D682FE3BE14E2ABBBBBE6 | sha256: EE5E78284343BB672381AE5AAC6F8B51D35EF6C5ACA018178F9F8F73B07B2408 | sha512: 2124ED223238B197F2ED6665C73EE2CC8EBF3023881500C3A9D71125B7CDF9EE2EE75B953C6AA80BA181501B0C7A010C08A73D88CD2FDF53ABCED7D4F981EAE1
tools\lv\SystemTrayMenu.resources.dll
md5: 0437023399C9ED96C74036B61ED336F3 | sha1: 9F5847AE8C04C8C74AC81C899A68976CD98EDF89 | sha256: CF3D3C8006EDB9734CE203A464DA6A04D07308DF46875473336F063F96C17396 | sha512: 4E56BAE2247567CD2D06B1491983ADEB85584EA948F481CDEC4D940916EFA5B11FB3E18B9E1A610EB8B951AF172DE1887BD506E3AB963C2B9E9DB93AA7F9ADC0
tools\Microsoft.Windows.SDK.NET.dll
md5: 115C34BA25D6ED4EFB1E6E5539F1A869 | sha1: 0D269662A0EA04DEB9A749A024C98CA709CB705E | sha256: 4CD5CE466CBC87FC5C161D7CF38CDB1155C912B0B621666E7E0AD09D64A63247 | sha512: 69572016915A1360C62350112D6487EBFB541C2031BC9D78E3E2E7051A68568CD201C733CA1C9902E1171459C0D17F74A191DE6634191AA9F735DACF71887F61
tools\mk\SystemTrayMenu.resources.dll
md5: 81674F446637FD64638CDBCFEC348F1E | sha1: CC1C174207BE9232D5A2454B4822333DED80FCF9 | sha256: 4AC80198338E63342FE7FBCE907E842A1F3F12756F855B0A235F261ED90853C9 | sha512: 6E9CA6678AB3CF672126EF84F11D15058B71D1C46BDEC6696B9238770F1CA7B01FE6C310B20B90D6EAB67D6939FA5AA6B591F3A0047BEA64B57B39AC9A6C4E24
tools\ms\SystemTrayMenu.resources.dll
md5: D8FDF0A1E2CFCF8C3341FD2628F38E17 | sha1: B68E56B43107E9769CB6D49B5ECB4979D291E82E | sha256: 2E651656FD8ACE08C7465C15F84D956AD5DC6F908DA54B28D342296F553B168C | sha512: CB75F302E63AE98AF0C69A9003D4CD2F023BBBB164F94F4975F02F418BDB8652F7567305583990BCFF40AEFD6170ADEC3168099E1432253839A83C5C06BA7787
tools\mt\SystemTrayMenu.resources.dll
md5: 0DAE1207DA2EDB3D0D2789240EB37E04 | sha1: DA07436535FF0290B9C169320DE62A8FEEB9EA0A | sha256: 0B75F9D6FCD876F354AB590F14611151245C9C4821A7A7514E336CB1F02F6BE2 | sha512: E998C57CE66658A745E34F9899411C03193256FBC94B1E3E08E0C1E9AF8F1E0D3FDC620A180E4908C465CF96D37090964D93EFC4D2666FA0018EBAA5C89F8614
tools\nl\SystemTrayMenu.resources.dll
md5: A87913049232F5A7794C636EC3081DD1 | sha1: E3B98D837953FBBF9A6CEEC43783490AD750B9AB | sha256: 7520E0B090AA0C7F6E15F5C1E032F491FCCE14476F27E5A819D3DC1FB7C3A893 | sha512: 8E58C6F08AF5BF899E007B6E22365A17C14E50D31936ED4A45375D2C67E4D51BC90C6B54A86F9867E76D3966152E9BFB44BA08126C7EA0B62AE4D41D9A20229F
tools\no\SystemTrayMenu.resources.dll
md5: C91F0596FF2EB90A99318CAC3E24315E | sha1: 56721C276FBDB6AC5FAE324B96A455B3C7F43DAD | sha256: 4741761275349051CFFC1A86866616035DC27EB3EFD458481C761B701414374E | sha512: 3BDDEBDD133E5326AE76C086DF8C96AE142BD6D1EBDE97BC8B5CE89D3B55D2A4C927DA8441CFB22AC5869077B670C02FCA2C195BE5730D9CEC17B2BF87165277
tools\pl\SystemTrayMenu.resources.dll
md5: 4CEF09A0D9C14883917431E709794D2A | sha1: 895898FD8FE27B87F5C34598E794003485190136 | sha256: FB06370E8E13ECDE3D64614EDA01AD6A7CCC3FDBF2F7A03BCE612FD3CD07FC57 | sha512: 758E55BFB2CBED69330D799A1A9E87B8AB2ABA5672DE171F882C384491C158C12710DC6A0C19D89D0214EBB3CBC4A2FBA857CA0F884C102D78711270668BDB14
tools\pt-BR\SystemTrayMenu.resources.dll
md5: A7036FB29B215CB5FDD799B19D0A4E8C | sha1: 37FBC9E309B7F558E24B3D2D20B3ECE6865DD8ED | sha256: 32F90E8564037D05407703B787BBF2EACA36E749499E9F01FDD445A3DBD528A3 | sha512: 1CF8DD7F02576DEB15FF3A86CC371282AD2D2CE618F0E651EA37B9EBFCD528120C2BAA05B1BE496A53E541244E22D0676E342994E23C9109CA0BD17298DAE74A
tools\pt-PT\SystemTrayMenu.resources.dll
md5: 9C6411D3E357E604646C464B9864D9FF | sha1: E953765DF597FF4FC011C9EC873140AC43487761 | sha256: 1A9244D83F777FB894B06FDE4EF2FBBCEEA6469F19D4FA5795CE6144575E41FB | sha512: 87AE93241E12FDA502FCC4E3FA777F85F8C19AF935AEE9B8D409008A94EE2066D61719A3CC4E3636F7E6E06788CC7A75CAE0CDEDD624906256B8AF15FEB96E0D
tools\ro\SystemTrayMenu.resources.dll
md5: C99EDCAC984C5DC45A4350F2B5A19840 | sha1: B2792B79EC1426A0D0C46B8DAF93C6BCA62318F2 | sha256: 5DEF0C495A3B9031C521808FF9E15E48D817CB983F8B0BA9839B8E6578B807E0 | sha512: 565CC2C3C51A2A913FE4BDD39ED5092F666AD952F5FCBC5A2349FF461C0EAA8E3E1663A0B13D7439988520473CF14568C2A52C3634D2D63FF94D1F8B111E7353
tools\ru\SystemTrayMenu.resources.dll
md5: 576DC3FDA43AD405942B50CD90BFBC90 | sha1: 1AA425F05F53E1F9135EF05C19F15111C54FE220 | sha256: 890A0AC586C39322F91EB9A4372940FEB6AA2A4FFFDDCB871047CCC773B7F21A | sha512: 1AB6E5D0B7DCE289015847E4D0E602CEE5F670F12C119CE5592ACE893306F85B0DD3E5704CCA9DC65319258565827C50AD96466660BC6A13283B9AC08C7225F8
tools\runtime.osx.10.10-x64.CoreCompat.System.Drawing.dll
md5: BA50D24FC3E7C47D9AD0F977C927C626 | sha1: 2E0E79DBE6CA9F770D3189F31723193AE05B8D72 | sha256: 0CF2770925C3340FC16AF544A6382E70788469BAA4811FF43B9CF1D397EE4CC8 | sha512: CA9327E737852378B81F428FE756B7238BFD0D30C2CE397858ED461857B2A69B0DE337CE78DE4DCCE403982759D83B85200C9336BAF7B121BBC28F7511D7E672
tools\runtimes\osx-x64\native\libcairo.2.dylib
 
tools\runtimes\osx-x64\native\libfontconfig.1.dylib
 
tools\runtimes\osx-x64\native\libfreetype.6.dylib
 
tools\runtimes\osx-x64\native\libgdiplus-lighthouse.dylib
 
tools\runtimes\osx-x64\native\libgdiplus.dylib
 
tools\runtimes\osx-x64\native\libgif.7.dylib
 
tools\runtimes\osx-x64\native\libglib-2.0.0.dylib
 
tools\runtimes\osx-x64\native\libintl.8.dylib
 
tools\runtimes\osx-x64\native\libjpeg.9.dylib
 
tools\runtimes\osx-x64\native\libpcre.1.dylib
 
tools\runtimes\osx-x64\native\libpixman-1.0.dylib
 
tools\runtimes\osx-x64\native\libpng16.16.dylib
 
tools\runtimes\osx-x64\native\libtiff.5.dylib
 
tools\sk\SystemTrayMenu.resources.dll
md5: 2E5076A342DFBD633317F5BE77E0F51B | sha1: 1D29F91543757F9F4B9586BBC1283AE8CE1B0930 | sha256: 1E1C2325413794ADF007A540ABBD43D0E2E9183AAC662337FD972D23D95E6F65 | sha512: 27DE1D32647C3D1CFCED69518AF4551EE8CB6A96B431001019C0804879EFF940DFD0B8853F373F7660481778B21EDB05043042C6612A84BDBAB8CD9E18E79DAC
tools\sl\SystemTrayMenu.resources.dll
md5: A63D521039F85B7470F208F550100034 | sha1: EEEF18A949AF89A56B52BF7E69127CC6B35EFCD5 | sha256: 227B93E48408C07A131A4B0A1A2BED143AEE3030D15F137C7E56EF2BFC7A977E | sha512: E3639F51D36ACE4D32977114E2E05C10138B1EFB78BAAC29D9157FC17AE8A28CEB1F7F14028B01528CEB3DF056C7C19A7FDF48B19BA71DF8242319D7150111A0
tools\sq\SystemTrayMenu.resources.dll
md5: CE6BB5F6F8C3D9ED05D93F11DC886E60 | sha1: FC77DEEEA0E8FF0776A65086E4F7CED80944C243 | sha256: 6D77717915F7B85CBD96CB1EBAE9ED02813EA72CE8566C1FCD6B520E306B608D | sha512: 0D4876837F7AFA993B451DF17FC884A6382213215F629323608B5C5A748CB863B7EBB3A2346C62BBD71D9CEB1C2D05A090C62B635AAE9DA4D0E5819A5DC8C78A
tools\sr\SystemTrayMenu.resources.dll
md5: 8FDA0C422A06A6DDF343A00AE459F017 | sha1: F62CB6399F87274DC62B11953B5C6F79F5399F69 | sha256: 2320570C8945832A1D2A7F07F5F321C12D984BCB078E5B78AEF68CAEE99EF7E0 | sha512: 684392F9A4C57A775EEE2E05493D7ABFED95BB325C9314A0F2594EE1A20FE65F2CEA487B92DC28C58C2E61B17EF6744A35741D607037B2CB3D13A485C4955B58
tools\sv\SystemTrayMenu.resources.dll
md5: 067E44EFA96C4B7C1CC67D42740E30BB | sha1: 610488F00C8DDE26770A27A4AB0BCF2EEBB9D9E7 | sha256: 393647EA17DC891415D1AAC6518668D59D1202553E1D3BDF5FFCEA8F9581CC9C | sha512: B6AE8B93FEEC67AAE8508A55E4A21B62F3A7BE6A5E5EA1FC38CD1A95F8C078A578FBA59DC49D8DDAFEC6D2549E513798056E535ACE57AB99EFA27B67BB43F279
tools\Svg.dll
md5: 3580CFEB889B9966BC9DF944EF6E4A21 | sha1: EB0550D52048CA9B320F535F867673BA4CCA639B | sha256: E69EF9C23A81E697CA5CC300D47D201CBDF2D9B55505D7E47C8C6BA7B59EA058 | sha512: A0F2CDE88FB156F2CF177C95F84C422387858BDDC630E4211E6CDB320382A160B892D8146EBB09AF57E9AA3E8040F6DA4AD92ED69788B12D655BA91D63D48887
tools\sw\SystemTrayMenu.resources.dll
md5: C010101ED74C67546B7C1F77D5373DE8 | sha1: F5768CA238A1AF6F7C986A176C077F0CD8AF6EDC | sha256: 0A659121D3BE1FA824688A59AA735EE459B18A2E3AAAAFEEF54AB9383A2F40C9 | sha512: 8A81C0C6C56F8003A84A183E2503545D284670BE6376476167D3EB0C67AF556618E84CE02A8BCD626197F62D5D3DD4A7A518921BC74FEEA1605C13331B7CC93E
tools\SystemTrayMenu.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {
      "SystemTrayMenu/1.0.0": {
        "dependencies": {
          "H.InputSimulator": "1.2.1",
          "Microsoft.CodeAnalysis.NetAnalyzers": "6.0.0",
          "StyleCop.Analyzers": "1.1.118",
          "Svg": "3.4.0",
          "Clearcove.Logging": "1.0.0.0",
          "runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.22000.25"
        },
        "runtime": {
          "SystemTrayMenu.dll": {}
        },
        "resources": {
          "af/SystemTrayMenu.resources.dll": {
            "locale": "af"
          },
          "ar/SystemTrayMenu.resources.dll": {
            "locale": "ar"
          },
          "az/SystemTrayMenu.resources.dll": {
            "locale": "az"
          },
          "be/SystemTrayMenu.resources.dll": {
            "locale": "be"
          },
          "bg/SystemTrayMenu.resources.dll": {
            "locale": "bg"
          },
          "bn/SystemTrayMenu.resources.dll": {
            "locale": "bn"
          },
          "ca/SystemTrayMenu.resources.dll": {
            "locale": "ca"
          },
          "cs/SystemTrayMenu.resources.dll": {
            "locale": "cs"
          },
          "cy/SystemTrayMenu.resources.dll": {
            "locale": "cy"
          },
          "da/SystemTrayMenu.resources.dll": {
            "locale": "da"
          },
          "de/SystemTrayMenu.resources.dll": {
            "locale": "de"
          },
          "el/SystemTrayMenu.resources.dll": {
            "locale": "el"
          },
          "eo/SystemTrayMenu.resources.dll": {
            "locale": "eo"
          },
          "es/SystemTrayMenu.resources.dll": {
            "locale": "es"
          },
          "et/SystemTrayMenu.resources.dll": {
            "locale": "et"
          },
          "eu/SystemTrayMenu.resources.dll": {
            "locale": "eu"
          },
          "fa/SystemTrayMenu.resources.dll": {
            "locale": "fa"
          },
          "fi/SystemTrayMenu.resources.dll": {
            "locale": "fi"
          },
          "fr/SystemTrayMenu.resources.dll": {
            "locale": "fr"
          },
          "ga/SystemTrayMenu.resources.dll": {
            "locale": "ga"
          },
          "gl/SystemTrayMenu.resources.dll": {
            "locale": "gl"
          },
          "gu/SystemTrayMenu.resources.dll": {
            "locale": "gu"
          },
          "hi/SystemTrayMenu.resources.dll": {
            "locale": "hi"
          },
          "hr/SystemTrayMenu.resources.dll": {
            "locale": "hr"
          },
          "hu/SystemTrayMenu.resources.dll": {
            "locale": "hu"
          },
          "hy/SystemTrayMenu.resources.dll": {
            "locale": "hy"
          },
          "id/SystemTrayMenu.resources.dll": {
            "locale": "id"
          },
          "is/SystemTrayMenu.resources.dll": {
            "locale": "is"
          },
          "it/SystemTrayMenu.resources.dll": {
            "locale": "it"
          },
          "ja/SystemTrayMenu.resources.dll": {
            "locale": "ja"
          },
          "ka/SystemTrayMenu.resources.dll": {
            "locale": "ka"
          },
          "km/SystemTrayMenu.resources.dll": {
            "locale": "km"
          },
          "kn/SystemTrayMenu.resources.dll": {
            "locale": "kn"
          },
          "ko/SystemTrayMenu.resources.dll": {
            "locale": "ko"
          },
          "la/SystemTrayMenu.resources.dll": {
            "locale": "la"
          },
          "lo/SystemTrayMenu.resources.dll": {
            "locale": "lo"
          },
          "lt/SystemTrayMenu.resources.dll": {
            "locale": "lt"
          },
          "lv/SystemTrayMenu.resources.dll": {
            "locale": "lv"
          },
          "mk/SystemTrayMenu.resources.dll": {
            "locale": "mk"
          },
          "ms/SystemTrayMenu.resources.dll": {
            "locale": "ms"
          },
          "mt/SystemTrayMenu.resources.dll": {
            "locale": "mt"
          },
          "nl/SystemTrayMenu.resources.dll": {
            "locale": "nl"
          },
          "no/SystemTrayMenu.resources.dll": {
            "locale": "no"
          },
          "pl/SystemTrayMenu.resources.dll": {
            "locale": "pl"
          },
          "pt-BR/SystemTrayMenu.resources.dll": {
            "locale": "pt-BR"
          },
          "pt-PT/SystemTrayMenu.resources.dll": {
            "locale": "pt-PT"
          },
          "ro/SystemTrayMenu.resources.dll": {
            "locale": "ro"
          },
          "ru/SystemTrayMenu.resources.dll": {
            "locale": "ru"
          },
          "sk/SystemTrayMenu.resources.dll": {
            "locale": "sk"
          },
          "sl/SystemTrayMenu.resources.dll": {
            "locale": "sl"
          },
          "sq/SystemTrayMenu.resources.dll": {
            "locale": "sq"
          },
          "sr/SystemTrayMenu.resources.dll": {
            "locale": "sr"
          },
          "sv/SystemTrayMenu.resources.dll": {
            "locale": "sv"
          },
          "sw/SystemTrayMenu.resources.dll": {
            "locale": "sw"
          },
          "ta/SystemTrayMenu.resources.dll": {
            "locale": "ta"
          },
          "te/SystemTrayMenu.resources.dll": {
            "locale": "te"
          },
          "th/SystemTrayMenu.resources.dll": {
            "locale": "th"
          },
          "tr/SystemTrayMenu.resources.dll": {
            "locale": "tr"
          },
          "uk/SystemTrayMenu.resources.dll": {
            "locale": "uk"
          },
          "ur/SystemTrayMenu.resources.dll": {
            "locale": "ur"
          },
          "vi/SystemTrayMenu.resources.dll": {
            "locale": "vi"
          },
          "yi/SystemTrayMenu.resources.dll": {
            "locale": "yi"
          },
          "zh-CN/SystemTrayMenu.resources.dll": {
            "locale": "zh-CN"
          },
          "zh-TW/SystemTrayMenu.resources.dll": {
            "locale": "zh-TW"
          }
        }
      },
      "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.22000.25": {
        "runtime": {
          "Microsoft.Windows.SDK.NET.dll": {
            "assemblyVersion": "10.0.22000.24",
            "fileVersion": "10.0.22000.25"
          },
          "WinRT.Runtime.dll": {
            "assemblyVersion": "1.6.0.0",
            "fileVersion": "1.6.2.38681"
          }
        }
      },
      "Fizzler/1.2.1": {
        "runtime": {
          "lib/netstandard2.0/Fizzler.dll": {
            "assemblyVersion": "1.2.1.0",
            "fileVersion": "1.2.1.0"
          }
        }
      },
      "H.InputSimulator/1.2.1": {
        "runtime": {
          "lib/netstandard2.0/H.InputSimulator.dll": {
            "assemblyVersion": "1.2.1.0",
            "fileVersion": "1.2.1.0"
          }
        }
      },
      "Microsoft.CodeAnalysis.NetAnalyzers/6.0.0": {},
      "Microsoft.NETCore.Platforms/5.0.0": {},
      "Microsoft.NETCore.Targets/1.1.0": {},
      "Microsoft.Win32.SystemEvents/5.0.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0"
        }
      },
      "runtime.osx.10.10-x64.CoreCompat.System.Drawing/5.8.64": {
        "runtime": {
          "lib/netstandard2.0/runtime.osx.10.10-x64.CoreCompat.System.Drawing.dll": {
            "assemblyVersion": "5.8.64.0",
            "fileVersion": "5.8.64.0"
          }
        },
        "runtimeTargets": {
          "runtimes/osx-x64/native/libcairo.2.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libfontconfig.1.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libfreetype.6.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libgdiplus-lighthouse.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libgdiplus.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libgif.7.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libglib-2.0.0.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libintl.8.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libjpeg.9.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libpcre.1.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libpixman-1.0.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libpng16.16.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          },
          "runtimes/osx-x64/native/libtiff.5.dylib": {
            "rid": "osx-x64",
            "assetType": "native",
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "StyleCop.Analyzers/1.1.118": {},
      "Svg/3.4.0": {
        "dependencies": {
          "Fizzler": "1.2.1",
          "System.Drawing.Common": "5.0.0",
          "System.Memory": "4.5.4",
          "System.ObjectModel": "4.3.0",
          "runtime.osx.10.10-x64.CoreCompat.System.Drawing": "5.8.64"
        },
        "runtime": {
          "lib/net5.0/Svg.dll": {
            "assemblyVersion": "3.3.0.0",
            "fileVersion": "3.3.9.41547"
          }
        }
      },
      "System.Collections/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Diagnostics.Debug/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Drawing.Common/5.0.0": {
        "dependencies": {
          "Microsoft.Win32.SystemEvents": "5.0.0"
        }
      },
      "System.Globalization/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.IO/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0",
          "System.Text.Encoding": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Memory/4.5.4": {},
      "System.ObjectModel/4.3.0": {
        "dependencies": {
          "System.Collections": "4.3.0",
          "System.Diagnostics.Debug": "4.3.0",
          "System.Resources.ResourceManager": "4.3.0",
          "System.Runtime": "4.3.0",
          "System.Threading": "4.3.0"
        }
      },
      "System.Reflection/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.IO": "4.3.0",
          "System.Reflection.Primitives": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Reflection.Primitives/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Resources.ResourceManager/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Globalization": "4.3.0",
          "System.Reflection": "4.3.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Runtime/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0"
        }
      },
      "System.Text.Encoding/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "System.Threading/4.3.0": {
        "dependencies": {
          "System.Runtime": "4.3.0",
          "System.Threading.Tasks": "4.3.0"
        }
      },
      "System.Threading.Tasks/4.3.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "5.0.0",
          "Microsoft.NETCore.Targets": "1.1.0",
          "System.Runtime": "4.3.0"
        }
      },
      "Clearcove.Logging/1.0.0.0": {
        "runtime": {
          "Clearcove.Logging.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "1.0.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "SystemTrayMenu/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.22000.25": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "Fizzler/1.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-nSudK8LeKSu7T/N/6NVZNjUniMYagfzVo8yT2XwZ9BOVbWYQH3EQ8oviuztJ7AfO8PlRDsYIWboZuzIg94hhzQ==",
      "path": "fizzler/1.2.1",
      "hashPath": "fizzler.1.2.1.nupkg.sha512"
    },
    "H.InputSimulator/1.2.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TyTDfqlAgRGeOqnbV9jRe4NClSHiLuU3MRJ6dcsNV3f3P7Dq9WIj05M9xq8+jpKaL3Wh6xBjxALzD7pQBc9p2g==",
      "path": "h.inputsimulator/1.2.1",
      "hashPath": "h.inputsimulator.1.2.1.nupkg.sha512"
    },
    "Microsoft.CodeAnalysis.NetAnalyzers/6.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-cjG06LMeOADNUeCUaklOfVgrnVkLy80H5PVll4QHDUXv+C+6G9rHczrNdWjfb3xKv3Ts9s4UsP6J2ZWe52Gz4Q==",
      "path": "microsoft.codeanalysis.netanalyzers/6.0.0",
      "hashPath": "microsoft.codeanalysis.netanalyzers.6.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
      "path": "microsoft.netcore.platforms/5.0.0",
      "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/1.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
      "path": "microsoft.netcore.targets/1.1.0",
      "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.SystemEvents/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
      "path": "microsoft.win32.systemevents/5.0.0",
      "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
    },
    "runtime.osx.10.10-x64.CoreCompat.System.Drawing/5.8.64": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Ey7xQgWwixxdrmhzEUvaR4kxZDSQMWQScp8ViLvmL5xCBKG6U3TaMv/jzHilpfQXpHmJ4IylKGzzMvnYX2FwHQ==",
      "path": "runtime.osx.10.10-x64.corecompat.system.drawing/5.8.64",
      "hashPath": "runtime.osx.10.10-x64.corecompat.system.drawing.5.8.64.nupkg.sha512"
    },
    "StyleCop.Analyzers/1.1.118": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Onx6ovGSqXSK07n/0eM3ZusiNdB6cIlJdabQhWGgJp3Vooy9AaLS/tigeybOJAobqbtggTamoWndz72JscZBvw==",
      "path": "stylecop.analyzers/1.1.118",
      "hashPath": "stylecop.analyzers.1.1.118.nupkg.sha512"
    },
    "Svg/3.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-pXAQIOTP56u7hfbMjdKGNlJmOFaPeAGvuYUXJJPIjBJvbs88gig7yC1sRzi8bb5fMyhKI47q9c/h07/bNQ395A==",
      "path": "svg/3.4.0",
      "hashPath": "svg.3.4.0.nupkg.sha512"
    },
    "System.Collections/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
      "path": "system.collections/4.3.0",
      "hashPath": "system.collections.4.3.0.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
      "path": "system.diagnostics.debug/4.3.0",
      "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
    },
    "System.Drawing.Common/5.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
      "path": "system.drawing.common/5.0.0",
      "hashPath": "system.drawing.common.5.0.0.nupkg.sha512"
    },
    "System.Globalization/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
      "path": "system.globalization/4.3.0",
      "hashPath": "system.globalization.4.3.0.nupkg.sha512"
    },
    "System.IO/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
      "path": "system.io/4.3.0",
      "hashPath": "system.io.4.3.0.nupkg.sha512"
    },
    "System.Memory/4.5.4": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
      "path": "system.memory/4.5.4",
      "hashPath": "system.memory.4.5.4.nupkg.sha512"
    },
    "System.ObjectModel/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
      "path": "system.objectmodel/4.3.0",
      "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
    },
    "System.Reflection/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
      "path": "system.reflection/4.3.0",
      "hashPath": "system.reflection.4.3.0.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
      "path": "system.reflection.primitives/4.3.0",
      "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
      "path": "system.resources.resourcemanager/4.3.0",
      "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
    },
    "System.Runtime/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
      "path": "system.runtime/4.3.0",
      "hashPath": "system.runtime.4.3.0.nupkg.sha512"
    },
    "System.Text.Encoding/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
      "path": "system.text.encoding/4.3.0",
      "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
    },
    "System.Threading/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
      "path": "system.threading/4.3.0",
      "hashPath": "system.threading.4.3.0.nupkg.sha512"
    },
    "System.Threading.Tasks/4.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
      "path": "system.threading.tasks/4.3.0",
      "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
    },
    "Clearcove.Logging/1.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\SystemTrayMenu.dll
md5: FBEE455C6AD65149D94781A67F8B1DC8 | sha1: 769F41F583E0ED5D5874D272DE8D4455C708474F | sha256: FC9BFE94DE8DC8EFB5CC15F81E47DF2CFAB3EADDECA3E1E4D4C5574407BF3B7E | sha512: 4BC1525D81176FFEEFF033CABCF3F01AF8157714507FA2A3DC990C2B4B4BC5E3203E9A393F31BCFE6D60D1D788AFBECFABCF787C13DB673EDE7940C700DD6005
tools\SystemTrayMenu.dll.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" >
            <section name="SystemTrayMenu.Properties.Settings" type="System.Configuration.ClientSettingsSection, System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
    </configSections>
</configuration>
tools\SystemTrayMenu.exe
md5: 04079964C9D47459CF1D4DD83B9DBFB2 | sha1: B05EA281F687D8C638AE0801A6E507A4737D20FD | sha256: 43A0E374E04E4EB336A022AF20967EFC055229DE5980A5337F9969C443A547B9 | sha512: 26D361FF02822E46B46DCAC08295D8194A08B5CE9A5CCCC0DA918762F22A0F0DA980FEFFA9069C630948C100DAFD4338B3D0955E6FA1714EE4FA0B800B0AA070
tools\SystemTrayMenu.pdb
 
tools\SystemTrayMenu.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.0"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "6.0.0"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
tools\ta\SystemTrayMenu.resources.dll
md5: B1FA8D1A1E700D799E5CD07E14D83D6A | sha1: C8ECA159F01959E3AAEE72EA96651E8C9F9761A7 | sha256: 69883339551BB8B98A825A1871325B04D66FADD82CD74466CF11BEE840A2DE50 | sha512: 22EC1F3F2858873BF16230B4DB7EE8F995738AD3B542720A4C0693D1374F0EA6FE19965ED97942C76F192675E3747006FBB3589C0EB938156C60991733047492
tools\te\SystemTrayMenu.resources.dll
md5: 703A27CB1D1278E92A1A0713C96894F2 | sha1: 9DAEDF5049707F7B47469B0F15536180F65376B2 | sha256: 62AD440603F9A79B72E747BC142187AE8D7A7015C484B533078FF1A85EFD413B | sha512: 5D0A6BDF9453AE904A7E64CE7AFE85F7DD5B3162011347D82238191993DE32F328A6AC9B2F6BE5CAAA18BB6424ADC4250559941F8AA9B45E8BD6D66434BD2897
tools\th\SystemTrayMenu.resources.dll
md5: 43B763494D87C5EB6D45DEE7C3EDB6A6 | sha1: 4388C17F0595D8A46B944CBDF05153F55E0F1AE4 | sha256: 27DD28CF960597544CE279BB31DA2BB14B83712170EBE1C2A588B5E7C86165F0 | sha512: 59A4C35E6B19A428850E3BF29FE5DC2B5648B3069C5B2CB6FEA780FC651728F2A58A840CAD76AEFA5AD7A91C23357A4FBCBFF4DC50B371887E3D62EFE5702841
tools\tr\SystemTrayMenu.resources.dll
md5: DA619DD1B93FE7E66C5FC22207869652 | sha1: 01BE12C84A5D5D50E0E43C7784D670CCAA8151D9 | sha256: 41883352E7DA9573534104EE24FAD94B471B484318DE40CA44BB9C93D4CF829C | sha512: 2EDB0E0DB22C7555411924E9A1268700D3BB69288C7EDC300B069190D363705A74FC6126E0FF117FE3E7C600FEEB78E8A51C09532FA8520E99FEC269A8D195AF
tools\uk\SystemTrayMenu.resources.dll
md5: C23CEA0D78CD96AEB8DBAB5CDE7D9A3E | sha1: 1BD6126890EE7CBB5FA951118B0B7DC5EE800471 | sha256: 55250FC2A6BDC7B3AEDA8A746FC867E761DBE6E082FB3D7C90092C886A6D3153 | sha512: 7C5A3F3D301D1A0BDB6C7C772CCD33FC202A8E4BEBBB3514274B220010A3DFDC27F7A37E647C553195E02555CAF44C1FE5512550B9CC02CE32480C043689EEA1
tools\ur\SystemTrayMenu.resources.dll
md5: CDC61F178CEB6B11CB987A22BEA0347C | sha1: 4E3E5F19B5C8A21EAE3E3A6EA8EECBA5122464A9 | sha256: 02CF22BB50A0E3C1B5BB12551F38B34F0C0DDFA5F3791359FB6E37A316874A63 | sha512: B4FBFF1D12CFAF2CCAC71B37B68BC8AA1389C7C01BCEF37A3E7304173557131F2619B9966DDFFF5503C9907418C239F38FA6DB8F97DCC1BD209EAF0F1F43CBA1
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the software vendor (author) Markus Hofknecht himself. Any binaries will be identical to other package types published by the project, in particular the GitHub Azure Release Pipeline, which releases on GitHub.


Package can be verified like this:

1.	Download the following archive:
	https://github.com/Hofknecht/SystemTrayMenu/releases/download/v1.2.0.0/SystemTrayMenu-1.2.0.0.zip

2.	You can use one of the following methods to obtain the SHA256 checksum:
	- Use powershell function 'Get-FileHash'
	- Use Chocolatey utility 'checksum.exe'

	checksumType  = 'sha256'
	checksum: 9A00BE24DDD941A15B6AFEC521F454DA485C0C0BB955DF5DA6EF89D98D789E5E
tools\vi\SystemTrayMenu.resources.dll
md5: D843B432AF0959304C421A4C907E3FF0 | sha1: 904A8ABE40CE3D1656CFE10167D9A8899A1D6C99 | sha256: 9A5063BE10BD4DA1177A56361A5B76F5B7C8D82566889CA4EF1A5898ED5B05CF | sha512: D3F42E9902C3119571FF4B5E9011893FC547F1A9CB0518FEA866031DFF0052E1B24F1774415EBED3082E2D1E8992FE26B083436860CB4B20C6282BADA20FC4DA
tools\WinRT.Runtime.dll
md5: A34F7CB660CA3704777B2F70392985EA | sha1: 88F78B797C24245E9093A1D554D74B674B463F2C | sha256: 552F08CBE3D465E1E245622B03DD176E8987C3B5F9E4B0D3FE3BD7C741DA30BA | sha512: 8D0CD164708E1992B65A24A2C54ACB9CAC2F48A19E68D3D14F613FA8672B648631EB88A3DC45A8F07AA51A2CCEB352715FBFC054301EA1ECE884F694CBE474A4
tools\yi\SystemTrayMenu.resources.dll
md5: E0E4861A3039DCE78DDDB7EE3C187198 | sha1: 382BB105EF27134C7C212799CD8F3E7FD3F7AB84 | sha256: F6FB3CA214D5E787216967107CD0063E1D400246BBF277CBB9179A3CD954C2BD | sha512: D342D0F08333DB7BBB54F33CC8B59C0618BF84FCAADAACD5E6C2177A12034122A98092510480ECAC1AA5E01E8EDF9A8E81D1D907195BE24D76153B69B2DA57B9
tools\zh-CN\SystemTrayMenu.resources.dll
md5: EEA3F936532C4BBF59FB603F981EBEBA | sha1: FE5C2FC5C9ED025B569B9CDAE020D55A686B75F4 | sha256: 7EBF6191F302F81DE6B9535CEC0F65C2B5651661DC69AB877EDCA325CA821437 | sha512: F3DAE00E9D50088DC1DB1D164CF0CEE08103F26802834416B51AB1060704765DD526901D22E2DE0A1DBC5E1E0D1ECE760BD5DE0610C2C79E87E28E2403DC6B4C
tools\zh-TW\SystemTrayMenu.resources.dll
md5: B03364B1B448F265B567B2E56F647315 | sha1: E68B1F20583D73B6E2F55663F8947750C42D8887 | sha256: 38525D778BE5B898D9E049EDE26F3325E9BD81AC5B5C3C51FBCDB353F32BF063 | sha512: EC924D4DE3FDC219420613D1A1AC35589F14F786195E05D0C1D8331ACDFEDDCF716EBFF165608A1EE85FAAC161C5B68D49E26F28F3212B4BB2269AC49355822A

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
SystemTrayMenu 1.3.3.0 83 Friday, August 25, 2023 Approved
SystemTrayMenu 1.3.2.0 360 Monday, October 24, 2022 Approved
SystemTrayMenu 1.3.0.0 115 Tuesday, July 12, 2022 Approved
SystemTrayMenu 1.2.9.0 161 Tuesday, March 1, 2022 Approved
SystemTrayMenu 1.2.6.0 122 Monday, February 7, 2022 Approved
SystemTrayMenu 1.2.5.0 121 Monday, February 7, 2022 Approved
SystemTrayMenu 1.2.4.0 127 Sunday, February 6, 2022 Approved
SystemTrayMenu 1.2.3.0 106 Saturday, February 5, 2022 Approved
SystemTrayMenu 1.2.0.0 132 Saturday, February 5, 2022 Approved

This package has no dependencies.

Discussion for the SystemTrayMenu Package

Ground Rules:

  • This discussion is only about SystemTrayMenu and the SystemTrayMenu package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or SystemTrayMenu, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus