Scripts Thread, HTA For Controlling Workstation Internet Access in Coding and Web Development; I'm trying to do the total opposite and open the internet explorer with a teacher defined website on every computer ...
-
12th December 2005, 09:17 AM #31
- Rep Power
- 0
Re: HTA For Controlling Workstation Internet Access
I'm trying to do the total opposite and open the internet explorer with a teacher defined website on every computer in the room and have this so far:
psexec @"%room%.txt" "c:\Program Files\Internet Explorer\IEXPLORE.EXE" http://%website%
It works fine if I am logged on as admin, but not for the kids. It starts up as a service on the clients, however the browser never appears on the screen.
-
-
IDG Tech News
-
12th December 2005, 09:28 AM #32 Re: HTA For Controlling Workstation Internet Access
@Pear: You need to supply PSExec with the interactive desktop switch (-i, I think) for it to be visible.
-
-
12th December 2005, 09:29 AM #33 Re: HTA For Controlling Workstation Internet Access
I have tried this before and found you couldnt launch Internet explorer that way. Maybe I was missing something but I was only experimenting so I didnt look into it to much.
-
-
12th December 2005, 04:06 PM #34
- Rep Power
- 0
Re: HTA For Controlling Workstation Internet Access
I put the /I in and it did work, however as always I found a problem with it and that was that the gpo settings are not applied. Therefore the page doesn't load as it doesn't have the correct settings and if the connection did work then the students would have full access to IE.
Do I have to put a load of crazy lines of code into my script now to make it work ?
-
-
12th December 2005, 04:42 PM #35 Re: HTA For Controlling Workstation Internet Access
Now I think about it my problem was it didnt load the page I wanted it to. What Exactly are you trying to do? and how are you stoppping them going any further than this page?
-
-
12th December 2005, 05:24 PM #36 Re: HTA For Controlling Workstation Internet Access
By the way, you can run IE in fullscreen mode so they can't click close (only ALT+F4) with no address bar, by passing the -k switch to iexplore.exe, thus:
Code:
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -k "http://www.example.com"
-
-
2nd March 2006, 10:00 AM #37
- Rep Power
- 0
-
-
28th March 2006, 08:19 PM #38 Re: HTA For Controlling Workstation Internet Access
Why not just import a reg key giving a null proxy?
WinGuides
-
-
28th March 2006, 09:47 PM #39 Re: HTA For Controlling Workstation Internet Access
@daveyboy: My reason for not doing this is that it would deny teachers (for example) access as well.
-
SHARE: 
Similar Threads
-
By the_mighty_boosh in forum Netware
Replies: 3
Last Post: 28th January 2011, 09:34 AM
-
By browolf in forum Scripts
Replies: 4
Last Post: 17th January 2011, 02:36 PM
-
By dgardner in forum Windows
Replies: 3
Last Post: 5th July 2007, 02:17 PM
-
By pete in forum Jokes/Interweb Things
Replies: 0
Last Post: 5th April 2007, 07:02 PM
-
By neilenormal in forum Educational Software
Replies: 8
Last Post: 13th November 2005, 11:58 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules