Here is what I have observed while running a simple Ember app on personal Windows 7 machine (using ember-cli)
Case A Running via command prompt as normal user takes around 60-70 seconds for the build
Case B Running via command prompt as admin takes around 3-4 seconds for the build
For both cases, I have the SymLink thing created.
Now my question is; when I run on company-provided Windows 7 system which has admin restrictions, is there some way of hacking this…meaning admin-level access just for running my ember app OR anything that can be thought? One thing is for sure I would never get full-admin rights.