Posts

Showing posts with the label VBS

How to Fix VMware Horizon "VDP Connect Failure" on Low-Spec PCs

How to Fix VMware Horizon "VDP Connect Failure" on Low-Spec PCs The Mind-Boggling VDI Fix: Resolving Horizon View "VDP Connect Failure" via Client Downgrade Published: June 2026 | Category: IT Infrastructure & VDI Troubleshooting 1. The Incident: A Sudden "VDP Connect Failure" and Immediate Disconnection In the world of VDI administration, some errors defy standard troubleshooting logic and leave you feeling completely dumbfounded. Recently, a specific user reported that they could no longer connect to their virtual desktop. Upon trying to establish a session using the VMware Horizon Client , a generic "VDP Connect Failure" pop-up would trigger, and the client would immediately drop the connection and close. "We changed the entire network routing, tested different internet service pro...

Removing Network Drives with Specific IP Using VBScript (Run as Administrator)

 Removing Network Drives with Specific IP Using VBScript (Run as Administrator) This blog post explains how to create a VBScript that removes network drives containing a specific IP address, and how to run it with administrator privileges. Introduction Sometimes, you may need to disconnect network drives that are no longer accessible or connected to a specific server. This VBScript automates the process of finding and removing such drives based on their IP address. VBScript Code Option Explicit ' Function to check if the script is running with administrator privileges Function IsAdmin()     Dim objShell, strUser, strDomain     Set objShell = CreateObject("WScript.Shell")     strUser = objShell.ExpandEnvironmentStrings("%USERNAME%")     strDomain = objShell.ExpandEnvironmentStrings("%USERDOMAIN%")     IsAdmin = (strUser <> "" And strDomain <> "")     Set objShell = Nothing End Function ' Request administrator pr...

Popular posts from this blog

Troubleshooting VMware Horizon Client vdpConnect_Failure Issue

VMware Horizon Agent “Protocol Error” — Fixed by Windows Firewall Configuration

VMware / Omnissa Horizon Agent Unreachable – Causes and Fixes (Complete Troubleshooting Guide)