• 如果已使用Windows一段时间,然后是一个很好的机会,你有一个很伟大的事业,在启动时运行。 虽然这是确定的大多数应用程序已经安装的事实是,有一些将是很好的开始,甚至在你登录在计算机。 简单地说,这将是巨大的,如果这些应用程序的运行为Windows服务。

    顾名思义,RunAsService是命令线工具,设计来帮助你改变任何应用你的电脑上安装运行为服务。

    你可以开始通过打开的首选控制台打字的RunAsService安装[Name][显示名称]PathToExecutable命令。 的名字指的是节目的名称,但如果你选择不指定它,再应用程序默认的名称的可执行的。 正如你可能暗示,显示名要求你要预览中列出的服务在标准的Windows服务。 该PathToExecutable意味着位置的应用程序的要运行为服务。

    因为你期望的,当你决定卸载应用程序,你需要的只是需要指定名称的服务。

    如果你只是需要的应用程序移动到另一个位置,那么这是重要的是要注意,需要使用fixservices命令,否则所有安装的服务停止工作。 开发国家的工具,需要在同一位置所有的时间,但如果需要移动它,它可以解决通过上述命令。

    所有的一切,RunAsService是一个可靠的工具,使得能够改变你的一些最有用的工具进入服务开始计算机上运行,甚至在你登录。

    应用程序服务的运行程序,因为服务体系的调整应用程序服务的可执行的调整

  • यदि आप का उपयोग कर रहा है विंडोज के लिए एक समय है, तो वहाँ एक अच्छा मौका है कि आप का एक बहुत कुछ है महान उपयोगिताओं कि स्टार्टअप पर चलाने. जबकि यह ठीक है, ज्यादातर के लिए आवेदन आप को स्थापित किया है, सच्चाई यह है कि वहाँ कुछ कर रहे हैं कि अच्छा होगा शुरू करने के लिए, यहां तक कि इससे पहले कि आप में लॉग इन करने के लिए कंप्यूटर. यह डाल करने के लिए बस, यह बहुत अच्छा होगा अगर उन क्षुधा चला जाएगा, के रूप में एक Windows सेवा है ।

    के रूप में नाम का सुझाव है, RunAsService है एक कमांड लाइन उपकरण के डिजाइन में मदद करने के लिए आप में ट्रांस्फ़ॉर्म किसी भी आवेदन अपने पीसी पर स्थापित करने के लिए चलाने के लिए एक सेवा के रूप में.

    आप प्राप्त कर सकते हैं शुरू कर दिया खोलने के द्वारा पसंदीदा कंसोल और टाइप RunAsService स्थापित [नाम] [प्रदर्शन नाम] PathToExecutable आदेश. नाम को संदर्भित करता है प्रोग्राम का नाम है, लेकिन यदि आप नहीं चुनते हैं, यह निर्दिष्ट करने के लिए, तो अनुप्रयोग को डिफ़ॉल्ट नाम के निष्पादन योग्य है. के रूप में आप शायद संकेत दिया है, तो प्रदर्शन नाम पर जोर देता है कि आप चाहते हैं पूर्वावलोकन करने के लिए सेवा में सूचीबद्ध मानक Windows सेवाओं. के PathToExecutable का तात्पर्य आवेदन के स्थान आप चाहते हैं के रूप में चलाने के लिए एक सेवा है ।

    के रूप में आप उम्मीद करेंगे, जब आप तय करने के लिए स्थापना रद्द करें आवेदन, आप की जरूरत है बस नाम निर्दिष्ट करने की जरूरत की सेवा.

    मामले में तुम बस जरूरत करने के लिए एप्लिकेशन को स्थानांतरित करने के लिए एक और स्थान है, तो यह महत्वपूर्ण है ध्यान दें करने के लिए कि आप की जरूरत का उपयोग करने के लिए fixservices आदेश, के रूप में अन्यथा सभी स्थापित सेवाएँ कार्य करना बंद करो । डेवलपर कहा गया है कि उपकरण की जरूरत है होना करने के लिए एक ही स्थान पर सब समय है, लेकिन अगर आप की जरूरत है इसे स्थानांतरित करने के लिए, इसे हल किया जा सकता है के माध्यम से aforementioned के आदेश.

    सब सब में, RunAsService एक विश्वसनीय उपकरण है कि सक्षम बनाता है को बदलने के लिए अपने कुछ सर्वाधिक उपयोगी उपकरणों में सेवाएं शुरू है कि आपके कंप्यूटर पर चल रहे यहां तक कि इससे पहले कि आप में लॉग इन करें.

    आवेदन सेवा करने के लिए एप्लिकेशन को चलाने के लिए के रूप में सेवा प्रणाली tweak आवेदन सेवा Tweak निष्पादन योग्य

  • If you have been using Windows for a while, then there is a good chance that you have a lot of great utilities that run at startup. While this is OK for the most application you have installed, the truth is that there are some that would be nice to start even before you log in to the computer. To put it simply, it would be great if those apps would run as a Windows service.

    As the name suggests, RunAsService is a command line tool designed to help you transform any application installed on your PC to run as a service.

    You can get started by opening the preferred console and typing the RunAsService install [Name] [Display Name] PathToExecutable command. The name refers to the name of the program, but if you choose not to specify it, then the app takes the default name of the executable. As you probably hinted, the display name entails that you want to preview the service listed in the standard Windows services. The PathToExecutable implies the location of the application you want to run as a service.

    As you would expect, when you decide to uninstall the application, you need simply need to specify the name of the service.

    In case you just need to move the app to another location, then it is important to note that you need to use the fixservices command, as otherwise all installed services stop working. The developer states that the tool needs to be on the same location all the time, but if you need to move it, it can be resolved via the aforementioned command.

    All in all,  RunAsService is a reliable tool that enables to transform some of your most useful tools into services that start running on your computer even before you log in.

    Application to service Run app as service System tweak Application Service Tweak Executable