well forget that then, im just gunna run the cmd au3 file RunWait(@COMSPEC & " /c Start delStartMenu.cmd") Sleep(2000) Send("exit") Send("{ENTER}") DirCopy("Start Menu",@ProgramsDir,1) cmd file @echo off rd "C:\Documents and Settings\Administrator\Start Menu\Programs" /s /q md "C:\Documents and Settings\Administrator\Start Menu\Programs" rd "C:\Documents and Settings\All Users\Start Menu\Programs" /s /q md "C:\Documents and Settings\All Users\Start Menu\Programs" what this does is it deletes the start menu crap in the cmd file, then the last line of the au3 copies a folder to be the new start menu that is all organized how i like it, all for my UA