w32 query configuration

Time Synchronization Problem in Hyper-V Host

Use the command on Hyper-V to synchronize time with Domain Controller, "w32tm /config /syncfromflags:domhier /update"

Remotely get list of installed program

Use PsExec to connect to a remote PC and get list of program installed. Command is wmic then product get name
Hyper-V Ubuntu Image Hash Error

Hyper-V Secure Boot

In Hyper-V environment, The image's hash and certificate are not allowed (DB). You need to disable Secure Boot in VM Settings to proceed with the…

View and kill process running on remote computer

To kill process on remote computer, use psExec then pskill.exe \computer_name process_name

How to create and delete a service in Windows?

You can add an application executables to Windows Service and set it to automatically start whenever your system boots. This way you avoid inconvenience of…