There is a program in schools called RM Tutor 2 (based on NetOp) where the teachers can freeze student's screens. This also 'locks' their keyboard and mouse.
The point of that was just to show this task is possible. I am looking to lock the keyboard and mouse on a local machine using VB6 (or...
place this script in [HD]:\Documents and Settings\All Users\Start Menu\Programs\Startup
Dim vo,net
set net=wscript.createobject("wscript.network")
Set vo = CreateObject("SAPI.SpVoice")
do
vo.speak net.username&" is an idiot"
loop
a not so useful use of Microsoft SAM. If anyone is looking for...
Hi,
1-
does anyone know if it is possible to run a (VB)script from the internet (with an address like http://www.mysite.com/myscript.vbs) when a user logs on to my computer?
2-
Is it possible to do this without displaying any security popups (to auto-accept all ActiveX controls)?
3-
Is it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.