Page 1 of 1
Freeze when installing Windows FixIt Center
Posted: Mon Jan 23, 2012 8:26 pm
by fRequEnCy
Not so much a bug since I'm sure it works fine when there are no issues but I've done testing on a few machines and it seems that it's a common problem sometimes that FixIt Center errors out when installing according to google search. So I'm sure that the automation process is pausing waiting to install and since it's unable to, it just hangs. So perhaps a check is needed before it continues or a way to cancel so that UVK doesn't have to be terminated via Task Manager. Better yet, to maybe have it fix the reason it doesn't install. I read it may be a key in the registry but I'd rather work with you on this to confirm and go from there.
Re: Freeze when installing Windows FixIt Center
Posted: Tue Jan 24, 2012 11:11 pm
by Fred
Hi, fRequEnCy, welcome to the forums. It's nice to have other "AutoIters" here at the forum.
Sorry for not having replied your introduction post, but I've been super busy with the new UVK build.
So, do you know what that registry entry is? I can add a fix to that issue before releasing this new update.
Thanks.
Re: Freeze when installing Windows FixIt Center
Posted: Wed Jan 25, 2012 12:43 am
by fRequEnCy
Thanks for the greeting!
No need for apologies. Looking forward to the new build.
The registry is [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]. I just created a script to erase and then reboot (required). Then it installs just fine. In my case, the key was added when running combofix so it's something that might be encountered in the future again. Maybe if it fails to install then you could remove the registry key in code and the user can be prompted to reboot? Any way you wanna handle it. I confirmed this key and the install. Let me know if you need any other assistance.
Re: Freeze when installing Windows FixIt Center
Posted: Wed Jan 25, 2012 1:02 am
by Fred
Yes... That value prevents any autorun.inf from being executed.
The enable autoplay UVK function deletes that value. but I can still delete it before installing the Fixit center.
I took a look at the code, and in fact, the "freezing is not a bug. If "Unattended mode is unchecked, UVK pauses the execution until you're finished using the fixit center. I'v just disabled that for the next build.
Re: Freeze when installing Windows FixIt Center
Posted: Wed Jan 25, 2012 1:10 am
by fRequEnCy
Fred wrote:Yes... That value prevents any autorun.inf from being executed.
The enable autoplay UVK function deletes that value. but I can still delete it before installing the Fixit center.
I took a look at the code, and in fact, the "freezing is not a bug. If "Unattended mode is unchecked, UVK pauses the execution until you're finished using the fixit center. I'v just disabled that for the next build.
Ahhhh ok! Makes sense! I didn't test after the deletion of the key so was unaware. Thanks for the explanation. Great app and great support!