Prog## in Reg file?

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

In the following reg file script I have:

[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog20]
"Name"="\windows\wceload.exe"
"Command"="\application\EasyIDMOBILE.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1

My question is what determines the Prog number as Prog20 above? Is it
arbitrary or does it relate to a specific location for this program?

TIA

Harry
 
It's Symbol-defined, so you're best off asking them. My guess is that it
works like the Init keys, so it defines the order in the event there are
multiples.
 
thanks Chris, will do I thought it was a generic thing in CE setups or
something.

Harry
It's Symbol-defined, so you're best off asking them. My guess is that it
works like the Init keys, so it defines the order in the event there are
multiples.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


Harry Simpson said:
In the following reg file script I have:

[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog20]
"Name"="\windows\wceload.exe"
"Command"="\application\EasyIDMOBILE.CAB"
"Continue"=dword:0
"ColdBootOnly"=dword:1

My question is what determines the Prog number as Prog20 above? Is it
arbitrary or does it relate to a specific location for this program?

TIA

Harry
 
Back
Top