Violet Hansen
Violet Hansen
> > It is reasons like this I recommend everyone uses c# and never touch PowerShell. > > I suggest you take a step back and ask what you (and...
I'm having the same problem on PowerShell 7.3.2 
Good news, [PowerShell 7.4 released](https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.3#breaking-changes) and it has added `-ProgressAction` as a common parameter to all the cmdlets. This means you can use `-ProgressAction SilentlyContinue` for `Invoke-WebRequest` and easily hide...
I wanted to start using `New-Variable` cmdlet in my code too but then realized I can't explicitly set the variable type. I want to mark important variables that are not...
More upcoming security by default in Windows https://blogs.windows.com/windows-insider/2023/09/13/announcing-windows-11-insider-preview-build-25951-canary-channel/
some more SMB related security features being turned on by default https://blogs.windows.com/windows-insider/2023/10/25/announcing-windows-11-insider-preview-build-25982-canary-channel/ More info here https://twitter.com/NerdPyle/status/1757851035513892883
Really need a way to customize background color...
I agree that there needs to be a way to add our locally cloned repository folders to Dev Home, but it doesn't make any sense that Dev Home developers should...
I need this too. I have huge repositories already cloned with GitHub desktop. When I clean install Windows, I don't re-downloaded all of my repositories again, GitHub desktop recognizes my...
@jgeurten Thank you so much!