0

I'm trying to run two instances of WhatsApp for two different accounts. Previously, when WhatsApp was a desktop application it was possible to run it as a different user with runas, but the desktop version is no longer updated.

I tried the same approach with the Microsoft Store version, installed the app for both Windows users. But the executable terminates instantly with no error message. I tried to launch the app shortcut copied from shell:AppsFolder and the .exe file directly.

4

1 Answer 1

0

old whatsapp i'm start with:

runas /user:mobileapp24 /savecred "C:\Program Files\WhatsApp\WhatsApp.exe"

Now whatsapp from Windows store, i can't start:

runas /user:mobileapp24 /savecred "powershell.exe -command Start-Process -Verb RunAs shell:appsFolder\5319275A.WhatsAppDesktop_cv1g1gvanyjgm!App"


powershell.exe -command Start-Process -Verb RunAs "shell:appsFolder\5319275A.WhatsAppDesktop_cv1g1gvanyjgm!App"


runas /user:mobileapp24 /savecred "powershell.exe    Start-Process shell:appsFolder\5319275A.WhatsAppDesktop_cv1g1gvanyjgm!App -verb runas

Not work

Use link for whatsapp and Run as deferent user(Shift+RightClick) Not work - start myself user

Any ideas?

1
  • 1
    As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Jul 11, 2023 at 22:58

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .