Skip to content

RubavathyImmanuvel/StartupManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StartupManager

Startup Manager is a WPF application built using C# and .NET Framework. This tool allows you to manage your startup programs by adding and removing entries from the Windows registry, where startup programs are listed.

Features

View Startup Programs: Displays a list of all programs set to run at startup.
Add Startup Program: Allows the user to add a new program to the startup list.
Remove Startup Program: Allows the user to remove an existing program from the startup list.

Requirements

.NET Framework
Windows operating system

Prerequisites

Ensure you have the following installed on your machine:
Visual Studio
.NET Framework

Installation

Clone the repository: git clone https://github.com/RubavathyImmanuvel/StartupManager.git
Open the solution file StartupManager.sln in Visual Studio.
Build the solution to restore the necessary packages.

Running the Application

In Visual Studio, set StartupManager as the startup project.
Run the project (F5 or Debug -> Start Debugging).

Usage

Viewing Startup Programs

Upon launching the application, you will see a list of all the programs that are set to run at startup.

Adding a Startup Program

Click the Add button.
Select the executable file you want to add to the startup list.
The selected program will be added to the startup list and displayed in the UI.

Removing a Startup Program

Select a program from the list.
Click the Remove button.
The selected program will be removed from the startup list.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request for any features, bug fixes, or enhancements.
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published