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.
Thursday, October 25, 2012
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
Subscribe to:
Posts (Atom)
Windows 11 Network Refresh Without Reboot
# Full-Network-Reset.ps1 # Run as Administrator for full effect Write-Host "Restarting network adapters..." -ForegroundColor C...
-
First, you need to locate the server with the PDC role. Open the command prompt and type: netdom /query fsmo Look for the PDC line L...
-
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...