I write a lot scripts in AutoIt and although there’s great support in it for WMI, I’m an old school DOS and CMD line guy so I end up scripting out certain things in WMIC for simplicity and convenience. Here are a few snippets that I’ve done recently:
Continue reading “WMIC and SCCM/MEMCM”Category: CMD
Change Themes from the Command Line
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”Copy / Paste in the Windows Command Line with ctrl-c / ctrl-v
Back in 2010 I was very tired of always having to right click to paste in the command/powershell window. I was just learning AutoIt, so I thought I’d make a little applet in that to make life a little easier for myself.
Continue reading “Copy / Paste in the Windows Command Line with ctrl-c / ctrl-v”