Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009
MyDefrag Forum
June 19, 2013, 03:57:53 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Started to defrag my ssd (problem)  (Read 559 times)
WDFreak
JkDefrag Supporter
***
Posts: 19


View Profile
« on: January 06, 2012, 05:08:42 am »

For some reason Mydedrag started automatically to defrag my C: which is an Intel SSD-drive without my permission. How can i turn it off? If i look in the program there are no box checked for the c: drive.

How can this be?
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #1 on: January 06, 2012, 06:49:19 am »

MyDefrag automatically creates two scheduled tasks upon installation (if you don't untick the box). You should be able to find and remove these in the Windows Task Scheduler.
Logged

Need help creating a script? Try MyDefrag Script Creator.
WDFreak
JkDefrag Supporter
***
Posts: 19


View Profile
« Reply #2 on: January 06, 2012, 01:28:09 pm »

MyDefrag automatically creates two scheduled tasks upon installation (if you don't untick the box). You should be able to find and remove these in the Windows Task Scheduler.

I did but how can i manually change it to just scan my e: and i: drives only. Which parameters should i type in the script file then?

Thanks!
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #3 on: January 06, 2012, 05:36:46 pm »

One way would be to add the following code before the first VolumeSelect to every Automatic script:
Code:
ExcludeVolumes( not( Name("e:") or Name("i:") ) )

The other way would be to explicitly write the volumes to be processed into the volume select (Note: the Automatic scripts have two VolumeSelects!)
Code:
VolumeSelect
  Name("e:") or Name("i:")
VolumeActions
  ...
Logged

Need help creating a script? Try MyDefrag Script Creator.
WDFreak
JkDefrag Supporter
***
Posts: 19


View Profile
« Reply #4 on: January 08, 2012, 01:25:07 pm »

One way would be to add the following code before the first VolumeSelect to every Automatic script:
Code:
ExcludeVolumes( not( Name("e:") or Name("i:") ) )

The other way would be to explicitly write the volumes to be processed into the volume select (Note: the Automatic scripts have two VolumeSelects!)
Code:
VolumeSelect
  Name("e:") or Name("i:")
VolumeActions
  ...

Thanks alot!

What does the AutomaticMonthly do? It goes through the c: drive. Is it the same as SystemDisk monthly?
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #5 on: January 08, 2012, 01:43:18 pm »

The Automatic X script does the same work as the System Disk X script on C: and the Data Disk X script on every other volume.
Logged

Need help creating a script? Try MyDefrag Script Creator.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!