RonnyTNL
RonnyTNL
to reproduce install in Admin powershell Install-Module SpeculationControl Open a standard/limited account user powershell and query get-installedmodule
Ah, amazing, I tried to reproduce an a clean VM which did not work, both show PSGallery, so I have to assume some left-over is messing up my main machine.
weird stuff on the machine with the issue ran from limited account ``` PS C:\Users\> (Get-InstalledModule speculationcontrol).RepositorySourceLocation https://www.powershellgallery.com/api/v2/ PS C:\Users\> (Get-InstalledModule speculationcontrol).Repository https://www.powershellgallery.com/api/v2/ ``` ``` PS C:\WINDOWS\system32> (Get-InstalledModule speculationcontrol).RepositorySourceLocation https://www.powershellgallery.com/api/v2/...
+1 I use UniGet mainly "on demand" so when you open/start it you land on discover and have no idea if something is scanning or not, so some form of...
Ok thanks, I'll give it a spin in a VM tomorrow see if I can reproduce this behavior.
Reproduces on a VM also, perhaps regional settings or something?

I have an other machine that upgraded just fine to 1.6.11, so if you have a clue where to look for details pls let me know
Hi All this issue is not resolved correctly in 1.3.292. This was a fresh machine which had never seen Greenshot. The problem is the uninstall entries are created under the...
> Could someone please try whether this test (!) release installs as expected? https://github.com/greenshot/greenshot/releases/tag/bug%2F546-admin-install > > It allows to select for all-users vs. current-user installation (and asks for elevation only...