Search query: label/sysinternals

SysInternals Tool Suite

SysInternals Tool Suite

...from there. Also, another good resource for the SysInternals tools, in an uncompressed format is https://live.sysinternals.com/ this can be a very helpful site when you ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Auto Accept EULAs for SysInternal PSTools.

Auto Accept EULAs for SysInternal PSTools.

...to cover all SysInternals utilities. You can just add the following registry entry to your machine. REG ADD HKCU\Software\Sysinternals /v EulaAccepted /t REG_DWORD /d 1 ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More

Stopping that unstoppable service!

Stopping that unstoppable service!

...SysInternals’ PSExec to launch a process as SYSTEM.  [When attempting this with services other than Endpoint Protection, you’ll of course substitute the appropriate executable and ... Read More