clivebuckwheat Posted July 4, 2010 Posted July 4, 2010 HiI 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?
Escorpiom Posted July 20, 2010 Posted July 20, 2010 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\RunOnceExREG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /fREG ADD %KEY% /v Flags /t REG_DWORD /d "20" /fIt seems that the flag has to be set, else it doesn't work.Cheers.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now