Friday, January 8, 2016

Create Windows user with LocalService permissions

Is it possible to create a user account in Windows 7 that has the same permissions as LocalService?



I need this for debugging purposes: I am debugging windows services by running my service as console application.



In the interactive/console mode you can not impersonate such kind of user as LocalService (there are some tricks, but they are unreliable and can be deleted from upcoming releases).

No comments:

Post a Comment