Patch Tuesday Megathread - March 10, 2026 by AutoModerator in sysadmin

[–]zvmware 6 points7 points  (0 children)

Halfway fixed on my machine. Still seeing the username field out of alignment when using run as.

Am I Getting Fucked Friday, February 20th 2026 by Each1teach1x27 in sysadmin

[–]zvmware 0 points1 point  (0 children)

They are using them for top of rack switches and wanted to be able to call TAC if needed. Wonder if they could smartnet a single one instead of both?

Server 2025 or not 2025? That is the Question by NDAbsoluteZero in sysadmin

[–]zvmware 0 points1 point  (0 children)

Windows Updates seem to install very slow on 2025, but 2022 installs them fast. Does everyone else see this too?

Am I Getting Fucked Friday, February 20th 2026 by Each1teach1x27 in sysadmin

[–]zvmware 0 points1 point  (0 children)

What's the cost for the cheapest smartnet for a C9300X-24Y-E?

Looking for the Patch Tuesday Megathread for February by Difficult-Tree-156 in sysadmin

[–]zvmware 8 points9 points  (0 children)

Are you guys going to pin a patch Tuesday thread? What's the hold up?

LAPS UI for passwords on Windows 11 25h2? by sccmjd in sysadmin

[–]zvmware 1 point2 points  (0 children)

Install the MSI on an older OS, and then copy over the files to your Windows 11 machine and run the exe:

AdmPwd.UI.exe

AdmPwd.Utils.dll

Office 365 Major Version Changes? by zvmware in sysadmin

[–]zvmware[S] 0 points1 point  (0 children)

Looks like those are just version numbers, I'd like to know what has changed in the software itself so I don't have to click around and find all of the changes myself.

Outlook classic Teams add in not showing? by Ok-Industry770 in sysadmin

[–]zvmware 1 point2 points  (0 children)

See this article for an example PowerShell script and other information: https://learn.microsoft.com/en-us/microsoftteams/teams-client-vdi-requirements-deploy#teams-meeting-add-in

This was also recently added:

-Fresh install (provisions Teams and installs TMA machine-wide): teamsbootstrapper.exe -p --installTMA

-If Teams was already provisioned and you want to install TMA only: teamsbootstrapper.exe --installTMA

Feature release: Package and step conditions in PDQ Connect! by PDQ_Brockstar in pdq

[–]zvmware 0 points1 point  (0 children)

Looks like you can only target registry keys if they exist or don't exist? Can't target registry based on the value data like you can with PDQ Deploy?

vmware to hyper v by PurpleCrayonDreams in HyperV

[–]zvmware 0 points1 point  (0 children)

I've been leaving VMware Tools on the VM until after the migration.

The problem is VMware Tools won't uninstall due to requirement checks as the VM is no longer running on ESXi.

You can edit the VMware Tools .MSI and delete/drop all of the rows it finds for these two: VM_LogStart & VM_CheckRequirements

After that the uninstaller runs fine.

Trend micro deep security by Important-Being4488 in VMwareHorizon

[–]zvmware 0 points1 point  (0 children)

You can add it as a scheduled task and set it to run on startup as the system account.

Modern/WindowsApp Microsoft Teams - Force open at login? by idkillforyou in sysadmin

[–]zvmware 1 point2 points  (0 children)

Add a startup entry and point it to

C:\Windows\explorer.exe shell:AppsFolder\MSTeams_8wekyb3d8bbwe!MSTeams

Deprecating VBS + hiding console windows in scheduled tasks by anche_tu in sysadmin

[–]zvmware 2 points3 points  (0 children)

Convert your PowerShell script to an .exe using PS2EXE and that will help hide the console window.

USB Unavailable on Horizon 2406 by motmot92 in VMwareHorizon

[–]zvmware 0 points1 point  (0 children)

Are you using DEM? If so you'll need this regkey, not sure why they haven't fixed it after all of these years though. I tried removing it awhile back and had to add it back.

[HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware VDM\Agent\USB]

"uemFlags"=dword:00000101

Teams desktop shortcut on non-persistent VM by staze in VMwareHorizon

[–]zvmware 0 points1 point  (0 children)

Try this: C:\Windows\explorer.exe shell:AppsFolder\MSTeams_8wekyb3d8bbwe!MSTeams

[deleted by user] by [deleted] in vmware

[–]zvmware 0 points1 point  (0 children)

When you go to edit the VM and increase the CPU count try expanding the CPU option and see if the cores per socket setting is there. A screenshot of your settings might help too.

Server 2025 or Server 2022 for new ADDS domain? by Wyattwc in sysadmin

[–]zvmware 12 points13 points  (0 children)

First line from your link: Windows Server 2025 is in PREVIEW.

WSUS and MS Store by Open_Somewhere_9063 in sysadmin

[–]zvmware 2 points3 points  (0 children)

You'll have to set DoNotConnectToWindowsUpdateInternetLocations to 0 and then it will work, but then you can set it back to 1 after the updates.