Guest Share Posted June 12, 2015 I simply cannot get it to work. sc create BorderlessGaming binPath= "C:\Program Files\Borderless Gaming\BorderlessGaming.exe" type= interact type= own start= autoWindows keeps whining about Error 1053. I also tried to manually add -scv as a parameter through the registry editor. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ServicesRight now the service is disabled, as it'll be deleted once I disconnect from my current user. I used these commands. Then disconnected from the user to remove the service, if anyone needs to know this is how. sc stop borderlessgaming sc delete borderlessgaming sc query // Shows a list of every Windows service.I also tried using NSSM. To get the GUI up, CD to the NSSM executable and run this. nssm install ServiceName // Adds a default name to the service, ServiceName is optional, it's a placeholder name I wrote.If you wish to delete the service then use. nssm delete ServiceName Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted June 12, 2015 Is there any way to force the service to start as an administrator? Reply (Quote) Link to comment Share on other sites More sharing options...
Mars icecream 57 Share Posted June 12, 2015 ​It would easier to troubleshoot if you were using Windows in English. Reply (Quote) Link to comment Share on other sites More sharing options...
Mirh 103 Share Posted June 13, 2015 http://stackoverflow.com/questions/27263901/how-to-run-a-program-from-windows-service-with-administrator-privileges https://social.msdn.microsoft.com/Forums/en-US/7c146f5c-7873-4f4f-a59e-4fa550625556/ You may try to authenticate the service with local service account. But it may require the application to be signed with 7 and newer windows Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted June 13, 2015 I've kinda given up on this, I'll just start the stupid thing manually. I'll just learn C# and write the stupid service in Visual Studio instead. Reply (Quote) Link to comment Share on other sites More sharing options...
Mirh 103 Share Posted June 14, 2015 Ok I created an issue Make sure to follow it. Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted June 20, 2015 Thanks I guess. Reply (Quote) Link to comment Share on other sites More sharing options...
Garrett 214 Share Posted June 22, 2015 Can't you just put it in the startup folder? Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted June 22, 2015 No as Windows 8 refuses to launch any programs at startup which require the admin thingy. Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted July 30, 2015 It's fixed, hurray. I only tried it on Windows 10 but dear god, BG is going to be so convenient right now. I edited my post as I didn't have anything with the author, I was just annoyed that I couldn't get it to work. Reply (Quote) Link to comment Share on other sites More sharing options...
Mars icecream 57 Share Posted August 2, 2015 ​ It's fixed, hurray. I only tried it on Windows 10 but dear god, BG is going to be so convenient right now. I edited my post as I didn't have anything with the author, I was just annoyed that I couldn't get it to work. Do you mean that the programs that require administrator privileges can now be started automatically on Windows 10? I've moved shortcuts to startup folder, but Borderless Gaming, Flawless Widescreen and SourceGL still won't start with Windows. ​If not, how did you solve this issue? ​ ​ Reply (Quote) Link to comment Share on other sites More sharing options...
Guest Share Posted August 2, 2015 Sadly, no, only the version without admin rights. Reply (Quote) Link to comment Share on other sites More sharing options...
Mars icecream 57 Share Posted August 3, 2015 Sadly, no, only the version without admin rights. Hmm, does that work well enough? Reply (Quote) Link to comment Share on other sites More sharing options...
Mirh 103 Share Posted August 6, 2015 ​Do you mean that the programs that require administrator privileges can now be started automatically on Windows 10? I've moved shortcuts to startup folder, but Borderless Gaming, Flawless Widescreen and SourceGL still won't start with Windows. ​If not, how did you solve this issue? It'd suggest you could open issues like mine above on their bug trackers Reply (Quote) Link to comment Share on other sites More sharing options...
Mars icecream 57 Share Posted December 11, 2016 Hmm, does that work well enough? Borderless Gaming often doesn't work at all without administrator rights. Reply (Quote) Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.