[jawsscripts] Re: Control Alt Delete script

Yah,

I more or less came to that conclusion too. Unless that control passwords2 
programme was removed from his computer it sounds like it would be easy enough 
to reverse.


 
  ----- Original Message ----- 
  From: Allan Wong 
  To: jawsscripts@xxxxxxxxxxxxx 
  Sent: Wednesday, February 27, 2008 7:51 PM
  Subject: [jawsscripts] Re: Control Alt Delete script


  the problem is, the alt+ctrl+delete combination is turn off by default for 
windows XP pro even if you have it clean install. maybe the network 
administrator turn the keystroke on for the original poster. some people said 
is for security purpose.

------------------------------------------------------------------------------

  Warmest Regards,
  Allan Wong 


------------------------------------------------------------------------------

  ----- Original Message ----- 
  From: Dale Leavens 
  To: jawsscripts@xxxxxxxxxxxxx 
  Sent: Thursday, February 28, 2008 06:56
  Subject: [jawsscripts] Re: Control Alt Delete script


  Well, for what it is worth,  I didn't get it either. I work in a hospital 
  setting where we have about two hundred computers networked across 5 sites 
  as far as 50 miles apart. I believe by now they are all XP Pro though there 
  may still be the odd W98 box  but what ever the case none of the machines 
  requires any key combination at log-on. Nothing special has been set, I use 
  my personal notebook with XP Pro, I connect through wireless so far at three 
  of the sites and never once have had to do any of that to log onto the 
  network. As I set up my computer to access the network my self I know the 
  techies didn't enable or disable any particular settings.

  I am not saying that CTRL-ALT-DEL is never required. On my XP Pro machine at 
  work and my one notebook that sequence brings up the Windows Task manager. 
  On my XP Home notebook this is a static list while on the XP Pro machines 
  the focused item repeats speaking steadily but that is the only difference I 
  have seen.




  ----- Original Message ----- 
  From: "Doug Lee" <doug.lee@xxxxxxxxxxxxxxxx>
  To: <jawsscripts@xxxxxxxxxxxxx>
  Sent: Wednesday, February 27, 2008 3:06 PM
  Subject: [jawsscripts] Re: Control Alt Delete script


  > Um, ok... Reed, you asked two questions actually.  First, you asked
  > what Ctrl+Alt+Del is supposed to do for someone else when it does
  > nothing for you.  The answer said it only works in XP Pro.  If you're
  > using XP Home, that explains why it does nothing for you.  To answer
  > the rest of that question, it brings up the Login/Password screen when
  > the machine first comes up or after the screen is locked by the user
  > or by a screen saver.
  >
  > You also asked the second question, what is the intended function of
  > the script?  I think that one was answered pretty well by the original
  > post, at least in the code:  The script is meant to take the user from
  > the Security screen, into the Login/Password screen, through that, and
  > into Windows, after a lock or on first boot/login.
  >
  > On Wed, Feb 27, 2008 at 11:38:14AM -0800, Reed Poynter wrote:
  > No, it isn't clear at all.  The statement does not answer my question.
  > -----Original Message-----
  > From: jawsscripts-bounce@xxxxxxxxxxxxx
  > [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Don Mauck
  > Sent: 2008/02/27 11:13
  > To: jawsscripts@xxxxxxxxxxxxx
  > Subject: [jawsscripts] Re: Control Alt Delete script
  >
  > The Control Alt Delete is only used in the pro version not the home 
  > version.
  > Is that clear enough?
  >
  >
  >
  > Oracle
  > Don Mauck | Accessibility Evangelist
  > Cross Applications Unlimited
  > 7700 Technology Way
  > Denver CO 80237
  > Phone (303) 334-4184
  > Email don.mauck@xxxxxxxxxx
  >
  > -----Original Message-----
  > From: jawsscripts-bounce@xxxxxxxxxxxxx
  > [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Reed Poynter
  > Sent: Wednesday, February 27, 2008 10:41 AM
  > To: jawsscripts@xxxxxxxxxxxxx
  > Subject: [jawsscripts] Re: Control Alt Delete script
  >
  > Hey Geoff,
  >
  > How does "it's an xp pro thing not home." answer my questions?
  >
  > I am using XP Pro.
  >
  > Reed
  >
  > -----Original Message-----
  > From: jawsscripts-bounce@xxxxxxxxxxxxx
  > [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Geoff Chapman
  > Sent: 2008/02/26 16:54
  > To: jawsscripts@xxxxxxxxxxxxx
  > Subject: [jawsscripts] Re: Control Alt Delete script
  >
  > it's an xp pro thing not home.
  > ----- Original Message -----
  > From: "Reed Poynter" <Reed.Poynter@xxxxxxxxx>
  > To: <jawsscripts@xxxxxxxxxxxxx>
  > Sent: Wednesday, February 27, 2008 11:48 AM
  > Subject: [jawsscripts] Re: Control Alt Delete script
  >
  >
  >> Hi Michael,
  >>
  >> I'm lost here.  What is Alt+Control+delete supposed to do when at the
  >> Windows Logon Screen?
  >> When I type it, it doesn't do anything.
  >>
  >> What are you trying to achieve with this script?
  >>
  >> Reed
  >>
  >> -----Original Message-----
  >> From: jawsscripts-bounce@xxxxxxxxxxxxx
  >> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Michael Lloyd
  >> Sent: 2008/02/26 11:03
  >> To: jawsscripts@xxxxxxxxxxxxx
  >> Subject: [jawsscripts] Control Alt Delete script
  >>
  >> Hi all
  >>
  >> I am trying to get this supposably simple script to work.
  >>
  >> What I want it to do is pass through Alt control delete when at the
  > Windows
  >> Logon screen. This is so it is easier to press one simple key like F12
  >> instead of a multiple key command for a guy who's fingers are falling 
  >> off.
  >> (yes, don't go there).
  >>
  >> Everything else works apart from the alt control delete bit. Have put
  > below
  >> script in Default.jss. Can't do alt control delete from a script in
  > notepad
  >> either.
  >>
  >> Any thoughts.
  >>
  >> Mike
  >>
  >> Script ReplaceAltControlDelete ()
  >> ;keystroke F12
  >> ;alternative for control alt delete on Windows Logon page
  >>
  >> var
  >> string sRN
  >>
  >> let sRN = GetWindowName (GetRealWindow (GetFocus ())) If
  >> StringContains (sRN, "Windows Logon") then SayString ("yip")  ;Which it
  > does.
  >>
  >> {ALT+Control+Delete}
  >>
  >> ;Below lines work fine
  >> ;Pause ()
  >> ;TypeString ("What ever the password is") ;EnterKey (true) Else ;When
  >> evrywhere else but the windows logon screen SayCurrentScriptKeyLabel
  >> () TypeCurrentScriptKey () EndIf
  >>
  >> EndScript
  >> __________
  >> View the list's information and change your settings at
  >> http://www.freelists.org/list/jawsscripts
  >>
  >>
  >>
  >> __________
  >> View the list's information and change your settings at
  >> http://www.freelists.org/list/jawsscripts
  >>
  > __________
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  >
  >
  > __________
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  >
  > __________
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  >
  >
  > __________?
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  > -- 
  > Doug Lee, Senior Accessibility Programmer
  > SSB BART Group
  > mailto:doug.lee@xxxxxxxxxxxxxxxx  http://www.ssbbartgroup.com
  > "While they were saying among themselves it cannot be done,
  > it was done." --Helen Keller
  > __________
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  >
  >
  >
  > -- 
  > No virus found in this incoming message.
  > Checked by AVG Free Edition.
  > Version: 7.5.516 / Virus Database: 269.21.1/1301 - Release Date: 2/27/2008 
  > 8:35 AM
  >
  > 

  __________ 
  View the list's information and change your settings at 
  http://www.freelists.org/list/jawsscripts



------------------------------------------------------------------------------


  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.516 / Virus Database: 269.21.1/1301 - Release Date: 2/27/2008 
8:35 AM

Other related posts: