Answered by:
Windows 7 EULA Popup

Question
-
Hi,
I need to display EULA popup inside the window (not by running MSOOBE or Sysprpe /OOBE). I can not use the OOBE in this case.
Requirement is when machine starts first it shows EULA and then give access to system. Is it possible?N.A.Malik
Tuesday, March 13, 2012 10:59 AM
Answers
-
You could download the actually EULA from Microsoft: http://www.microsoft.com/About/Legal/EN/US/IntellectualProperty/UseTerms/Default.aspx
And then display it using the runonce method. You could also look for license.rtf on the local client and display that or the EULA that is included on the Windows 7 DVD. Either options will allow you to disable the EULA.
Any reason in particular you are not able to use sysprep?
- Proposed as answer by Richard MuellerMVP, Banned Saturday, March 17, 2012 8:15 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, March 20, 2012 3:32 PM
Tuesday, March 13, 2012 11:47 AM -
Group Policy will display the message only once.
If you are looking for a custom Eula that is usually included in the application and controlled through a registry key. It is under the control of the application and cannot be changed or set through scripting.
Post you issue in the Developers forum for more information on how to design your program to do this.
You can aslo add a program to the RunOnce key and it will be executed the first time the user logs in then it will not dispaly again. I believe the same works for teh KKLM RunOnce key.
http://msdn.microsoft.com/en-us/library/aa376977(v=vs.85).aspx
¯\_(ツ)_/¯
- Proposed as answer by Richard MuellerMVP, Banned Saturday, March 17, 2012 8:15 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, March 20, 2012 3:32 PM
Tuesday, March 13, 2012 10:58 PM
All replies
-
You could download the actually EULA from Microsoft: http://www.microsoft.com/About/Legal/EN/US/IntellectualProperty/UseTerms/Default.aspx
And then display it using the runonce method. You could also look for license.rtf on the local client and display that or the EULA that is included on the Windows 7 DVD. Either options will allow you to disable the EULA.
Any reason in particular you are not able to use sysprep?
- Proposed as answer by Richard MuellerMVP, Banned Saturday, March 17, 2012 8:15 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, March 20, 2012 3:32 PM
Tuesday, March 13, 2012 11:47 AM -
Hi,
I need to display EULA popup inside the window (not by running MSOOBE or Sysprpe /OOBE). I can not use the OOBE in this case.
Requirement is when machine starts first it shows EULA and then give access to system. Is it possible?
N.A.Malik
You are asking about the Group Policy logon message which will display each time the user log into a system.
http://technet.microsoft.com/en-us/library/cc779661(v=ws.10).aspx
This is not a scripting issue. Post in the Windows Server forum for further assistance with Group Policy.
¯\_(ツ)_/¯
Tuesday, March 13, 2012 12:51 PM -
Hi,
I need to display EULA popup inside the window (not by running MSOOBE or Sysprpe /OOBE). I can not use the OOBE in this case.
Requirement is when machine starts first it shows EULA and then give access to system. Is it possible?
N.A.Malik
You are asking about the Group Policy logon message which will display each time the user log into a system.
http://technet.microsoft.com/en-us/library/cc779661(v=ws.10).aspx
This is not a scripting issue. Post in the Windows Server forum for further assistance with Group Policy.
¯\_(ツ)_/¯
N.A.Malik
Tuesday, March 13, 2012 9:22 PM -
Group Policy will display the message only once.
If you are looking for a custom Eula that is usually included in the application and controlled through a registry key. It is under the control of the application and cannot be changed or set through scripting.
Post you issue in the Developers forum for more information on how to design your program to do this.
You can aslo add a program to the RunOnce key and it will be executed the first time the user logs in then it will not dispaly again. I believe the same works for teh KKLM RunOnce key.
http://msdn.microsoft.com/en-us/library/aa376977(v=vs.85).aspx
¯\_(ツ)_/¯
- Proposed as answer by Richard MuellerMVP, Banned Saturday, March 17, 2012 8:15 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, March 20, 2012 3:32 PM
Tuesday, March 13, 2012 10:58 PM