Forum Discussion
HirendraSingh
13 days agoContributor
I had tried this code but its opening 3 private window in single time.
rraghvani
Champion Level 3
13 days agoIf you are running the three (option) lines of code i.e.
WshShell.Run(command);
getActiveXObject("WScript.Shell").Run(command);
Sys.OleObject("WScript.Shell").Run(command)
Then it will open the browser three times! Choose one that suits your needs.