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.

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