In XP Service Pack 2 or 3 I can run a batch file that will add specific IP addresses. I could include all address regardless of subnet. The batch file would ignore IP addresses for other subnets and only load the correct addresses for the subnet the laptop was on. The user did not need admin priviliges to run this file. This file needed to run everytime the user logs onto the network in order to connect to Bloomberg.
In Windows 7 I have 2 problems to overcome. First all addresses are loaded reqardless of subnet. When this happens Bloomberg will not connect. I have to remove the incorrect subnet addresses from the route table. I have solved that with choices (not preferred) in the batch file (or an .exe version of the batch file). Now, however, elevated priviliges are required to run the batch file (or exe). How can I get this file to just run without having to add admin credentials?
1 person needs an answerI do too