Hi there,

My question is 'simple'.....During login i need to change (edit) a file in de local user profile. We already use a kix script to add mappings, printers etc.

De file we want to change is in c:\%userprofile%\AppData\LocalLow\Sun\Java\Deployment and is called deployment.properties

For specific user groups we want to add some parameters in this file.

The line in this file we want to change is: deployment.javaws.jre.0.args=

We want to add: '-Xms512m -Xmx512m' to this line.

How do we do that in the most simple way?

Thanks for your respons in advance.....!