Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to run on startup UNLESS...?

  • 15-02-2012 5:52pm
    #1
    Registered Users, Registered Users 2 Posts: 482 ✭✭


    Anyone know how I can get a program (e.g. LogMeIn) to run on startup ONLY if I'm not at my computer? (e.g. when Windows starts, I want it to be an option to run programs A, B and C unless I click 'cancel')?

    I've tried some startup programs, but the best I can do is delay a program for x amount of time. No option to cancel certain programs on startup, or let them run if no input.

    Thanks for any tips!


Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,567 Mod ✭✭✭✭Capt'n Midnight


    LogMeIn is a service will start when the PC starts,
    you can then stop the service by putting a shortcut in your startup folder

    on a command line type
    net start

    you should see a logmein service

    net stop nameofservice

    should stop it

    put that line in a text fill called stopme.bat and put it in your startup folder

    you will need to reboot to have logmein again
    (or make a batch file with net start thingy in it)


  • Registered Users, Registered Users 2 Posts: 482 ✭✭davenewt


    Thanks.

    How would I tie the 'net stop x' command to a requester, to execute unless I click 'cancel' to exit the bat file? I know that's probably very simple... :)

    Seems backwards to let it run then stop it, but hey ho. Or... in that case, could I change the service to 'stopped' by default (run manually), tell LMI not to run on startup, and instead put a similar batch file into the startup to 'net start x' and run the LMI components unless I click a requester?


  • Registered Users, Registered Users 2 Posts: 86,729 ✭✭✭✭Overheal


    If I can ask, why do you need this? logmein takes minimal resources in standby mode, and as a security concern the client can't be accessed except by pre-vetted users, since you have to have the computer added to their account. Additional security measures are in the logmein program control panel.

    Though while we're on the subject: is it possible to Wake on LAN a desktop machine that uses wireless, not ethernet?


  • Registered Users, Registered Users 2 Posts: 482 ✭✭davenewt


    Ah, logmein was an example. Call it dumb curiosity :) I'd like to know how it could be done, as I'm sure it's quite easy... maybe there's other programs that would be good to run on startup if the computer's unattended. Backups, defrags, I dunno. Would just like to be able to do it :)

    I can suggest an answer to your other question about Wake On Lan via wireless. I thought I'd be able to do it, enabled WoL in the BIOS, downloaded the iPhone app, but no dice. If that's possible then I'd like to know, too :)


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,567 Mod ✭✭✭✭Capt'n Midnight


    Overheal wrote: »
    Though while we're on the subject: is it possible to Wake on LAN a desktop machine that uses wireless, not ethernet?
    Only if supported by the BIOS & hardware.

    look into remote control power switches and have the comuter startup after power loss in , bios setting


  • Advertisement
Advertisement