You can change the Windows theme from the command line easily enough with ThemeTool. Scripting it out so the PCs you manage isn’t much more difficult. Getting ThemeTool is probably the most challenging part.
Continue reading “Change Themes from the Command Line”Category: Troubleshoot
WinDBG and BSOD/Crash Dumps
App crashes and BSODs are some of the hardest issues to diagnose. Enabling user-mode crash dumps for all apps will capture application crash information. Then you can use some Microsoft tools to potentially make the analysis a little easier. Comprehending the analysis is outside of the scope of this post but here’s a quick how-to to read it.
Continue reading “WinDBG and BSOD/Crash Dumps”