Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 26-07-2005, 07:37 PM   #1 (permalink)
I am Optimus Prime
 
navjotjsingh's Avatar
 
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
Default Batch File to Stop and Start Services


Batch File to Stop and Start Services

Open My Computer
Go to Tools-Folder Options
Click on the View tab
Remove the tick mark from Hide extensions for known file types
Click on Start-Run
Type cmd
Type these commands. Whatever is in Italics should be typed. The other text is generated by the computer.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Bharat>cd\
C:\>cd windows
C:\WINDOWS>net start > services.txt
C:\WINDOWS>exit

Go to My computer c:\Windows
Open services.txt
The file should look some what like this.
These Windows services are started:
Event Log
Network Connections
Network Location Awareness (NLA)
Plug and Play
Protected Storage
Remote Access Connection Manager
Remote Procedure Call (RPC)
Task Scheduler
Telephony
Windows Audio
Windows Management Instrumentation
The command completed successfully.
Edit this file so that it looks like this.
c:\windows\system32
@echo off
net stop "Network Connections�
net stop "Network Location Awareness (NLA)"
net stop "Protected Storage�
net stop "Remote Access Connection Manager�
net stop "Task Scheduler�
net stop "Telephony�
net stop "Windows Management Instrumentation�
pause
Save this file as servicestop.bat
Whenever you want to stop the services just run this batch file, especially before playing games. A lot resources is cleared.
To start the all again just replace stop with start.The file should look some what like this.
@echo off
cd c:\windows\system32
net start "Network Connections�
net start "Network Location Awareness (NLA)"
net start "Protected Storage�
net start "Remote Access Connection Manager�
net start "Task Scheduler�
net start "Telephony�
net start "Windows Management Instrumentation�
pause


Source: http://explosive-hosting.com/forum/s...ed=1#post13679
navjotjsingh is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-07-2005, 07:53 PM   #2 (permalink)
Wise Old Owl
 
Join Date: Dec 2004
Location: South Side Crater, Mars
Posts: 1,038
Default

hmmm .. nice info .

will save me a few clicks frm the other way round frm msconfig ... !!
grinning_devil is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Krow
- by abhidev
- by topgear
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 07:00 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2