• 在计算机结果上同时执行多项任务,从逻辑上讲,在所有有关程序中分享系统的资源。 有些进程比其他进程需要更多的资源,有时需要将资源转用于不同的进程。 软件是针对这种情况设计的,为您提供了一种对运行过程获得更多控制的活泼.

    正如其名称所明确暗示的,软件可以暂停运行进程,允许您将资源,无论是网络相关,CPU还是内存电源,重定向到另一个活动进程. 与其强迫资源需求进程终止,不如用"软件"中止,这样可以在后期恢复.

    在基于控制台的应用程序的PsTools集合中,软件既可用于32位架构,也可用于64位架构. 用法很简单,特别是因为语法在发射时会向您仔细解释.

    软件为当地和远程工作站工作。 牢记用户名和密码可能需要登录到远程PC. 如果密码被省略, 您会得到一个输入的提示 。

    要中止一个进程,你只需要输入目标计算机(无论有无所需证书),并提供进程ID或名称作为参数. 恢复它需要相同的命令,除非您添加了“-r”参数。

    软件有利于系统管理员,他们需要密切控制运行过程,以确保资源被分配到你想要的地方。 停止一个进程,而不是结束或终止它,在资源再次到位时,可以稍后恢复它。

    .

  • कंप्यूटर परिणामों पर एक ही समय में कई कार्यों को पूरा करना, तार्किक रूप से, सभी संबद्ध प्रक्रियाओं के बीच सिस्टम के संसाधनों को साझा करना। कुछ प्रक्रियाओं को दूसरों की तुलना में अधिक संसाधनों की आवश्यकता होती है और ऐसी स्थितियां हो सकती हैं जब संसाधन को एक अलग प्रक्रिया में पुनर्निर्देशित करने की आवश्यकता होती है। सॉफ्टवेयर ऐसी स्थितियों के लिए डिज़ाइन किया गया था, जो आपके लिए चल रही प्रक्रियाओं पर अधिक नियंत्रण प्राप्त करने के लिए एक व्यर्थ प्रदान करता है।

    जैसा कि इसका नाम स्पष्ट रूप से बताता है, सॉफ्टवेयर चल रही प्रक्रियाओं को निलंबित कर सकता है, जिससे आप संसाधनों को पुनर्निर्देशित कर सकते हैं, चाहे वह नेटवर्क से संबंधित हो, सीपीयू या मेमोरी पावर दूसरे सक्रिय प्रक्रिया में हो। संसाधन नष्ट करने की प्रक्रिया को समाप्त करने के बजाय, आप इसे सॉफ्टवेयर के साथ निलंबित कर सकते हैं, जो बाद में इसे फिर से शुरू करना संभव बनाता है।

    सॉफ्टवेयर कंसोल आधारित अनुप्रयोगों के PsTools संग्रह में 32 बिट और 64 बिट आर्किटेक्चर दोनों के लिए उपलब्ध है। उपयोग सरल है, खासकर जब से वाक्यविन्यास आपको शुरू करने के लिए सावधानीपूर्वक समझाया गया है।

    सॉफ्टवेयर स्थानीय और दूरस्थ कार्य केंद्र दोनों के लिए काम करता है। ध्यान रखें कि रिमोट पीसी में लॉगिन करने के लिए उपयोगकर्ता नाम और पासवर्ड की आवश्यकता हो सकती है। क्या पासवर्ड छोड़ दिया जाना चाहिए, आपको इसे प्रवेश करने का एक संकेत मिलता है।

    एक प्रक्रिया को निलंबित करने के लिए, आपको केवल लक्ष्य कंप्यूटर ( आवश्यकतानुसार क्रेडेंशियल के साथ या बिना) में प्रवेश करना होगा और प्रक्रिया आईडी या नाम को एक तर्क के रूप में प्रदान करना होगा। यह सुनिश्चित करने के लिए उसी आदेश की आवश्यकता होती है, सिवाय इसके कि आप "-r" पैरामीटर जोड़ते हैं।

    सॉफ्टवेयर सिस्टम प्रशासकों के लिए काम आता है, जिन्हें यह सुनिश्चित करने के लिए कि संसाधनों को आवंटित किया जा रहा है, जहां आप चाहते हैं कि उन्हें होना चाहिए। टर्मिनेटिंग या हत्या के बजाय एक प्रक्रिया को निलंबित करने से आपको बाद में इसे फिर से शुरू करने की अनुमति मिलती है, जब भी संसाधन फिर से उपलब्ध हों।

    .

  • Carrying out multiple tasks at the same time on a computer results, logically, in the sharing of the system’s resources amongst all the associated processes. Some processes need more resources than others and there might be situations when a resource needs to be redirected to a different process. PsSuspend was designed for such situations, providing a wasy for you to get more control over the running processes.

    As its name clearly suggests, PsSuspend can suspend running processes, allowing you to redirect resources, be it network-related, CPU or memory power to another active process. Rather than forcing the resource-demanding process to terminate, you can suspend it with PsSuspend, which makes it possible to resume it at a later time.

    PsSuspend is available for both 32-bit and 64-bit architectures in the PsTools collection of console-based applications. Usage is simple, especially since the syntax is carefully explained to you at launch.

    PsSuspend works for both local and remote workstations. Keep in mind that the username and password might be required to login to the remote PC. Should the password be omitted, you get a prompt to enter it.

    To suspend a process, all you have to do is enter the target computer (with or without the needed credentials) and provide the process ID or name as an argument. Resuming it requires the same command, except you add the “-r” parameter.

    PsSuspend comes in handy to system administrators who need to control running processes closely to make sure resources are being allocated where you want them to be. Suspending a process instead of terminating or killing it allows you to resume it at a later time, whenever resources are available again.