Jump to content

Recommended Posts

Posted

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-Bit

Windows 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"


Posted

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-Bit

Windows 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 MENU

regedit /s %~dp0Context.reg

exit

Posted

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...

Posted

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.. :thumbup

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...