Giter Site home page Giter Site logo

Comments (10)

badO1a5A90 avatar badO1a5A90 commented on May 13, 2024 3

方式很多,如
建立一个hiderun.vbs文件,放在xray.exe同一目录
编辑内容为

CreateObject("WScript.Shell").Run "xray.exe",0

运行此vbs即可

from xray-core.

yezige avatar yezige commented on May 13, 2024 3

win平台可以用powershell写脚本,用 -WindowStyle Hidden 参数

$currpath = Split-Path -Parent $MyInvocation.MyCommand.Definition
Start-Process -FilePath "${currpath}/core-xray/xray.exe" -ArgumentList "-config ${currpath}/config/blacklist-xray.json" -WindowStyle Hidden

from xray-core.

shenlijun avatar shenlijun commented on May 13, 2024 1

发v1.0.0前简单研究过,Windows无层次可以通过多种其他方式来实现,所以没有增加编译wxray.exe的计划。

但还是建议增加一下wxray.exe,方便不同需求的用户直接使用

参看 @badO1a5A90 关于vbs的描述,一分钟的事,然后放个快捷方式到shell:startup里面,就可以开机启动了

from xray-core.

RPRX avatar RPRX commented on May 13, 2024

发 v1.0.0 前简单调研过,Windows 无窗体可以通过多种其它方式来实现,所以没有增加编译 wxray.exe 的计划。

from xray-core.

badO1a5A90 avatar badO1a5A90 commented on May 13, 2024

也可以通过创建window服务/计划任务等方式实现,亦可借助一些专门的后台运行的工具(不太必要)

from xray-core.

RPRX avatar RPRX commented on May 13, 2024

其实常见的 bat 批处理头加行 @echo off 也行,不过好像会闪一下。更推荐 vbs,简洁且似乎不会闪(待证实

from xray-core.

badO1a5A90 avatar badO1a5A90 commented on May 13, 2024

其实常见的 bat 批处理头加行 @echo off 也行,不过好像会闪一下。更推荐 vbs,简洁且似乎不会闪(待证实

完全无感

from xray-core.

rampageX avatar rampageX commented on May 13, 2024

CHP.EXE (Create Hidden Process)

http://www.commandline.co.uk/chp/

from xray-core.

fxfxy avatar fxfxy commented on May 13, 2024

其实常见的bat批处理头加行@echo off也行,不过好像会闪一下。更推荐vbs,简洁且似乎不会闪(待确认)

完全无感

运行卡顿的电脑会闪一下

from xray-core.

fxfxy avatar fxfxy commented on May 13, 2024

发v1.0.0前简单研究过,Windows无层次可以通过多种其他方式来实现,所以没有增加编译wxray.exe的计划。

但还是建议增加一下wxray.exe,方便不同需求的用户直接使用

from xray-core.

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.