WinXP Administrator?
I like giving myself challenges so that i can learn by solving them. The last challenge i've given myself is to get administrative rights on a Windows XP machine with only a restricted user. I actually thought that would be pretty easy, i tried creating a new user: Net user /add IICybeII and then moving it to the administrator group: Net localgroup administrators /add IICybeII
But unfortunately (for me) i'm not allowed to create a user when i'm not logged in as administrator. I've tried some different things; putting it in a batch file, and tried to make that start up automaticly (so that it, in theory, would be started next time an admin logged on), but since both folders and the registry was locked for editing from a restricted user, i couldn't do that either :(
I'm pretty sure there's a simple way of doing this (it's just windows' own security were talking about!), but i can't find any other solution to this problem, than asking for help… So; Will anyone give me a hint?
IICybeII wrote: I like giving myself challenges so that i can learn by solving them. The last challenge i've given myself is to get administrative rights on a Windows XP machine with only a restricted user. I actually thought that would be pretty easy, i tried creating a new user: Net user /add IICybeII and then moving it to the administrator group: Net localgroup administrators /add IICybeII
But unfortunately (for me) i'm not allowed to create a user when i'm not logged in as administrator. I've tried some different things; putting it in a batch file, and tried to make that start up automaticly (so that it, in theory, would be started next time an admin logged on), but since both folders and the registry was locked for editing from a restricted user, i couldn't do that either :(
I'm pretty sure there's a simple way of doing this (it's just windows' own security were talking about!), but i can't find any other solution to this problem, than asking for help… So; Will anyone give me a hint?
could you add it to autoexec.bat as start whateveristhenameofyourbatch.bat and then it would open it when they logged on (or anyone for that matter)
i think the default for safe mode selection is f8….or atleast thats what its always been on mine….
GODD wrote:
could you add it to autoexec.bat as start whateveristhenameofyourbatch.bat and then it would open it when they logged on (or anyone for that matter)
i think the default for safe mode selection is f8….or atleast thats what its always been on mine….
Unfortunately that file is also read-only for restricted users. I'll try to boot up in Safe mode soon, and if that doesn't work i'll try with a boot disk…. 0ofcourse i will write my results inhere when i'm done..