Author Archives: Sems - Page 2

Checking list of software from Command Line

I needed to check software installs on multiple machines. One thing I found was to utilize WMI (Windows Management Instrumentation). The command is simple: wmic product where 'name like '%%Office%%'' get name Above searches the installed programs ...
Read more

Rename a PC via command line

Sometimes it comes very handy to do tasks via command prompt, especially when you are dealing with many PCs at one time. When I setup PCs, I give them proper names, instead of usual DESKTOP-SERIAL ...
Read more

We are back…

I have been ignoring the site quite some time. I am intending to keep it fresh like it was before. We'll see how it goes. Between a pandemic and all other things in my life, ...
Read more