CPAU - Command line tool for starting process in alternate security context

March 13th, 2023

This lets you run a program in Windows as a different user (provided you have the credentials for that user)

http://www.joeware.net/freetools/tools/cpau/

Note: the file has been attached 

NZEDB Maintenance

March 13th, 2023

Here are a couple of links to threads about NZEDB maintenance.

How to clean out Other category
Battling that a$$hole codec poster

How to make a Tasmota switch behave differently depending on how you press the button

October 16th, 2022

Home Assistant Miscellaneous Links

October 16th, 2022

Can I have an IF block in DOS batch file?

October 11th, 2022

Can I have an IF block in DOS batch file?

if <statement> (
    do something
) else (
    do something else
)