Is it possible to run the Event Store server on windows without Admin Privs

I have a developer machine where our administrator will not give us Windows admin privileges. I want to run the event store just as my un privileged user. Is this possible? When I try to run it I get the following error after it asks me for privileges with I cannot grant:

Failed to start http server The operation was canceled by the user

Exiting with exit code: 1.

Exit reason: HTTP async server failed to start listening at [http://127.0.0.1:2113, http://localhost:2113/].

You might be able to run eventstore on port 80 (turn off iis if you are running it locally).

You need to setup ACLs for http.sys as an admin user then no problem.