del "%HOMEPATH%\Documents\My Games\Starfield\StarfieldConsoleHistory.txt"
Category Archives: Personal
Howto Upgrade to VMware ESXi 7.0 Update 3o
This short guide explains how to upgrade an existing installation of VMWare ESXi 7.0 to upgrade 3O
As pre-requisite you need to have too access and either insert the commands directly or via an active SSH connection.
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U3o-22348816-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient
Oracle JDK 21 (Java) on Windows 10/11 quick install
winget install Oracle.JDK.21
setx /m JAVA_HOME "C:\Program Files\Java\jdk21"
reboot
Oracle JDK 20 on Windows 10/11 quick install
winget install Oracle.JDK.20
setx /m JAVA_HOME "C:\Program Files\Java\jdk20"
reboot
Howto Upgrade to VMware ESXi 7.0 Update 3n
This short guide explains how to upgrade an existing installation of VMWare ESXi 7.0 to upgrade 3L
As pre-requisite you need to have too access and either insert the commands directly or via an active SSH connection.
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-7.0U3n-21930508-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient