Jump to content

Recommended Posts

Posted

Is there a way to do this?

 

I know you can change the AM and PM designations on the clock but using %username% just displayed %username% rather than the name of the student.

 

Anybody know of an app that will display the name of the student on the task bar or notification area?

Posted

I'm not sure exactly how you'd deploy this out to clients (or even if you could ) but on my own workstation I have a toolbar that links to my home drive but shrunk up so all I Can see is the title as per the attached image. Might be another way to go about it while also providing additional functionality to the users.

 

toolbar1.png

Posted

Easiest way I've always found is to tap the Windows key as I walk past, as it displays the username on the log out button. Nice easy way of seeing it.

 

BGInfo works well (we use it here) but if they have windows open you can't see it, in which case, you have to use the Windows key again... so may as well just do that in the first place ;)

Posted

Another method would be to change the "My Computer" text on the My Computer icon. This can be done by amending the Class ID 20D04FE0-3AEA-1069-A2D8-08002B30309D in the registry to include %Username% and %Computername%. See below. This can be added to a Logon script or via Group Policy.

 

echo y| reg.exe delete HKCR\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D} \\="My Computer"

 

reg.exe add HKCR\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D}

\\="%"username"% on %"computername"%" REG_EXPAND_SZ

Posted
I'm not sure exactly how you'd deploy this out to clients (or even if you could ) but on my own workstation I have a toolbar that links to my home drive but shrunk up so all I Can see is the title as per the attached image. Might be another way to go about it while also providing additional functionality to the users.

 

[ATTACH=CONFIG]9318[/ATTACH]

 

I think I might be able to deploy this with a change to the student profile

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