diff --git a/bangwallpaper42.vbs b/bangwallpaper42.vbs index 1e98cef..b027e62 100755 --- a/bangwallpaper42.vbs +++ b/bangwallpaper42.vbs @@ -3,7 +3,7 @@ Dim WshShell Set WshShell = CreateObject("WScript.Shell") -WshShell.Run "powershell.exe -nologo -NoProfile -ExecutionPolicy Bypass -command .\rotanconv32.ps1", 0, TRUE +WshShell.Run "powershell.exe -nologo -NoProfile -ExecutionPolicy Bypass -command .\rotanconv32.ps1", 0, false set WshShell = nothing WScript.Quit