; From the BETA docs on UPHClean ; K Henriksen ; 31 December 2007 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS MACHINE ;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CATEGORY "Service Management:" CATEGORY "UPHClean" KEYNAME "SYSTEM\CurrentControlSet\Services\UPHClean\Parameters" POLICY "Enable Open File Handle cleaning" EXPLAIN "The hive clean service can now close open file handles to user profiles during logoff! This is not without a risk; since UPHClean removes access to files or directories, a file could be corrupted. Also the process might be unable to write further data or it could cause the process to fail because it cannot read from the file. During testing this has not been found to be true but there is still a chance that it could happen. This is the reason why the remap feature is disabled by default." PART "Enable File Handle Cleanup" DROPDOWNLIST VALUENAME "SHARING_VIOLATION_REMAP" ITEMLIST NAME "Disable" VALUE NUMERIC 0 NAME "Enable" VALUE NUMERIC 1 DEFAULT END ITEMLIST NOSORT END PART END POLICY POLICY "Set the UPHClean Delay Value when waiting for file handles to close" EXPLAIN "Without enabling the remapping feature, UPHClean will automatically detect sharing violation during the user logoff and retry the failed operation for a small amount of time. You can control the amount of time using the SHARING_VIOLATION_DELAY value. This value is specified in millisecond and has a default value of 1000 millisecond." PART "Set the Delay Value (default 1000 MS)" NUMERIC MIN 1000 MAX 30000 DEFAULT 1000 VALUENAME "SHARING_VIOLATION_DELAY" END PART END POLICY END CATEGORY END CATEGORY