Git Product home page Git Product logo

Comments (3)

Oxalin avatar Oxalin commented on July 20, 2024

It is not a bug. The app is registered with a given path when being registered. If this path is changed, Windows, or any other OS, will not be able to find the app where it was registered.

What you would have to do is to support this at the app level if you intend to change from one to the other.

Or am I missing something?

from node-auto-launch.

Oxalin avatar Oxalin commented on July 20, 2024

Oh, I think I see what you mean. The registry key should be recreated when disabling and re-enabling auto-launch.

Could you have a look where the registry key is written (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run) and look at the entries? When enabling, an entry should be added; when disabling, the entry should be removed. Since it's the same app, the previous key should be deleted when disabling and recreated with the new path when re-enabling (if the appName is the same, which is used as the description of the entry).

from node-auto-launch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.