you do not have access to make the required system configuration modifications

L

Larry

on XP Pro, a newly-installed workstation, logging on with
admin rights, trying to run an executable from the
server. That executable needs to modify some files in the
Windows folder hierachy, but I get the error:

you do not have access to make the required system
configuration modifications

The windows folder rights/permissions allow full control,
and I would think the administrator logon does the same,
so what else could cause the problem??

Thanks for any help you can give.
 
M

Miha Pihler

Hi,

this should work, but there could be few problems.

First one that comes to mind is the space in the path. E.g. my server name
could be "Primus". The full path to the file would e.g. be
"\\primus\c$\WINNT\system32\my exe file.exe" Since file name is "my exe
file.exe" you have to put whole patch into brackets (" "). If you don't
runas (and other programs), will try to run only this
\\primus\c$\WINNT\system32\my and stop (because of the space)...

Second thing that you could do (that I would do) is map the drive first and
then run e.g. "w:\my exe file.exe" ...

Last thing that comes to my mind is, make sure, you haven't misspelled the
patch and that the program that you are trying to reach is really on the
path that you entered...

I hope this helps,

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top