Sunday, 16 September 2018

Change the Order of Windows app Icon Overally

  • Run “regedit” and locate: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Explorer\ShellIconOverlayIdentifiers\"
  • rename the folders in order you want (trick use 01_, 02_ as prefixes)
  • terminate explorer.exe from task manager and re-run explorer.exe task.
 

No comments:

NU1101 Errors in Blazor Projects

These NU1101 errors in your Blazor project suggest that the required NuGet packages aren't being found in the configured sources. To res...