Just wanted to say that I had time today to test out my problem on some other operating systems.
It was the same at Windows 7 Professional x32 and Windows Vista Business x32.
I am curios if I am just unable to install Windows several times or if this is really a bug.
Could somebody please try to reproduce this and tell me how it worked?
All you have to do is create an account with user permissions, deactivate UAC (restart afterwards, of course) and then run the following script
#RequireAdmin
MsgBox(0, "Test", "Test")
I don't get the MessageBox. As soon as I run the script I see the hourglass flashing constantly and when I check the running processes in the Task Manager I see my script starting and stopping all the time.
Again, I have no problem whatsoever when I run the script as an Administrator (naturally) or when UAC is turned on.