Jump to content

Recommended Posts

Posted

If you are using Windows XP you can pretty much get quite granular control over which applications your users can install and run (but with 2000 and pre-2000 machines it is more difficult).

 

If you need more information on how to do this, and no-one else replies before I get home from work, I can help.

 

Good luck!

 

Paul

Posted

Hi kingswood,

I would be greatful for any help you can offer. To explain the problem a little more clearly we want the students to be able to install their usb pen drive with out restricts, but not able to install software or run .exe that are not already install eg. doom95.exe on their pen drive or local area. More important it the restriction of software. We are running a mixture of 2000 and xp clients on server2003 if thats any help.

Posted

Hey.

 

Here goes: you can restrict software for specific users (never tried that myself) or for all users on a specific machine. You can find the templates for controlling software access in:

 

Computer Configuration > Windows Settings > Security Settings > Software Restriction Policies.

 

Right click the node and choose "New Software Restriction Policy"

 

I usually tie the GPO for software restriction to an OU where computer accounts are stored that I want to have the policy apply to. Generally it will depend on your restriction policy as to how you will handle the whole affair. There's the: "Allow everything to run except specified items" outlook, and this lets users run everything you haven't locked down freely. You could enter your doom.exe file etc here and make sure that users can't run that specified application/tool/utility.

 

There is also the "don't allow applications of a certain type to run" thinking, and here you can stop all files of a type (say all .VBS files) but you can at the same time tell XP to allow VBS files that are signed digitally from your department to run (that way you can still get the flexibility of a script but stop users from executing them).

 

There is also a "full lockdown" philosophy. The "disallowed" option is selected in the GPO rather than "unrestricted", and so nothing is allowed to run except the OS and items you explicitly name. It's heavy handed, high octane stuff- and can get you into trouble fast!

 

You can find out lots of ways of restricting software too- there is the "hash" method whereby even if a user ranames doom.exe to gloom.exe the file still won't execute (there are ways around this though). There's a "path rule" where you can specify to restrict applications based on where they are on the hard drive; there's certificate rules (don't know that much about these type); and zone rules- you're probably familiar with these in IE. You could find out about these methods by searching Google etc.

 

Phew!

 

I type this quickly, so accept my apologies if there are errors in there. IN any case, use the ADM template path given above and poke around. Do you have a copy of the 2000/2003 Server resource kit? If so there is an excellent book in there about Group Policies. I would also recommend "Group Policy, Profiles, and Intellimirror" by Jeremy Moskowitz which has taught me pretty much all I needed to know as far as GPOs are concerned.

 

If you get stuck- shout and I'll see if I can help!

 

Paul

Posted
Is this a question about preventing users installing sofware (easy) or preventing them running executable content from a removable disk (or other location) that does not require an install (hard)?
Posted
Is this a question about preventing users installing sofware (easy) or preventing them running executable content from a removable disk (or other location) that does not require an install (hard)?

 

The latter.

  • 1 month later...
Posted
This is still a problem for us. We use the "software restriction policies" mentioned above, but it's a never-ending process. Stopping the "Windows Installer" helps, but it would be nice to stop the other installers from running, there only appears to be 4/5 of them. I don't know if it's possible to, for instance, stop the "InstallShield" installer from running. That would be a major breakthrough I think.
Posted

We've tackled the problem of kids installing software using GPO, pretty much exactly how kingswood describes above. All 'approved software' is installed when windows starts up using remote installation.

It's extremely effective.

Posted

thats how i have it on the old 98 policy setup [just out of interest] - deny all except....

 

but like Paul [kingswood] says, the shit will hit the fan pretty quick like that without testing it first.

 

I havent tried this with XP & the AD / GP system but i imagine the effect is the same. Those damn hp scaner drivers were a big prob on 98 - so many dependant exe's to add to the exclusion list that it was really difficult, though it should be easier in the GP setup :)

 

What Paul decribes sounds good although I havent had to use software retension yet tho oddly - think i've adjusted some oher settings lol

 

Cheers

N.

Posted
Yes, the fan being hit was the reason I haven't even bothered testing out the "deny all except" way of doing things. Is anyone one here doing that in an AD XP network?
Posted

Hi,

 

Found this thread searching for "Group Policies".

 

We are looking at AD/Group Policies as an alternative to our Winsuite 2000 installation. As Winsuite controls what can and can't be run and prevents installs, downloads & installs and installs from floppy or USB drive etc, we need to be confident that any alternative will be at least as effective and easy to set up. From the posts in this thread, it looks as if it is difficult to cover all bases effectively without considerable setting up. We have in excess of 100 apps on the Winsuite menu system and don't really want to start again from scratch. Are we right in consering a change away from Winsuite? Advice, views, opinions, please.

 

Thanks

Posted
It looks like the new Microsoft XP Shared Computer Toolkit free add-on may solve all these problems. It's got some great features, but the one that jumps out is the ability to 'lock' your computer's C: drive so that any changes made are lost during the next reboot. Setting it up will take time though as you need to re-partition your systemdrive so that you can devote 10% to a special partition. If it truely works as Microsoft describe then this should really mean the end of viruses and spyware.
Posted

when I last looked at the shared computer toolkit, I thought the same, but further down the it says (or said) that it wasn't recommended for use with a large network (or words to that effect) and that most of this could be achieved with AD.

beeswax

Posted

I was going to suggest Ranger (which can spot and kill any dialog box enabling you to defeat different installers), but I'm sure I'll be shot down by the raw AD & GPO crowd (don't get me wrong, I'm raw AD & GPO myself!) but here's a thought.

 

You could do the same thing using AutoIt. It's possible to write an AutoIt script which sits on the system waiting for certain windows to appear and killing them automatically. I use the technique for automating nasty software installations which pop up dialogs mid-install. AutoIt is clever enough not to hog the CPU. The only tricky bit would be constructing the mechanism to distribute a central list of 'windows to kill'. If anyone is interested in this idea (or can see a reason why it wouldn't work), post here to let me know. Maybe I'll write the script...

Posted

Thanks Dos_Box, it is as we thought. However, how easy is it to set up AD/GPO to replicate what Winsuite does....that is the thing. We don't want to miss a setting and let the little darlings loose.

 

On the subject of the MS Shared Computer Toolkit, we have looked at it briefly as well. The problem with locking down the C: drive is that you loose all MS Updates, AV updates etc everytime you restart the PC. One suggestion is to put your AV software on a further partition and not to restrict that, but that sort of defeats the object.

 

Anyone know if good ol' MS are planning a version for networks?

 

Thanks

Posted
It is very easy. You just need to create a policy, call it DENY INSTALLATIONS to experiemnt on. I shall post later (when I have more time) and tell you the relevent sections of GPO's to look in, or if someone is not to busy they could start you off now with a suggestion or two.
Posted

If you go to the user's software restrictions as described above set some path rules like these:

 

d:\ Path Disallowed

e:\ Path Disallowed

h:\ Path Disallowed

l:\ Path Disallowed

p:\ Path Disallowed

v:\ Path Disallowed

 

This allows users to access data etc from the blocked locations but EXEs can't be run. It works well for us. We do it at an OU level so we can be flexible for different levels of user.

  • 3 weeks later...
Posted

Hi

 

I've tried the solution mentioned above by adding some 'new path rules' but they do not seem to be working as the little blighters are still able to run doom and quake from their pen drives.

 

I looked at the other options available but unfortunately we use so much software it would take forever to populate the list of allowed software.

 

Any further assistance on this problem would be much appreciated.

Posted
Disable access to pen drives, stating the reasons - anyone with work on a USB drive can give it to a teacher/technician who will copy the work to a share for collection by the pupil. Explain why this has had to be done - abuse of school resources!
Posted
^^ Thats what we do no removable drive access for students. Its more trouble than its worth to let them bring god knows what in. If they need to send something in they can email or bring it to me.
Posted

Thanks for the suggestions, I have given a report to the schools leadership team regarding this matter and suggested the disabling of pen drives, not sure they will be too keen on that though :Cry:

 

I've just been told by a colleague that there is a program available that will take care of this, I'll keep you all informed if I find out what it is.

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



×
×
  • Create New...