PDA

View Full Version : processguard and diskeeper 9


mobwoof
December 11th, 2005, 04:20 PM
Hi,

I´m having problems with diskeper in that i cant terminate dkservice,dgfat or dgnfst despite the fact that i have no protection on either of those? Any ideas of what i am doing wrong?

Regards

Mobwoof

tonyjl
December 11th, 2005, 04:40 PM
Why do you want to terminate those ??? ,there only defragging your HD,or are they playing up. You should be carefull with them coz if terminated,it can leave you're HD in a bit of mess :'(

mobwoof
December 11th, 2005, 08:02 PM
Really? I didn´t know that...

The reason i want to be able to terminate those is when i am playing games so they dont defrag during the time i´m playing.

/Mobwoof

tonyjl
December 13th, 2005, 04:07 PM
If you really want to stop it,open notepad and type[ NET STOP "service name here" ],type the service name as displayed in the services tool,leaving a space between each line.

e.g

NET STOP "Diskeeper"

NET STOP "DNS Client"

NET STOP "Event Log"

NET STOP "Print Spooler"

Then name the file 'NetStop.bat'. Whenever you play any games,or other resource intensive prog,just double-click 'NetStop.bat' and it will go through the list stopping the services.

Happy gaming ;D

mobwoof
December 13th, 2005, 04:38 PM
Heh that did it :D

Thanks for all your help :D

Mobwoof

tonyjl
December 13th, 2005, 04:44 PM
No probs mate ;D 8)

Gavin - DiamondCS
December 13th, 2005, 11:57 PM
Might pay to add this one :)

NET STOP "Task Scheduler"

And create another BAT file with them all saying START, so you don't have to reboot. Might need a pause if any depend on each other, see how it goes.

tonyjl
December 16th, 2005, 09:53 PM
Thanks Gavin,i forgot to mention the net start. A word of warning though,i have found that not all services will start with the NET START cmd :( ,so do check just to make sure.