What component to add for manage Environment variables and changeresolution for the display

  • Thread starter Thread starter Rosemarie
  • Start date Start date
R

Rosemarie

Hello!
I making progress with this but there is still a couple of things I want
to add to my configuration. And I havn't been able to find answers in
the documentation about this.

One thing is that I need to be able to add at least one environment
variable (maybe also change is),
the other thing is that I need to be able to change the display
resolution.

In hope for more helpful answers.
/Rosemarie
 
Rosemarie:

For System environment variables you could create a custom component that
includes entries in the following key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Environment]. You could also modify the existing MS component for
this but I can't remember which one it is at the moment.

For User environment variables use [HKEY_CURRENT_USER\Environment].

HTH... Doug
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top