Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fast disable and enable services/processes

Featured Replies

Hi,

has someone a script to make it possible to disable multiple running services. And reenable them when I want to.

Sometimes I need lots of cpu and memory, I want to disable some services temporarely and start them again when I'm finnished.

I know I can use the command net stop 'servicename' or sc stop 'servicename'.

But a pre written script that checks the running services (I don't really need) and stores them so I can enable them again would be nice :-)

Other tools are welcome too (I once saw something to make is easier to play games, but forgot the name)

  • Author

thx,

But that is not what I needed :-) I have my own reg file for that.

I only want to disable services temporarely and stop processes that take too much memory.

I only want to disable services temporarely and stop processes that take too much memory.

And what is "too much" memory? Are you running on 256 MB of RAM? You are low on memory when Windows alerts you that you're virtual memory is low. This is caused by a low value set for the page file or a memory-intensive game like BF2 which eats 1GB+ easily. You're better off just getting more RAM.

Make batches with start and stop commands:

NET START servicename

or

NET STOP servicename

  • Author

getting more ram is a good option.

But I can not upgrade my CPU :-) (laptop)

(now let's have a look if there is space left for extra ram)

edit: ****, no more place for extra ram... :s

Edited by Telenut

You can probably replace the RAM in your laptop with larger ones...

There's more than one size of RAM stick. :P If there wasn't, mobos for today's servers would be as long as sidewalks. :P

Edited by Jeremy

  • Author

Than I have 256 mb ram in backup :-)

the VB scripts are nice, but I more prefer the bat files.

thx for the tips

Than I have 256 mb ram in backup :-)

You should have at least 512MB. See about getting more.

net stop "Service Name"

net start "Service Name"

String as many together as needed in a CMD file

@IcemanND: I have already mentioned those commands in this thread (post #5).

Well hell that's the easy way to do it!!! Just take the time and do it... I doubt your fine anything easier...

Since everyones preferences are different...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.