Re: Custom Java Control Panel Settings




"Mossy" <muhsin_bakawala@xxxxxxxxxxxxxxx> wrote in message
news:1138193247.936355.81680@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Tried RegMon.
>
> It hacks about 33 entries in the registry...LOL!
>
> Not good :o(
>
> Am sure this can be done via some jar file or something, but since i
> don't have no Java experience at all, i am trying to avoid this route!

Java isn't particularly good for doing platform specific things (like
editing registry keys on Win32 OSes). Rather than searching for some jar
file, you might want to use your knowledge of Windows administration
instead.

> Anyone else that can maybe shed some light?

Maybe create a .REG file which will set the keys the way you want them
to be set?

- Oliver


.