Matt and I were just talking about how its so weird
that the emotions you feel when watching something on a video screen
don't transfer to your overall feelings toward the screen.
We thought for a while to see if this applies to photos. Matthew pointed out that people tear them up in angry. Perhaps we don't bust screens cause they are more dear to us, in both senses of the word.
Although, Matthew mentioned that some people who appear to get angry at a sports game would sometimes punch a telelvision screen.
Paul's Journal
My Podcast Link
05/16/2004 21:29 #30918
Video Screens05/16/2004 15:58 #30917
Its a miracle - No more IE 6I found a .bat file to diable access to IE 6 on Windows XP. Its seriously a miracle, for we have been plagued with spyware and pop-up crap on our public terminal here at the 567.
Here are the instructions if youa re interested.
To disbale access open up notepad and type the following text block, and save it as disable-ie.bat on the desktop.
@echo off
C:
cd "Program FilesInternet Explorer"
if not exist IEXPLORE.EXE goto End
if exist IEXPLORE.EX_ del IEXPLORE.EX_
if not exist IEXPLORE.DIR md IEXPLORE.DIR
if not exist IEXPLORE.DIR goto End
attrib -r -h -s IEXPLORE.EXE
ren IEXPLORE.EXE IEXPLORE.EX_
if exist IEXPLORE.EXE goto End
ren IEXPLORE.DIR IEXPLORE.EXE
echo IE disabled.
echo If prompted, click "Cancel" then "Yes" on File Protection restore.
echo Run enable-ie.bat to allow IE to run again.
:End
Once it is saved, double click on its icon on the desktop. If a warning pops-up ignore it. After it finished running, you will not longer be able to access IE on that computer.
Hopefully, you simply switch to firefox and forget about IE once and for all. If you change your mind about the procedure, here is the antedote, to re-enable IE 6.
Copy the text below into notepad and save it as enable-ie.bat on the desktop. Then just as before, double click on its icon to run it, and enable IE access.
@echo off
C:
cd "Program FilesInternet Explorer"
if not exist IEXPLORE.EX_ goto End
if not exist IEXPLORE.EXE goto Activate
attrib -r -h -s IEXPLORE.EXE
rd IEXPLORE.EXE
if exist IEXPLORE.EXE del IEXPLORE.EXE
:Activate
ren IEXPLORE.EX_ IEXPLORE.EXE
echo IE enabled.
:End
Hope this helps. I know it worked for us.
Here are the instructions if youa re interested.
To disbale access open up notepad and type the following text block, and save it as disable-ie.bat on the desktop.
@echo off
C:
cd "Program FilesInternet Explorer"
if not exist IEXPLORE.EXE goto End
if exist IEXPLORE.EX_ del IEXPLORE.EX_
if not exist IEXPLORE.DIR md IEXPLORE.DIR
if not exist IEXPLORE.DIR goto End
attrib -r -h -s IEXPLORE.EXE
ren IEXPLORE.EXE IEXPLORE.EX_
if exist IEXPLORE.EXE goto End
ren IEXPLORE.DIR IEXPLORE.EXE
echo IE disabled.
echo If prompted, click "Cancel" then "Yes" on File Protection restore.
echo Run enable-ie.bat to allow IE to run again.
:End
Once it is saved, double click on its icon on the desktop. If a warning pops-up ignore it. After it finished running, you will not longer be able to access IE on that computer.
Hopefully, you simply switch to firefox and forget about IE once and for all. If you change your mind about the procedure, here is the antedote, to re-enable IE 6.
Copy the text below into notepad and save it as enable-ie.bat on the desktop. Then just as before, double click on its icon to run it, and enable IE access.
@echo off
C:
cd "Program FilesInternet Explorer"
if not exist IEXPLORE.EX_ goto End
if not exist IEXPLORE.EXE goto Activate
attrib -r -h -s IEXPLORE.EXE
rd IEXPLORE.EXE
if exist IEXPLORE.EXE del IEXPLORE.EXE
:Activate
ren IEXPLORE.EX_ IEXPLORE.EXE
echo IE enabled.
:End
Hope this helps. I know it worked for us.