Meteor failed to run as non admin

Hi
Choco and meteor have been installed.

Run PowerShell as admin

PS C:\WINDOWS\system32> meteor --version
Meteor 1.10.1
PS C:\WINDOWS\system32> choco --version
0.10.15

Able to create a meteor app and see it running in the browser.

Run PowerShell as non admin

PS C:\Users\sam> choco --version
0.10.15
PS C:\Users\sam> meteor --version
meteor : The term 'meteor' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ meteor --version
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (meteor:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

I don’t remember “it has been few weeks” the previlage during installation, i.e. run PowerShell as admin or fresh restart and login as admin.

I need to be able to create and run meteor as non admin.
Do I need to un install meteor after a fresh admin login and then reinstall meteor using PowerShell as admin but machine login in as non admin?

Thanks