Thursday, October 25, 2012

TMS Java woes

To fix TMS Java errors add an environment variable called "_JAVA_OPTIONS" and setting its value to "-Dsun.java2d.d3d=false"? Then restart your browser, and you should be fine.

Local Groups?

"net localgroup" is one of my favorites for adding, deleting, or checking who's in the local administrators group

Monday, October 22, 2012

Control Stuff


You can use "control [item]" to bring up the control panel items. "control system" brings up the system properties, "control printers" brings up devices and printers.

Thursday, October 18, 2012

Reset all users passwords in an OU


The following command is an easy way to reset all passwords in an OU back to a default password. This is especially helpful at the beginning of the school year:

dsquery user -limit 0 ou=2018,ou=Users,ou=Students,=domain,dc=com | dsmod user -pwd newPa$$w0rD -mustchpwd yes

.Net said .No so this says .Youbetterorelsebuddy

 I was having trouble with .net framework install on new computers.  I'm not sure why it didn't work repeatedly, but found that if y...