I run a small net Cafe and I have set all my computers as "user" access (Windows XP). This prevents users from changing network settings and such.
I have 2 medium speed internet connections, so when one gets full, I change the network address to the second connection manualy (log as admin, change settings, log off, log back in as user)
This is time consuming, so I have created a program in visual basic 6 which changes the network settings automaticaly with a click of a button! This then allows my customers to change network settings, without any risks of stuffing anything up. (all they do is click a button
)
My program works fine when logged in as Administrator, but doesn't allow network changes to be made as a user.
I used the RunAs command and typed in my admin name and pass and it worked fine that way, but I would have to type this user name and pass everytime I load the program.
Is there a way that I could run my program without having to type user name and pass all the time? Like save the user/pass info on a shortcut or script?
-----------------
MK
I have 2 medium speed internet connections, so when one gets full, I change the network address to the second connection manualy (log as admin, change settings, log off, log back in as user)
This is time consuming, so I have created a program in visual basic 6 which changes the network settings automaticaly with a click of a button! This then allows my customers to change network settings, without any risks of stuffing anything up. (all they do is click a button
My program works fine when logged in as Administrator, but doesn't allow network changes to be made as a user.
I used the RunAs command and typed in my admin name and pass and it worked fine that way, but I would have to type this user name and pass everytime I load the program.
Is there a way that I could run my program without having to type user name and pass all the time? Like save the user/pass info on a shortcut or script?
-----------------
MK