ThioJoe / Windows-Super-God-Mode

Creates shortcuts to virtually every special location or action built into Windows
GNU General Public License v3.0
1.42k stars 100 forks source link

MsResource Error #2

Closed HerbJul closed 2 weeks ago

HerbJul commented 3 weeks ago

I discovered a second error when executing the script

Get-MsResource : > All attempts to retrieve resource failed for ms-resource: @{windows?ms-resource://Windows.UI.SettingsAppThreshold/SearchResources/SettingsPageSignInOptions/HighKeywords}. Error code: -2147024774 In C:\Users\19jul\Downloads\Super_God_Mode.ps1:1070 Zeichen:16 + return Get-MsResource $StringReference + ~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-MsResource

ThioJoe commented 3 weeks ago

Yea I probably have to make the function that handles that part a bit more robust, it is a pretty complicated one.

ThioJoe commented 3 weeks ago

Should be fixed for next actual release or you can try the current build here: https://github.com/ThioJoe/Windows-Super-God-Mode/blob/main/Super_God_Mode.ps1