home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / system / ultradefrag / ultradefrag-1.3.0.bin.i386.exe / FAQ.TXT < prev    next >
Text File  |  2008-01-29  |  1KB  |  30 lines

  1. Frequently Asked Questions
  2.  
  3. Q.: How can I use filters?
  4.  
  5. A.: The include field is where you enter substring expressions that match
  6.     file names (incl. path) that you want to defragment. And the exclude field
  7.     expressions disable defragmentation of matching files. You can enter 
  8.     multiple expressions, separating each with a semicolon (;).
  9.     The next field in the form is captioned 'Ignore files greater than.' Files
  10.     over this size are not dedragmented. You may specify sizes with the following 
  11.     suffixes: (Kb | Mb | Gb | Tb).
  12.  
  13. Q.: I've seen message "Can't load ultradfg driver!" on Windows Vista. I think 
  14.     that Vista is preventing this driver from loading because the signature
  15.     check is enabled.  How can I disable it?
  16.  
  17. A.: Thanks to Christopher Naegel for providing the following instructions:
  18.     1. Open a command line with admin-rights:
  19.           Start -> execute -> CMD (with admin rights).
  20.     2. Type:
  21.           bcdedit /set loadoptions "DDISABLE_INTEGRITY_CHECKS"
  22.           bcdedit /set nointegritychecks ON
  23.     3. Close the command prompt and start group policy editor:
  24.           Start -> execute -> gpedit.msc
  25.     4. Go to:
  26.           User Configuration -> Administrative Templates -> System ->
  27.           Driver Installation -> Code Signing for device drivers
  28.     5. Enable this policy and set it to Ignore state.
  29.  
  30.