Jump to content

need to start vpn program before logon screen


barneygray

Recommended Posts

I need to be able to start sonic global vpn client before i log on so that i can be authorised on the remote domain to access shared folders. I think this needs to happen after the network has initialised. there is a command line option to start the program.

any ideas are welcome.

thanks

barneygray

Link to comment
Share on other sites


barneygray, try this:

1. Create cmd (bat) file, that starts your vpn client software. For ex.:

-------start of Connect2VPN.cmd -------

start "c:\program files\sonicvpn.exe" /cmd

-------end of Connect2VPN.cmd -------

2. Hit Windows+R, or open "Run" from Start Menu. Type in gpedit.msc & hit OK.

3. Go to Computer Configuration->Windows Settings->Scripts (Startup\Shutdow)

3. Doble click on Startup, then in opened dialog click Show Files. Explorer window will open. Copy perviously created cmd file in to this location. Then get back to dialog and click Add. Choose cmd file you copied. Click Ok. Then open Startup again and verify that your cmd script listed there.

4. Now you are finished. Your cmd file will be run after network initialization, launching vpn client.

You may also try to make a shortcut to your vpn client with needed command line, instead of cmd file. This should work too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...