Jump to content

Recommended Posts

Posted
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.
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...