sir, but I have another issue. not related to script or syntax
it a problem with windows defender
I write a very very basic program. this
#RequireAdmin
ProgressOn("Waiting", "Setup", "Loading")
For $i = 0 To 50
ProgressSet($i)
Sleep(50)
Next
but I don’t know why is my Windows Defender detecting a virus in it?
it is just a loading bar and nothing more
Source: Windows Questions