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.
|
feedback
|
|
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,
to read the registry path you can use the method described in following question | |||
feedback
|
HKEY_CURRENT_USER\Control Panel\Desktop\:Wallpaper,OriginalWallpaperorConvertedWallpaperentry? See link – ee. Dec 5 '11 at 7:23