foobuzz Posted February 11, 2013 Posted February 11, 2013 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: Quote
sp0iledbrat Posted February 12, 2013 Posted February 12, 2013 http://social.technet.microsoft.com/forums/en-us/w7itproinstall/thread/2D00F9CC-90FD-4E9B-96F9-26C71770F5CC Quote
Legolash2o Posted February 12, 2013 Posted February 12, 2013 That's new to me, I don't even have anything to do with mctadmin in my code :/ Quote
foobuzz Posted February 13, 2013 Author Posted February 13, 2013 (edited) 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, 2013 by foobuzz Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.