Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Batch files iin Windows XP

  • 22-11-2002 12:33pm
    #1
    Registered Users, Registered Users 2 Posts: 9,520 ✭✭✭


    i ma looking for a batch file that will shut down all unneccesary services in windows xp when i want to play games etc or do processor hungry tasks.

    I would like another bach file then to restart all of these services
    I remenber i found a site before that had a batch file but cant remenber its name.

    Thanks


Comments

  • Closed Accounts Posts: 1,719 ✭✭✭Ruaidhri


    login as admin
    create a new text file and save it as "stop_all.cmd"

    in this file type net stop "service name" (you can get a list of all services by typing "net stop >C:\1.txt",the list will be in c:\1.txt)
    then all you have to do is identify the services you dont need and stop them.

    to start then the command is net start "system service"

    with a .cmd extension the batch file will exit automatically.


Advertisement