Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How to prevent students from disabling aclient

Updated: 23 May 2010 | 7 comments
mary23's picture
0 0 Votes
Login to vote

Does anyone know how we can prevent students from disabling aclient on the pcs? They have discovered how to shut it down so it shows grey in the console so we cannot monitor their activities. We can usually terminal in, but it knocks them off if we do, and we can't tell legitimate users from not.
Thanks.

Comments

cwitter's picture
06
May
2008
0 Votes 0
Login to vote

For public machines like

For public machines like this I would recommend not showing the Aclient icon (I'm pretty sure this isnt an option for the vista DAGENT but works with XP and below). I'd then block access to browsing the local disk drives. I suppose you could also just prevent the specific group that the students belong to from even being able to read the folder that the aclient is installed. As long as they're not an admin killing the process or stopping the service wouldnt be an issue either. Hope this helps.

Craig

lwhittaker's picture
06
May
2008
0 Votes 0
Login to vote

Aclient

We just hide the aclient from the user. It does not show in the sys tray.
Agent settings-security-hide agent.

savnhga's picture
06
May
2008
0 Votes 0
Login to vote

aclient options

Here are a couple of options you might consider, if you have not already:

* Password protect the aclient sys tray icon.
* Hide the icon (so they don't realize it running).
* You can also modify local and/or domain level group policy to keep the aclient running.

Thanks, Chris Bashlor

benlye's picture
08
May
2008
0 Votes 0
Login to vote

Local/domain level GP

Can you elaborate more on it??

I'm also having this problem and don't know how to solve it

already done password protect, and hide icon, disabled task manager. and yet they are still enable to kill the process

dwagner's picture
08
May
2008
0 Votes 0
Login to vote

AClient Options

You can also try using the subinacl.exe utility. It can prevent students from stopping and/or disabling Altiris services (or any other services).

Darryl

Darryl Wagner
Sr. Systems Administrator
Wellspan Health

Shadrocks's picture
08
May
2008
0 Votes 0
Login to vote

Pretty simple scripting options..

It would also be pretty easy to write a script to check the processes to see if the client is running and start it if it's not. Much easier in my opinion than the ACL option or switching the rights on the services. It just depends on how confident you are with scripts, either way some sort of script will have to be used.

savnhga's picture
12
May
2008
0 Votes 0
Login to vote

Aclient

If you create/copy a script file to your Domain Level Group Policy where the users can not modify it (Unlike a Local GPO). If they keep stopping the services just force there machine to check in with the Domain Level Group policy every "X" minutes to re-enable the services they are stopping.

Thanks, Chris Bashlor