Jump to content

Recommended Posts

Posted

Not sure if this is the correct forum but trying to find a solution to a current trend of student behavior:

 

Some students have discovered that briefly pulling the mains lead from the PC when logged on, then immediately logging back on gives them access to a number of settings etc which are normally blocked by Group Policy. It seems to relate in some way to cached profiles, but we created a vb script that removed all but the adminstrators etc profiles from c:\users (run on machine startup) which seemed initially to stop the behavior, but it has returned. As a result we are suffering from an increasing number of hardware failures due to this activity.

 

Anyone seen this before or got a solution? (Currently trying GPO refresh policy set to 1 minute but this is not generally recommended as it increases network traffic and I'm not yet sure it will make any difference).

Posted

There is a GPO, Always wait for the network at startup, that should stop this.

 

TO be honest, this is also a behavioural issue. I'd be having words with SLT if this occurred in my school, outlining how much it is likely to cost in replacement PSUs.

Posted

just spitballing but create a hidden network share somewhere. Create a logon script that when a user logs on it creates a %username%.txt file if one dosent exist if it does it runs shutdown /l to log them off and then create a logoff script that at proper logoff deletes the file enabling them to log on again

 

as above havnt tried it its just an idea

 

so

 

if exists \\server\logons$\%username%.txt goto ohdear

copy \\server\logons$\template.txt \\server\logons$\%username%.txt /y

goto end

 

: ohdear

shutdown /l

:end

Posted
This can most likely be resolved by the "wait for network at startup / login" as mentioned above, this is something I used to take advantage off when I was a Secondary School student many years ago..

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...