Posted February 11, 201312 yr Just found out that WT 1.4.1.14 seems to set a registry entry at [HKEY_USERS\TempHive\Software\Microsoft\Windows\CurrentVersion\RunOnce]"mctadmin"="C:\\Windows\\System32\\mctadmin.exe" (In this sample TempHive is an imported NTUSER.DAT structure) I assume it stems from an option in the Tweaks section of the AIO-Integrator, just which one?I try to write a registry setting for this registry key (accessing the TempHive structure) via RunOnceEx and before the (new?) entry mctadmin appeared that worked fine, now it doesn't any longer. I tried with this lineReg add %K%\010 /f /v 4 /d "reg delete HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Runonce /f /v mctadmin"to delete it before writing my own value, however this didn't work out. :g:
February 12, 201312 yr http://social.technet.microsoft.com/forums/en-us/w7itproinstall/thread/2D00F9CC-90FD-4E9B-96F9-26C71770F5CC
February 12, 201312 yr That's new to me, I don't even have anything to do with mctadmin in my code :/
February 13, 201312 yr Author So "mctadmin" seems to be "safe to delete", all right. Thank you, sp0iledbrat. Edit: Just decided to keep it, it doesn't seem to interfere with my oem stuff any more. Edited February 14, 201312 yr by foobuzz
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.