Tuesday, July 22, 2008

Minor note on Junction

I recently deployed a big VBScript that used the Junction software from Microsoft that I wrote about earlier. When you use Junction the first time, you get a EULA pop up. Since that would be very, very annoying as a logon script, I found a way around it.

The only thing that the EULA pop up does is set a particular registry key. If you set that key in advance, you won't get the pop up at all. The registry key is:
  • HKEY_CURRENT_USER\Software\Sysinternals\Junction
  • DWORD: EulaAccepted
  • Value: 1

Once that is set, via VBScript, a REG file, or whatever, the user won't get a pop up.

No comments: