|
-
Nov 28th, 2001, 05:59 PM
#1
Thread Starter
Junior Member
Desktop Wallpaper
Anyone know how to prevent desktop wallpaper from being changed? Policies and registry settings dont prevent it from being changed in certain cases and I need to prevent inappropriate wallpaper from being on the desktop.
Im thinking its going to involve subclassing SystemParametersInfo and somehow canceling the
SPI_SETDESKWALLPAPER request but im not sure how to make it work.
I thought about checking the wallpaper every time the WM_settingchange occurs but from what I see some programs may not send a setting change message so the program would never know the wallpaper changed.
Id like to cancel the event rather then undo the wallpaper change after it occurs.
Anyone know how it might be done?
-
Nov 29th, 2001, 07:43 AM
#2
Conquistador
there is a policy in the registry that disallows that though
www.regedit.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|