Tech Support Guy banner
Status
Not open for further replies.

stops defragging?

1K views 3 replies 3 participants last post by  Elvandil 
#1 ·
I start to defrag and it works (harddrive light on and cpu meter gadget up), but after a couple minutes it just stops?
 
#4 ·
You should run it occasionally. All drives get errors from time to time.

Also, how long do you wait to see if defarg will continue? It defargs in memory first and there will appear to be no activity while it "thinks", usually around 10%. Then it will start defragging on disk.

For the most effective defrag, shut down as many programs and services as you can. I even shut down explorer so it, too, can be defragged, and then restart it with Task Manager after defrag is done.

Here's a batch file for shutting down services. It may not include all that you have. It may include some services that you don't have.

StopServices.bat
----------------------------------------------------------------------
net stop acrsch2svc
net stop aelookupsvc
net stop avg7alrt
net stop NfsClnt
net stop avg7updsvc
net stop bits
net stop bfe
net stop keyiso
net stop eventsystem
net stop browser
net stop cryptsvc
net stop cmdagent
net stop uxsms
net stop dhcp
net stop dps
net stop WdiSystemHost
net stop TrkWks
net stop Dnscache
net stop EapHost
net stop fdPHost
net stop FDResPub
net stop IKEEXT
net stop iphlpsvc
net stop PolicyAgent
net stop KtmRm
net stop MMCSS
net stop NetTcpActivator
net stop NetPipeActivator
net stop NetTcpPortSharing
net stop Netman
net stop netprofm
net stop NlaSvc
net stop nsi
net stop CscService
net stop WPDBusEnum
net stop "Posadis 0.60.6"
net stop Spooler
net stop PcaSvc
net stop ProtectedStorage
net stop EMDMgmt
net stop SbieSvc
net stop seclogon
net stop wscsvc
net stop LanmanServer
net stop RasMan
net stop ShellHWDetection
net stop slsvc
net stop SSDPSRV
net stop WindowBlinds
net stop SysMain
net stop SENS
net stop TabletInputService
net stop lmhosts
net stop TapiSrv
net stop TermService
net stop Themes
net stop upnphost
net stop ProfSvc
net stop VMAuthdService
net stop VMnetDHCP
net stop "VMware NAT Service"
net stop vmount2
net stop WebClient
net stop Audiosrv
net stop AudioEndpointBuilder
net stop WerSvc
net stop Eventlog
net stop MpsSvc
net stop Winmgmt
net stop TrustedInstaller
net stop WAS
net stop WSearch
net stop W32Time
net stop wuauserv
net stop WinHttpAutoProxySvc
net stop LanmanWorkstation

--------------------------------------------------------------------------

Use a global replace of "start" for "stop" to start them back up again.

You can also use a program called "SmartClose" that can be configured to shut down all your services and programs and then restart them when you want.
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top