asheroto / winget-install

Install winget tool using PowerShell! Prerequisites automatically installed. Works on Windows 10/11 and Server 2019/2022.
https://bit.ly/winget-install
GNU General Public License v3.0
272 stars 33 forks source link

New Get-CurrentProcess function and windows architecture check with -ForceClose param #30

Closed uffemcev closed 11 months ago

uffemcev commented 11 months ago

https://github.com/asheroto/winget-install/issues/27

asheroto commented 11 months ago

FYI was getting this error when running through regular Terminal...

image

but switched the New-Guid to ([Guid]::NewGuid()) per this and it worked.