[RESOLVED] preventing wallpaper changes
Results 1 to 10 of 10

Thread: [RESOLVED] preventing wallpaper changes

  1. #1
    ahernbrode
    Guest

    Resolved [RESOLVED] preventing wallpaper changes

    How do I prevent wall paper from being cahnged. I run a computer department at a local school and my older students are saving images from the Internet as wallpaper. Some of these images are not appropriate for younger students.
    I have a program that is supposed to lock changes to the desktop but apparently the Internet Wallpaper saves are not included.
    Also, how do I delete the images already saved. I can restore the desktop to the appropriate settings, but when the log in screen comes up, some of these images are briefly shown before the standard desktop loads.

    ------------------
    when at the bottom, you can always look up!

  2. #2
    MacGyver
    Guest

    Post

    You should lock the display properties control panel applet. You can do with the system policy editor on the windows CD (In the \admin\reskit\poledit directory I think).

    Also, www.tweakfiles.com has lots of stuff that can help you in this endeavor.

    TIP: If you are dealing with computers in a school, you also should remove the Marquee screen saver from all computers since it can be used to display inappropriate messages.

    Use the Windows Find command to find all BMP (wallpaper) files on the computer. Then select them all in the resulting list and delete 'em!
    ------------------
    sHIFT hAPPENS

    [This message has been edited by MacGyver (edited February 28, 2001).]

  3. #3
    jrwilson
    Guest

    Post

    the existing files are at
    c:\windows\system\
    do a detailed view, sorted by file type and you should be able to weed them out.

    ------------------
    "Don't hate the media....BECOME the media!!" Jello Biafra - Dead Kennedys

  4. #4
    Registered User
    Join Date
    Aug 2000
    Location
    Largo, Fl USA
    Posts
    197

    Post

    Use Policy editor file nmae is POLEDIT.EXE.
    This will allow you to control the total windows eviroment for the end users.
    More info at http://search.support.microsoft.com/...SD=GN&LN=EN-US
    Search the knowledgeBase for info on POLEDIT.EXE and read all examples. Run the program from a floppy disk A:\ so that hte end users can not run POLEDIT.

    ------------------
    Computer Shop Owner A+ COMPTIA Lifes a Beach

    [This message has been edited by NTTECH1 (edited February 28, 2001).]
    Computer Shop Owner A+ COMPTIA
    Tampa Bay Communications Inc
    http://www.smokinparts.com/smokinpartslogo

  5. #5
    Lowland
    Guest

    Post

    Mmmm
    Computer department - networked machines?
    If so. NT them NOW

    You can also check out the anti-virus guys, They've got the gear for you, but you'll have to pay. I think I remember Network Associates has some good kit. Specially for drop-in centres, so designed for multi-user, unsupervised use.

    BUT....
    Your problem is accessing unsuitable sites. You should check your corporate policy on letting your students see adult material, and get a blocker programme on your system now. If you don't already have one, I guess you should also think about your anti-virus strategy, 'cos if they're getting images, they'll be downloading other stuff, and mailing.

    Let me know if you want information - I'm not a re-seller.


    ------------------
    Any clanvestites? Or looking for Scotland sites?
    Come visit www.lowlandgroup.co.uk and see what we do - jump to our community site from us

  6. #6
    Registered User
    Join Date
    Nov 1998
    Location
    New York, NY
    Posts
    376

    Post

    I work at a university and we use a program caled Fortres, http://www.fortres.com , in the labs. It keeps things straight.

  7. #7
    Blackhawk
    Guest

    Post

    Instead of installing additional software or monkeying with POLEDIT, you can remove IE's "Set as Wallpaper" feature by tweaking the Registry.

    Run Regedit, and drill down to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ActiveDesktop.

    Modify or created the DWORD value "NoChangingWallPaper" and set the data to "1", and restart Windoze. Note that your wallpapering options on the Background tab of the Display Options window are nuked, as well.

    Bada boom, bada bing.

    ------------------
    Blackhawk
    ------
    =====================
    Illegitimis non carborundum.
    =====================
    [email protected]

    [This message has been edited by Blackhawk (edited March 02, 2001).]

  8. #8
    ahernbrode
    Guest

    Post

    yu told me to to edit
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ActiveDesktop

    what if the "active desktop" key is not found?

    ------------------
    when at the bottom, you can always look up!

  9. #9
    condor
    Guest

    Lightbulb

    use Poledit (install it from the O/S cd-rom)

    you can then Specify a wellpaper.

    if you want to prevent changes in open regedit

    HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\ActiveDesktop

    (create this key if you don't have it)

    then create a string called

    NoChangingWallpaper

    give it a value of "1"

    ------------------
    Computers do exactly what you tell them to do - not exactly what you want them to do ...

  10. #10
    Registered User
    Join Date
    Aug 2000
    Location
    Lake Orion, MI
    Posts
    241

    Post

    For a quick simple fix, make a batch file, add it to the autoexec.bat as such, and a hidden, read only copy of the win.ini named something like admin.tts

    @echo off
    cd\
    cd windows
    del *.bmp
    attrib win.ini -s -r
    copy admin.tts win.ini
    attrib win.ini +s +r

    that should work for a simple, quick fix...

    and of course, the admin.tts should have your prefered background set. =)
    ------------------
    -- What? No more Jolt!?!?

    [This message has been edited by KoWind7 (edited March 07, 2001).]
    -- I still do not understand the rampant growth of stupidity in this country.
    <a href="http://www.tabletop-battlezone.com" target="_blank">The TableTop BattleZone</a>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •