Category Archives: Labs

Posts about computer labs and classrooms at Williams College

Windows 10 – Get Windows Update Log

Apparently windows 10 changed the windows 10 log format and you now need to run a power shell command to generate the log file as a text file that normal humans can read. Open Powershell with “Run as Administrator” give … Continue reading

Posted in Labs, Software | Tagged | Comments Off on Windows 10 – Get Windows Update Log

Windows 10 – System-wide File Type Associations

List current filetype associations with these two different commands: ftype or assoc Change or create new ones: Open an elevated command prompt. Use FTYPE {fileType}={commandString} to create a file type and associated command to open the file. Use ASSOC {.fileExtension}={fileType} … Continue reading

Posted in Labs | Tagged | Comments Off on Windows 10 – System-wide File Type Associations

Windows 10 – Clean Boot

https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows Use msconfig to disable all non-Microsoft “Services” and “Startup” from starting After booting clean, use msconfig to set your computer back to “Normal” boot.

Posted in Labs, Software | Tagged | Comments Off on Windows 10 – Clean Boot

JAMF – DEP and VPP Certificate Renewal

For the JAMF server we have yearly renewing certificates that connect our JAMF server to Apple’s servers for our hardware (DEP) and software (VPP) purchases. Here is how I did this process in May 2017: 1) Log into our JAMF … Continue reading

Posted in Labs, Software | Tagged , , , | Comments Off on JAMF – DEP and VPP Certificate Renewal

Mac – NoMAD – AD functionality to macs without binding

You can add AD functionality to a Mac without having to “Bind” it to the domain … See: See: https://www.nomad.menu/

Posted in Labs, Software | Tagged , | Comments Off on Mac – NoMAD – AD functionality to macs without binding

Windows 10 – Install to external USB drive

Update (Sept 2017) – An even easier way to do this is to copy your wim image to a windows 10 computer and run the “Windows to Go” application.  In the Windows to Go app, choose the disk you want … Continue reading

Posted in Labs | Tagged , | Comments Off on Windows 10 – Install to external USB drive

Mac – Microsoft Office 2016 – Disable First Run and Welcome screens

See the details at: https://derflounder.wordpress.com/2016/01/17/suppressing-office-2016s-first-run-dialog-windows/

Posted in Labs, Software | Tagged , | Comments Off on Mac – Microsoft Office 2016 – Disable First Run and Welcome screens

Mac – Active Directory Debugging and Logs

To debug an Active Directory binding issues First set the directory error logging to “debug” with: sudo odutil set log debug then try the join … set the error logging back to “error” with: sudo odutil set log default You’ll … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Active Directory Debugging and Logs