From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 4E9E81EFAA8; Thu, 1 Feb 2018 04:08:43 -0500 (EST) Authentication-Results: befuddled.reisers.ca; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="abybp1TP"; dkim-atps=neutral Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) by befuddled.reisers.ca (Postfix) with ESMTPS id 25C4C1EF9CB for ; Thu, 1 Feb 2018 04:08:41 -0500 (EST) Received: by mail-lf0-x241.google.com with SMTP id v188so25037940lfa.11 for ; Thu, 01 Feb 2018 01:08:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=xmJtfLnzIJBgpP0ZttKL0E88hq8FWBYaEL49DRV+J5o=; b=abybp1TPt+An4TLQSDS6CzAWScGq7TtnbNrUh3QjKp+it49z0nuvlFXcy4goo5Ztlx nJAv8F1A0bvtxUKCvWVKiuETDql6OkdW6oZyZxKRNMYPC8X3g9mLRDoQLFofB60q8Cs6 MCwvkPBlKSXJrTDmGWyUNdadsHFQK7Fg+7Po6sHJOY+0/ZZH6v+KFdNRoOYsdd9ZoE+l if403L11uucu0W6wZC+1xUWbQF9KbJCfuBbpcIqxUJdaNEwSdH4NdRQ+mnJjuDasJl/L 24yA36vWh8ndk9CFAUztmBbIkTv4br8EBlU5m7ovORWSFE1Xwln4nfg2OxSY86y/8AEt dtKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=xmJtfLnzIJBgpP0ZttKL0E88hq8FWBYaEL49DRV+J5o=; b=HySr5b+tTomy0vqRoxDEMfH513uNsZiNZTAIiCObZ2knD81Bj5Yxul0nn9FM5Nres6 N4rQMGYk5XNYeelOSA6tM7/+nBX/MEU3oNxNm3cH1NE58tdeQI400pywA2AyFNYsrUjH GDawI0aoqAgEtxvXY3JtYb/EKR8b4MCGmOq529mM4ufLpZRcL3AVhDgQwgz0PQvSFpAF NQ/r3aRegK0Pz4DK3YMzuZHQo66anApsdlMszo++cs2qrLrSlfGpFWKqPBZuOMxVR/CO S6XGTFOlvsz26N0/gDkV3AK0GylfcJXpFJUF8en+raemDrCCk5pdAnvWLTK9ffQJH+JQ mHHg== X-Gm-Message-State: AKwxytdh+c4vZzm7xoVtSE8/Qao2/AOM0x68Iv8LvwAbtHPVMgDLpdZu XOmjTmX5nYwZfjdxJT8b/0Qje5X9dT/gcI/gWvw= X-Google-Smtp-Source: AH8x226UxPn9QeEMelh6mNjp5KOG4dvZdLM3KLzm42KjUocFDJ+4RSvoSwDHSebTGNSJiKNnJInOpcaSqnszX0DQhRA= X-Received: by 10.25.178.86 with SMTP id b83mr21703656lff.111.1517476117472; Thu, 01 Feb 2018 01:08:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.78.208 with HTTP; Thu, 1 Feb 2018 01:08:36 -0800 (PST) In-Reply-To: <2426D8A6C8B340F59BAFF83988604D6E@NUCPPYH> References: <20180130141246.GC16373@rednote.net> <3fdc3c08-c1fc-4f8e-a303-0282553fc3ed@default> <20180131151440.GH15026@rednote.net> <8fcf1a3a-c78e-43d2-a45b-1c22a5f33068@default> <2426D8A6C8B340F59BAFF83988604D6E@NUCPPYH> From: Justin Skists Date: Thu, 1 Feb 2018 09:08:36 +0000 Message-ID: Subject: Re: Help with running Speakup on Kali Linux To: Glenn At Home , "Speakup is a screen review system for Linux." Content-Type: text/plain; charset="UTF-8" X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 09:08:43 -0000 > Does anyone know which Linux Microsoft is running in the command shell in > Windows 10? It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc). > I wonder if the Windows screenreader works like it does in a regular windows > command shell, or if SpeakUp needs to be installed. The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools. Justin.