Run application on startup
问题 i am wondering if its possible to solve this problem. Ive got qt application and if user tick the checkbox, i want this application to launch on startup of operating system. Ive already googled, and ive come up with this solution> my QT application needs admin privileges in order to modify registry, so create manifest file ( <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> ) 2.apply this command mt -manifest manifestfile -outputresource:binfile.exe;1 3.use this piece