Jacov Posted June 19 Share Posted June 19 After my IT updated Teams to new_Teams , it doesn't have exe file , it is windows application. How can I launch it by AutoIt (without creating shortcut and running it) ? seadoggie01 1 Link to comment Share on other sites More sharing options...
ioa747 Posted June 19 Share Posted June 19 watch this if it works for you https://www.autoitscript.com/forum/topic/139260-autoit-snippets/page/25/#comment-1531555 Jacov 1 I know that I know nothing Link to comment Share on other sites More sharing options...
rsn Posted June 19 Share Posted June 19 The exe has a new name and can be found in a few places on your PC: C:\Program Files\WindowsApps\MSTeams_<version string>_x64__8wekyb3d8bbwe\ms-teams.exe C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\ms-teams.exe C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\MSTeams_8wekyb3d8bbwe\ms-teams.exe Jacov 1 Link to comment Share on other sites More sharing options...
Solution Gianni Posted June 19 Solution Share Posted June 19 ShellExecute('ms-teams.exe') Jacov 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
Jacov Posted June 19 Author Share Posted June 19 Thanks everyone ioa747 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now