Skip to content

Commit

Permalink
Add PowerShell script
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Jul 7, 2024
1 parent ee4564a commit 5f04f60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions desktop icons fix.ps1
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit 5f04f60

Please sign in to comment.