Coder Social home page Coder Social logo

Comments (3)

SunshineboyZj avatar SunshineboyZj commented on May 27, 2024

The MSIX version can start automatically, but it cannot start silently and cannot add the autostart startup parameter like exe. Can you fix this problem,thank you

from localsend.

HalCyonNJ avatar HalCyonNJ commented on May 27, 2024

The latest MacOS version also can't start silently, But as myself I didn't restart the system frequently so. It will be nice if you guys add this little extra. Thanks for the app btw, It really helps me alot!

from localsend.

Mapaler avatar Mapaler commented on May 27, 2024

The MSIX version can start automatically, but it cannot start silently and cannot add the autostart startup parameter like exe. Can you fix this problem,thank you

I found a way to make the installation version start minimized.
#71 (comment)

经过试验,部分解决了安装版问题,在CMD里运行如下命令即可静默启动安装版
By experimentation, the problem for installation version is partially solved, and the following command can be run in CMD to silently start.
start "" "shell:AppsFolder\11157TienDoNam.LocalSend_g71aj367vb7ze!localsendapp" "autostart"
CTFX-PC_0250

所以启动快捷方式或者注册表启动只需要使用cmd /c参数传入这个命令就能实现。缺点是会闪现一次cmd窗口。
So startup by shortcut or registry can be achieved by passing this command in thecmd /cparameter. The disadvantage is that the cmd window will flash once.
cmd /c start "" "shell:AppsFolder\11157TienDoNam.LocalSend_g71aj367vb7ze!localsendapp" "autostart"
CTFX-PC_0251
regedit_2023-09-19_22-01-14

参考 | References

from localsend.

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.