RunOnceEX Flags value

G

Guest

Does anyone know what the complete listing for the Flags value under runonce
are? Microsoft's document (http://support.microsoft.com/?kbid=232509&sd=RMVP)
is not complete. I have been messing around with an install from Microsoft
that has a greater value than all of the ones listed on the website added
together. Any help is greatly appriciated.
 
C

Crouchie1998

The 04 to 80 are the only flags there are for the RunOnceEx key according to
MSDN, TECHNET, MSCE & other websites

This was found on one page, but I am not sure if this is an official flag:

0x00000100 Ignore Flags. Flags registry key is ignored

If you need a list of 'special folders' then that is different because you
just asked for flags. See under 'Dir ID's' for those special directories on
the following page:

http://gosh.msfnhosting.com/using_runonceex.htm

Crouchie1998
BA (HONS) MCP MCSE
 
G

Guest

I had run across that document before. It is the other flags with which I am
concerned. I know that there are flags with values higher than 80 and other
than the ones listed by Microsoft. Internet Explorer uses 2104 and 2616 for
their install and rollback, respectively. I actually think 80 is a
combination of 64 and 16. It is my belief that this value is composed of the
sum of exponentials of 2. You should be able to get any number by adding
exponentials of two together. I am performing some tests right now to find
out if a theory of mine is correct. I believe that 512 is the value for
restricting lower-than-administrator log in.

2104 = 2048+32+16+8
2616 = 2048+512+32+16+8
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top