Thank you for your help. For anyone interested, here is code that unminimized windows iteratively.
on run {input, parameters}
set windowNames to {}
tell application "System Events"
repeat with p in every process
repeat with w in every window of p
if value of attribute "AXMinimized" of w is true then
set value of attribute "AXMinimized" of w to false
end if
end repeat
end repeat
end tell
windowNames
end run
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags: