MrAssassin47 Posted January 31, 2013 Posted January 31, 2013 I've been trying to merge this registry with silent command in run once but haven't been able to do so, It doesn't even merge OS Windows 8 Pro 64-BitWindows Registry Editor Version 5.00;Device Manager to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt]@="&Device Manger""Icon"="devmgr.dll,4"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt\command]@="mmc.exe devmgmt.msc";Group Policy Editor to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit]@="Group Policy Editor""Icon"="%SYSTEMROOT%\\System32\\gpedit.dll"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit\command]@="mmc gpedit.msc";Registry Editor to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]@="&Registry Editor""Icon"="regedit.exe"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]@="regedit.exe";Task Manager to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\taskmgr]@="&Task Manager""Icon"="taskmgr.exe"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\taskmgr\command]@="taskmgr.exe";Services to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]@="&Services""Icon"="filemgmt.dll"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]@="mmc.exe services.msc"
Tripredacus Posted January 31, 2013 Posted January 31, 2013 What is the command you put into RunOnce? Also what is the full path to the RunOnce key you are using?
MrAssassin47 Posted January 31, 2013 Author Posted January 31, 2013 If I find out how to run the REGEDIT /S Tweak.reg with UAC enabled then It will merge without any problem.
DosProbie Posted February 1, 2013 Posted February 1, 2013 I've been trying to merge this registry with silent command in run once but haven't been able to do so, It doesn't even merge OS Windows 8 Pro 64-BitWindows Registry Editor Version 5.00;Device Manager to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt]@="&Device Manger""Icon"="devmgr.dll,4"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt\command]@="mmc.exe devmgmt.msc";Group Policy Editor to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit]@="Group Policy Editor""Icon"="%SYSTEMROOT%\\System32\\gpedit.dll"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit\command]@="mmc gpedit.msc";Registry Editor to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]@="&Registry Editor""Icon"="regedit.exe"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]@="regedit.exe";Task Manager to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\taskmgr]@="&Task Manager""Icon"="taskmgr.exe"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\taskmgr\command]@="taskmgr.exe";Services to My Computer Context Menu[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]@="&Services""Icon"="filemgmt.dll"[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]@="mmc.exe services.msc"Why don't you just run a batch file like below and put in same folder as your .reg file, then right-click and run as admin..@echo off cd %~dp0:: CONTEXT MENUregedit /s %~dp0Context.regexit
MrAssassin47 Posted February 1, 2013 Author Posted February 1, 2013 I don't want to run it. I want it to be unattended any code that can run that file as admin or i should disable uac from install.wim by loading the hives and then during runonce enable it with registry tweak...
DosProbie Posted February 1, 2013 Posted February 1, 2013 I don't want to run it. I want it to be unattended any code that can run that file as admin or i should disable uac from install.wim by loading the hives and then during runonce enable it with registry tweak...Gotcha .. If you are using Win 8 then you can just slipstream all your .reg files into your wim image by using WinToolKit v.1.4.0.77 as a .WA addon file.Install WinToolKit then go to > Tools > Addon Maker > Import Registry > Add *.reg Now it will be Unattended and Installed during your OS install..
maxXPsoft Posted February 2, 2013 Posted February 2, 2013 I disable the UAC via xml then run my reg teaks during Firstlogoncommands and then reenable it during cleanup.cmd which is final thing before reboot machine
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now