home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / system / ultradefrag / ultradefrag-1.0.5.bin.i386.exe / FAQ.TXT < prev    next >
Text File  |  2007-08-02  |  2KB  |  48 lines

  1. Frequently Asked Questions
  2.  
  3. Q.: I have 3 Gb of RAM, but in Debug Output I find message 'No enough memory'.
  4.     I have 150 millions clusters on volume.
  5.  
  6. A.: You have too much clusters on specified volume. Par example, you have 
  7.     150 millions of clusters. Therefore, you must have more than 150 Mb of 
  8.     nonpaged memory. But all of the supported versions of Windows 
  9.     (at least 2000, XP, 2003) give you maximum 256 Mb of this kind of memory.
  10.     In addition, if you use boot parameter /3GB limit is 128 Mb.
  11.     Note that many drivers use nonpaged memory, not only ultradfg.sys!
  12.  
  13.     There are few ways how YOU can fix this problem:
  14.     1. increase cluster size of volume û itÆs the best thing.
  15.     2. buy new PC with x64 architecture, setup Windows x64 edition and enjoy.
  16.        Because on x64 you can have 128 Gb of nonpaged memory.
  17.     3. split your big volume into several small volumes
  18.        and therefore process parts separately.
  19.  
  20.  
  21. Q.: How can I use filters?
  22.  
  23. A.: The include field is where you enter substring expressions that match
  24.     file names (incl. path) that you want to defragment. And the exclude field
  25.     expressions disable defragmentation of matching files. You can enter 
  26.     multiple expressions, separating each with a semicolon (;).
  27.     In next field named 'Ignore files greater than' you can specify size limit
  28.     of files. P.a.: 12 Mb.
  29.  
  30.  
  31. Q.: I've seen message "Can't load ultradfg driver!" on Windows Vista. I think 
  32.     that Vista prevents loading because driver signature check is enabled.
  33.     How can I disable it?
  34.  
  35. A.: Christopher Naegel give you following instructions:
  36.     1. Open a command line with admin-rights:
  37.           Start -> execute -> CMD (with admin rights).
  38.     2. Type:
  39.           bcdedit /set loadoptions öDDISABLE_INTEGRITY_CHECKSö
  40.           bcdedit /set nointegritychecks ON
  41.     3. Close command line and start group policy editor:
  42.           Start -> execute -> gpedit.msc
  43.     4. go to:
  44.           user configuration -> administrative templates -> System ->
  45.           driver installation -> Code signing for device drivers
  46.     5. enable this policy and set it to Ignore state.
  47.  
  48.