UltraUXThemePatcher

George King

Active Member
UltraUXThemePatcher


Download
Code:
https://mhoefs.eu/software_uxtheme.php?lang=en

Switches
Code:
/S - Perform silent install

Example
Code:
UltraUXThemePatcher.exe /S

NOTE: Last supported version with silent switch is v4.1.2
Code:
https://www.mediafire.com/file/72osj4uqqq7sxuf/UltraUXThemePatcher-all.exe/file
 
Last edited:
Update:
UltraUXThemePatcher's author removed the /S option from later releases. You must install it live, or find an older version that works with silent install. If you have an older copy, /S will still work.
 
Update:
UltraUXThemePatcher's author removed the /S option from later releases. You must install it live, or find an older version that works with silent install. If you have an older copy, /S will still work.
Here is v4.1.2 that I have and which support silent install

Another idea is create silent repack. But too much work for "nothing" usefull as you can patch needed files and add them into image :)

EDIT: Write own patcher can be easier than repacking this one. If anybody interested, just HEX compare patched and original files, track down changes. Then explore that file with IDA / Relyze (Or any other similar tool) to locate patched functions and then you can start with deploying some kind of universal patch using BBE from CMD to HEX mod files. Don't forget to fix PE checksum after patching.
 
Last edited:
Back
Top