Results 1 to 2 of 2

Thread: Update system without having to reboot

  1. #1

    Default Update system without having to reboot

    Hi all,

    We have an issue we're we need to update the environment variables on
    the system without having the user reboot the system. We have found a
    workaround where we simply go into Computer -> Advanced -> Environment
    Variables and add a new test variable and click ok all the way back out.
    This will cause the system to be correctly initialized with the path
    and other env variables we use.

    Can anyone tell me the proper way to do this programmatically?

    Thanks,
    Ken

  2. #2

    Default Re: Update system without having to reboot

    > Hi all,
    >
    > We have an issue we're we need to update the environment variables on
    > the system without having the user reboot the system. We have found a
    > workaround where we simply go into Computer -> Advanced -> Environment
    > Variables and add a new test variable and click ok all the way back out.
    > This will cause the system to be correctly initialized with the path and
    > other env variables we use.
    >
    > Can anyone tell me the proper way to do this programmatically?
    >
    > Thanks,
    > Ken

    I found in an earlier post that SetupBuilder is sending the
    SendMessageTimeout() API so that should do it for this one.

    Thanks,
    Ken

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •