Jump to content

adding to Registry using Xplode Problem


Marthax

Recommended Posts

Hi everbody!

When I try using Xplode to add a registry entry to windows registry it doesn't give any results.

<execute display="Executing Registry Tweaks">

    <registry mode="write">

     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
     "DAEMON Tools-1033"=-
           "DiskeeperSystray"=-
           "NeroFilterCheck"=-
           "NVMixerTray"=-
           "NvMEdiaCenter"=-
           "nwiz"=-
           "NvCplDaemon"=-
           "CTHelper"=-
           "iTunesHelper"=-
           "QuickTime Task"=-
           "NvMcTray"=-
           "NvCpl"=-

     [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]

     [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
     "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
     "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
     "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

     [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
           "NoRecentDocsMenu"=dword:00000001
 
    </registry>
   
    </execute>

The point with these registry entries is to remove all startup programs, but it doesn't work as they still start at windows logon.

Can't seem to see what's wrong here. Anyone?

Marthax

Link to comment
Share on other sites


If you can just copy/paste it into a *.reg, and run it that way, then I have no idea why XPlode isn't working.

All XPlode does is write the registry stuff to a temporary file, import that into the registry using regedit /s X4xxx.tmp, then deletes the temp file.

If doing it manually does work.... then perhaps you're going to have to do it manually, because it *looks* okay. Well, XPlode syntax does.

Link to comment
Share on other sites

The execute tags are not for registry entry's.

The registry tags are enough, as long as they are enclosed by an item tag.

So I suggest you replace the execute tags with item tags.

Link to comment
Share on other sites

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