Andy
Andy
@webhostsg Thanks for the serial command pdf. HLK don't make it easy to find them. Just grabbed two 2410's and am dreading the soldering. At least with distance and sensitivity...
@webhostsg - that looks excellent! I think I killed one trying to remove the headers and solder tiny wires with my only (fat) tip.. ..the second try by soldering directly...
@webhostsg deal.
I am also experiencing this on a Windows Server 2022 VM with 7.4-preview4 setup as a Jenkins agent. If I RDP to this VM, I can open preview4 ok. Any...
@iSazonov - thanks for the tip. I have `POWERSHELL_TELEMETRY_OPTOUT` set to 1 and [tried these as well](https://github.com/PowerShell/PowerShell/issues/16234#issuecomment-944249264), no joy. There still appears to be a progress bar that flashes by...
@iSazonov - what's the trick to building pwsh for the first time? Following [these directions](https://github.com/PowerShell/PowerShell/blob/master/docs/building/windows-core.md) I installed the Dot NET 8-preview 5 SDK and `Import-Module ./build.psm1; Start-PSBootstrap` runs ok. I...
Thanks @iSazonov, that makes sense. .NET SDK 8.0-preview5 removed and .NET SDK 8.0-preview4 installed from MSI. Builds ok with no code changes (as I wanted a baseline since no experience...
I probably bodged this up, but after commenting out the entire telemetry.cs, commenting out `` and then commenting out all instances of `using Microsoft.PowerShell.Telemetry` (etc) and `ApplicationInsightsTelemetry.SendTelemetryMetric` from numerous files...
> if you're having the same problem as me, I don't believe it's due to telemetry. I have traced the problem to the value returned by the GetFolderPath API (in...
Thanks @stevenebutler Steps I took (to ensure I did the right thing).. ``` Forked https://github.com/stevenebutler/PowerShell.git git remote add upstream https://github.com/PowerShell/PowerShell.git # wouldn't build w/o git fetch -t upstream # wouldn't...