Changes

UltraDefrag

528 bytes added, 11:00, 11 November 2012
added info about making UD the default defragmenter
</package>
</source>
 
 
==== Make UltraDefrag the default defragmenter ====
 
'''This is only valid if you have installed the GUI interface.'''
 
 
Place this as the last install command:
<source lang="xml">
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\DefragPath" /ve /t REG_EXPAND_SZ /d "%PKG_DESTINATION%\ultradefrag.exe" /f' />
</source>
 
 
Place this as the first remove command:
<source lang="xml">
<remove cmd='rundll32.exe advpack.dll,LaunchINFSectionEx "%SystemRoot%\inf\dfrg.inf",,,4' />
</source>
 
== Enable boot time processing after WPKG changed something ==