diff --git a/desktop icons fix.ps1 b/desktop icons fix.ps1 new file mode 100644 index 0000000..8b6dd1c --- /dev/null +++ b/desktop icons fix.ps1 @@ -0,0 +1,7 @@ +$scriptPath = Join-Path -Path $PSScriptRoot -ChildPath "desktop_icons_fix.py" + +try { + & python $scriptPath +} catch { + Write-Host "Python executable not found or script execution failed." +}