I don't see why you want to use perl for this when you have "regedt32" (or something that looks like that ... it's been a while). See for example this article on the issue. I don't have any Windows machine over here, so I can't test anything, but do remember that a ".reg" file is easilly created and executed.

Besides that, you must have a policy/solution for updating your clients already, for I don't believe you run around updating 3000 PC manually. I bet there's a tool you use already to edit certain registry keys. Just hack these edits in there :)

Update: Ermm, please excuse my ignorance for believing MS would store such parameters in the infamous registry. It seems like you need to hack the desktop,ini file in each directoryfolder, which, of course could be done with Perl. Or just copy a "right" desktop.ini to all the "folders" on your clients that need updating (which is probably faster and doesn't require Perl on all the 3000 machines)

--
b10m

In reply to Re: Enabling thumbnail views? by b10m
in thread Enabling thumbnail views? by PerliKnight

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.