Jump to content

Invert file and directory sorting; through ADM policy?


JulesKr

Recommended Posts


Unfortunately there isn't a tool to create it for you. ADM templates are nothing more than text files so they can be created/edited with Notepad or any other text editor. I've created a few but I'm not at home right now or I would paste an example for you. I'll do that when I get back home...

Of course, you'll need to eventually figure out what registry settings you need to set. I'll see if I can figure that out too...but I'm not making any promises on that one. :)

Link to comment
Share on other sites

Ok...here's a basic example. This one will disable the Windows Tour popup when a new user logs on:

CLASS USER
CATEGORY Nuisances
POLICY "Disable the Windows Tour"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Applets\Tour"
VALUENAME "RunCount"
VALUEON NUMERIC 0
END POLICY
END CATEGORY

Keep in mind that the Group Policy Management Console will not show these by default because it filters out GPO settings that will "tattoo" a machine. "Tattooing" is when you have a non-standard setting that will stay even if you disable the GPO in the future. To get it to show the settings when you're in edit mode (Group Policy Object Editor) click on View and then Filtering. Uncheck "Only show policy settings that can be fully managed".

Disclaimer: I take no responsiblity if you hose your machines with a bad policy. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...