The May 2020 update removed it from the Start Menu, while it will no longer be compatible with iOS, Android and the Surface Headphones from 2021. 

Cortana is still available via a standalone app, but there are plenty of reasons why you might want to use a different virtual assistant.

Getting Alexa on Windows is a relatively simple process, although you’ll have to jump through a few more hoops to get Google Assistant on your PC or laptop. 

How to use Alexa on Windows 10

The good news here is that there’s a dedicated Alexa app for Windows 10. Just head to the Microsoft Store to download it, making sure you’re running version 17134 (April 2018) or later. 

To stop this at any time simply hit the smaller button to the right of the main blue Alexa one. It will also stop listening if you close the app. 

How to use Google Assistant on Windows 10

The lack of any official support makes this one a bit more tricky. Follow these instructions carefully, and be prepared to dedicate some time to the process:

Download Python for Windows. Before installing, ensure you check the box next to ‘Add Python 3. 7 to PATH’, as it’s crucial to the successful installation of Google AssistantOpen File Explorer and locate the main hard drive (usually marked C:). Create a new folder called ‘GoogleAssistant’On Chrome, head to the Google Cloud Platform and click ‘Create Project’. Sign in to the relevant Google account if necessaryType ‘WinGoogleAssistant’ as its name, and ensure you make a note of the Project ID, as you’ll need this laterIn a separate tab, head to the Google Assistant API and hit enableFrom the overview screen that appears, click ‘Create Credentials’In the ‘Find out what kind of credentials you need’ section, select the following: Which API are you using? Google Assistant API Where will you be calling the API from? Other UI (e. g. , Windows, CLI tool) What data will you be accessing? User data Click ‘What credentials do I need?‘ to confirmIn the pop-up that appears, click ‘Set up consent screen’ and select the following information: Application type – Internal Application name – WinGoogleAssistant Don’t change any other information, and hit ‘Send’ at the bottom of the pageIn the ‘Credentials’ tab, choose ‘Create credentials’ and then ‘Help me choose’In the ‘Create an OAuth 2. 0 client ID’ Name field, enter WGAcredentials and click Create OAuth client IDDon’t make any changes to the Client ID and hit ‘Done’You should now see the credentials you have created. Click the small down arrow and you should see what looks like a download icon, and hovering over it will say ‘Download JSON’Click this, and ensure you save it to the ‘GoogleAssistant’ folder you created in File Explorer earlierType ‘Command’ in the search bar next to the Start Menu and open ‘Command Prompt’Copy the following exactly as it appears here and hit enter: py -m pip install google-assistant-sdk[samples]Once the installation is complete, do the same with the following: py -m pip install –upgrade google-auth-oauthlib[tool]Now, open to the ‘GoogleAssistant’ folder in File Explorer. Right-click the JSON file and choose ‘Properties’Click in the file name field (next to the icon), select the whole thing and copy itBack in the Command Prompt window, type the following and hit enter: google-oauthlib-tool –client-secrets C:GoogleAssistantHit Ctrl + V to paste the text you’ve just copied, hit the space bar and then type: –scope https://www. googleapis. com/auth/assistant-sdk-prototype –save –headless Finally, hit EnterYou should see a message saying ‘Please visit this URL to authorize this application’. Copy it and paste it into a new Chrome tab, signing in with the same account as beforeHit ‘Allow’ to give permission. On the next screen, hit the icon next to the code to copy itIn the Command Prompt window that’s still open, paste it and hit enterYou should now have Google Assistant installed on your Windows 10 device. To test if it’s working, copy the following and hit enter: py -m googlesamples. assistant. grpc. audio_helpers If you get 5 seconds of audio played back to you, it’s working properlyIn the same Command Prompt window, type ‘cd C:GoogleAssistant’ and hit EnterNow type the following: googlesamples-assistant-devicetool –project-idPress the space bar and then type the Project ID from Step 4, before hitting enter again to complete the setup process

Now you have a fully-functioning version of Google Assistant on your Windows 10 device. To start using it at any time, open Command Prompt and type the following: py -m googlesamples.assistant.grpc.pushtotalk –device-model-id “GA4W” –project-id Then hit the space bar and paste in that all-important Project ID. 

Hitting Enter will now allow you to speak your command, with Google returning an answer whenever it’s connected to the internet. It’s far from a seamless experience, and is time-consuming to setup, but it’s currently the only way to use the Google Assistant on Windows 10. 

As the resident expert on Windows, Senior Staff Writer Anyron’s main focus is PCs and laptops. Much of the rest of his time is split between smartphones, tablets and audio, with a particular focus on Android devices.