Search query: label/BIOS

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

Enable VT and EVC in the Hewlett Packard (HP) BIOS

Enable VT and EVC in the Hewlett Packard (HP) BIOS

...host for Enhanced vMotion Compatibility, you must Enable No-Execute Memory Protection. These settings can be found under the CPU info section of the HP BIOS. ... Read More

Enable VT and EVC in the Dell BIOS.

Enable VT and EVC in the Dell BIOS.

...vMotion Compatibility, you must Enable Execute Disable. These settings can be found under the CPU info section of the Dell BIOS. (F2 to enter Dell ... Read More

What you need to know so you Don’t Meltdown from Spectre! How to patch your computers.

What you need to know so you Don’t Meltdown from Spectre! How to patch your computers.

...laptop, I went over to Dell.com, popped my Express tag into the support section and was given a list of all of the drivers and ... 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