I created a very simple script to open gpedit.msc 
I am trying to send the alt commands to the mmc window to disable local group policies. 
When the script runs it will not insert the alt commands to the MMC. 
  
I am a newbie to Autoit but this seems like it should be really easy. 
Below is my script. Can someone help me out? I have 200+ (non domain) machines waiting for this. 
  
  
Run("cmd.exe") 
WinWaitActive("C:\Windows\system32\cmd.exe","","") 
Send("gpedit.msc{enter}exit{enter}") 
Send("!A!R") 
Send("!C!Y!U{ENTER}!F!X")