Cybersecurity

1 min read

VMware: Intermittent Error: Unexpected character ‘’ (code 65279 / 0xfeff) in prolog; expected ‘<' at [row,col {unknown-source}]: [1,1] pop up in Windows vSphere client ?

Recently, I got the error below when using the vSphere client. Problem: I have only tested this solution on: Solution: Repair your installation…

1 min read

Check Proxy settings from Powershell

To check the proxy settings like ProxyOveride or if it is enabled or not: Get-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" To disable proxy from…