Jump to content

Recommended Posts

Posted

Hi All,

 

I am trying to setup TightVNC for use around the School so that we can attempt to fix errors much quicker. i have got TightVNC deploying via GPO and script and it importing settings via adding a reg key. my only issue is i have set it all up to prompt the user when there is a connection request but this does not seem to work, it just lets me login.

vnc cap.PNG

 

the bottom rule i am told will block all other requests from unauthorized vnc viewers, the top rule is currently set to deny but this also does not work. Is there something i am missing?

Posted

Cheers for the reply,

 

i have tried a number of different IP ranges and have even just had it witha rule to block my ip but it doesnt seem to follow the rules

Posted

Got tightvnc working but will have a look at ultraVNC and Skeep. the deployment part sounds good. Is ultravnc still free for use in schools?

 

Issue with tightvnc resolved by reinstalling and manually removing all reg keys related to tightvnc

Posted
As mentioned i got the original TightVNC working by reinstalling and removing the reg keys. however i have changed plan not and on the recommendation of David i am using Skeep and UltraVNC its really easy to setup and works great with AD (based on testing so far)
Posted
I did something similar to this, but didn't like the idea of TightVNC being installed and running on machines all the time (lots of staff laptops that get taken home here). So I wrote a .Net app that handles dropping TightVNC on a client machine via the administrative share, creating registry keys for configuration (includes a randomly generated password for the session), registering and starting TightVNC as a service and then finally launching the connection app on your end and connecting to the host. Upon closing the app it will deleted and remove keys on the other end. In the event the connection is lost and it doesn't have a chance to cleanup it will also create a script that runs on the next start up of the client that will take care of the cleanup. I can post the source if you're interested.
Posted
I did something similar to this, but didn't like the idea of TightVNC being installed and running on machines all the time (lots of staff laptops that get taken home here). So I wrote a .Net app that handles dropping TightVNC on a client machine via the administrative share, creating registry keys for configuration (includes a randomly generated password for the session), registering and starting TightVNC as a service and then finally launching the connection app on your end and connecting to the host. Upon closing the app it will deleted and remove keys on the other end. In the event the connection is lost and it doesn't have a chance to cleanup it will also create a script that runs on the next start up of the client that will take care of the cleanup. I can post the source if you're interested.

 

 

This sounds really cool. I am only installing it on devices which are fixed and stay in school but i may come back to you about the script in the future as it does sound awesome

Posted
We use it on all PCs in school, sits as a hidden service, with connection password and specific connection port. It installs updates on shutdown VB script.
  • 2 weeks later...
Posted
I did something similar to this, but didn't like the idea of TightVNC being installed and running on machines all the time (lots of staff laptops that get taken home here). So I wrote a .Net app that handles dropping TightVNC on a client machine via the administrative share, creating registry keys for configuration (includes a randomly generated password for the session), registering and starting TightVNC as a service and then finally launching the connection app on your end and connecting to the host. Upon closing the app it will deleted and remove keys on the other end. In the event the connection is lost and it doesn't have a chance to cleanup it will also create a script that runs on the next start up of the client that will take care of the cleanup. I can post the source if you're interested.

 

We are using a program called RemoteControl by Chris Tschantz. It works similar to your .net app. Here is the authors "How it works" Info.:

>This program is written in Visual Studio (2012) using .Net Framework 3.5.

>It currently uses TightVNC server along with RealVNC viewer.

>It also uses WMI to run actions on the remote device via command line. This is an acceptable approach since we dont need anything on the remote device to have >Desktop Interaction. (Like for example starting notepad.exe and actually seeing it on screen).

 

Essentially it copies and starts a VNC server and connects to it. Requires domain admin rights and all that. Obviously, hooks directly into the user session, no warning or indication. At the end of the session it uninstalls the VNC server. Works most of the time and saved me lots of walking.

There are several version's floating on the internet, I have got Version 1.7.4 which is from 2013.

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



×
×
  • Create New...