How do I allow a non-admin user to change their IP address on Windows XP?
If you were to do it for a number of users, the most efficient way would be to run net localgroup "Network Configuration Operators" /add <user>
on the machine they're using. Perhaps stick it in a logon script or something.
Ehtyar.