Jump to content

Recommended Posts

Posted

Hi

I have a clean install of Windows 7 32 bit professional. Every time I execute my RunOnceEx.cmd, I get access denied importing the regkeys to kick off the process.

The account I am doing this under has Administrator privileges, and I manually turned off the UAC feature.

What else can it be?

  • 3 weeks later...

Posted

Sorry for the delay, just came across your question.

Try to add this: (just an example, put the title you wish)

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /f

REG ADD %KEY% /v Flags /t REG_DWORD /d "20" /f

It seems that the flag has to be set, else it doesn't work.

Cheers.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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