sindresorhus/opn
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Permission error to open "cmd.exe" when user is Administrator #207
felixhao28 posted onGitHub
If the user is "Administrator" on Windows 7, NodeJS is not privileged to spawn "cmd.exe" or "powershell.exe", therefore open("http://github.com")
fails. However spawn("explorer.exe", ["http://www.github.com"])
works.