Hi,
i used this batch file for network configuration operator users in windows xp start up without any issue.
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 192.168.1.1
route add 192.168.1.0 mask 255.255.255.0 192.168.1.2
exit
recently, i added this batch file to the start up of windows 7 pc for network configuration operator users and encountered access rights issue.
Please advice what to do to allow network configuration operator users to modify the routing table at the start up of windows 7.
Thank you
SC Moh
i used this batch file for network configuration operator users in windows xp start up without any issue.
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 192.168.1.1
route add 192.168.1.0 mask 255.255.255.0 192.168.1.2
exit
recently, i added this batch file to the start up of windows 7 pc for network configuration operator users and encountered access rights issue.
Please advice what to do to allow network configuration operator users to modify the routing table at the start up of windows 7.
Thank you
SC Moh