This Windows Forms application is designed to launch another program, "Airplayer" and hide its window upon launch. After completing these actions, the application will exit.
- Launches the "Airplayer" program with specified parameters.
- Choice latest version of protocol.
- Hides the window of the "Airplayer" program upon launch.
- Exits automatically after completing this tasks.
- If you want to use it, and don't want to chanhe anything, just download the latest relkease and go to step 4
- Download or clone the repository to your local machine.
- Open the solution in Visual Studio.
- Build the solution to generate the executable (
AirPlayerRunner.exe
). - Put original (
AirPlayer.exe
) in the same folder. You can use international english version or chinese version. - Make in windows Task Scheduler a task to run the file AirPlayerRunner.exe on windows start with admin privileges.
- Enjoy automatically start.
- Administrator Privileges: Ensure that the application is run with administrative privileges to enable launching and hiding of the "Airplayer" program's window.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! If you find any issues or would like to suggest improvements, please feel free to create an issue or submit a pull request.
This project utilizes:
- C# (.NET Framework) for the Windows Forms application.
- MIT License for open-source licensing.