If you are installing using an unattended install the msi.exec /i UPHClean-Setup.msi /q works. If you are copying the files to a remote system and scheduling the install it fails. In this case you will need to follow the manual install instructions (located in the readme).
The manual install is very simple. If you have an old version installed run use the "-remove" command line option ("%ProgramFiles%\uphclean\uphclean.exe" -remove) before installing the new version.
The manual install method is to copy the file to the desired location and run the "-install" option ("%ProgramFiles%\uphclean\uphclean.exe" -install). This install doesn''t require a reboot.
I have a batch file uph.bat which I copy along with the uphclean.exe to a remove system. Then I schedule it to run.
@echo off
if exist "%ProgramFiles%\uphclean\uphclean.exe" (
echo found uphclean
"%ProgramFiles%\uphclean\uphclean.exe" -remove
echo uphclean removed
)
if not exist "%ProgramFiles%\uphclean\" md "%ProgramFiles%\uphclean"
copy /y "%~dp0uphclean.exe" "%ProgramFiles%\uphclean\"
"%ProgramFiles%\uphclean\uphclean.exe" -install
Blog posts related to Microsoft User Profile Hive Cleanup Service
Links (0)
Links related to Microsoft User Profile Hive Cleanup Service
Reviews (0)
Reviews related to Microsoft User Profile Hive Cleanup Service
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ