{"id":21310014,"url":"https://github.com/bip901/runonstartup","last_synced_at":"2025-07-11T23:31:11.801Z","repository":{"id":183520002,"uuid":"670286141","full_name":"Bip901/RunOnStartup","owner":"Bip901","description":"A cross-platform .NET library to register programs to run at computer startup.","archived":false,"fork":false,"pushed_at":"2024-06-22T10:38:37.000Z","size":19,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-01T20:29:21.586Z","etag":null,"topics":["autostart","cross-platform","dotnet","dotnet-core","linux","startup-applications","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bip901.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-24T17:49:28.000Z","updated_at":"2024-06-22T10:39:03.000Z","dependencies_parsed_at":"2023-09-23T08:48:01.936Z","dependency_job_id":null,"html_url":"https://github.com/Bip901/RunOnStartup","commit_stats":null,"previous_names":["bip901/runonstartup"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bip901%2FRunOnStartup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bip901%2FRunOnStartup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bip901%2FRunOnStartup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bip901%2FRunOnStartup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bip901","download_url":"https://codeload.github.com/Bip901/RunOnStartup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225769371,"owners_count":17521258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autostart","cross-platform","dotnet","dotnet-core","linux","startup-applications","windows"],"created_at":"2024-11-21T17:11:57.480Z","updated_at":"2024-11-21T17:11:58.147Z","avatar_url":"https://github.com/Bip901.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RunOnStartup\n\n[![NuGet version](https://img.shields.io/nuget/v/RunOnStartup.svg)](https://www.nuget.org/packages/RunOnStartup/)\n\nA cross-platform .NET library to register programs to run at computer startup.\n\n# Usage\n\n```csharp\nusing RunOnStartup;\n\n// Define a unique key - this string will identify your program to unregister later\nconst string UNIQUE_NAME = \"cool-executable-42dad1492ea57616\";\n\n// Register an executable to run whenever the current user signs in\nRunOnStartupManager.Instance.Register(UNIQUE_NAME, @\"/path/to/executable\", allUsers: false);\n\n// To unregister:\nRunOnStartupManager.Instance.Unregister(UNIQUE_NAME, allUsers: false);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbip901%2Frunonstartup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbip901%2Frunonstartup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbip901%2Frunonstartup/lists"}