nicholab Posted August 12, 2015 Posted August 12, 2015 On Solidworks 2015 SP4 the EULA keeps popping up on the student user's a mandatory profile. Also I keep getting pop up about Menu customization has change in this version and the definition of the button on the default command. How can I stop these showing up? I did specify agree to licence in the mst for Solidworks but this has had no effect.
nicholab Posted August 13, 2015 Author Posted August 13, 2015 I used a powershell logon script to make this work. $Computer = $env:computername $Username = $env:username Push-Location Set-Location "HKCU:\Software\SolidWorks\SolidWorks 2015\Security" Set-ItemProperty . "EULA Accepted 2015 SP4.0 $Computer $Username" "Yes" Pop-Location
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now