I started interactive (system user) cmd to use some commands and I got back Access denied error. I could do it other ways, but I'm interested in how is it possible, that superuser-like account simply cannot access some location. Isn't it called SYSTEM user, because it can go everywhere where system is?
EDIT: I'm trying to change ntldr to bootmgr. Both normal and admin version says Access denied, so I tried SYSTEM...
sc create testsvc binpath= "cmd /K start" type= own type= interactsc start testsvc– Anagmate Dec 17 '13 at 20:04