Posts Tagged ‘vista’
How to run OpenVPN on Windows Vista
If OpenVPN is not working under Windows Vista, the following steps might help:
1. Make sure that the installation of the OpenVPN client is under “Run as Administrator”
2. Always run openvpn-gui-*.*.*.exe using Run as Administrator. * is the version numbers
3. Check using route print or netstat -r command in the command prompt look for your destination remote IP gateway in the IPv4 Route Table.
Cheers.
How to change folder permission on Vista
Run cmd as Administrator by right clicking it and choose “Run as Administrator”
– Go to the target folder
– type : takeown /F . /R/A/D Y>NUL
– type : icacls . /grant everyone:F /T /L /Q
That is all. I hope it helped.
Cheers….