I want to make some changes on active desktop wallpaper like adding watermark. For that I need to get the path of active wallpaper path. adding watermark I can do. This can be done using JNA library, but i can't able to access the file path.

link|improve this question

0% accept rate
Can you access under its registry HKEY_CURRENT_USER\Control Panel\Desktop\ : Wallpaper, OriginalWallpaper or ConvertedWallpaper entry? See link – ee. Dec 5 '11 at 7:23
feedback

1 Answer

The way to obtain the current desktop wallpaper could different based on the operating system, for windows 7 it can be obtained from following registry path,

HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper

to read the registry path you can use the method described in following question

read/write to Windows Registry using Java

link|improve this answer
That was already mentioned on the comment above (except you added the SO link on how to read/write to Windows Registry). – The Elite Gentleman Dec 5 '11 at 8:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.