If you're absolutely set on using a Windows 10 computer, then the following instructions can be used to "fake it" and still be able to run Python code on your EV3. Really, it all comes down to having Windows versions of "ssh" so we can run commands on the EV3 and "sshfs" so we can mount the EV3 folder on our windows machine.
SSH
The Windows version of SSH is called "putty" and can be downloaded from here.
Once you open putty.exe you'll want to create an EV3 session that will look something like this (but with your own IP address and ignore all my other sessions)
After hitting "Open" you should see a command line shell just like you did on Linux and the Chromebook.
SSHFS
This one is a little trickier to install but not much. You'll need to install two programs to get this to work. Something called Dokan and something else called win-sshfs:
Run the Dokan .exe file first and accept the default values. Then unzip the other file and run WinSshFS.exe which will open a window that looks a little like putty:
Clicking on "Mount" will mount your EV3 home folder onto whatever windows drive letter you specified (V: in my case). If it doesn't mount the first time reboot both the EV3 and your computer.
IDLE3
Technically, if we want to match the Chromebook / Linux setup we also need the IDLE3 text editor and Python3. That can be downloaded here. After installation you should be able to type "idle" into Cortana and have the text editor come up.
SSH
The Windows version of SSH is called "putty" and can be downloaded from here.Once you open putty.exe you'll want to create an EV3 session that will look something like this (but with your own IP address and ignore all my other sessions)
After hitting "Open" you should see a command line shell just like you did on Linux and the Chromebook.
SSHFS
This one is a little trickier to install but not much. You'll need to install two programs to get this to work. Something called Dokan and something else called win-sshfs:Run the Dokan .exe file first and accept the default values. Then unzip the other file and run WinSshFS.exe which will open a window that looks a little like putty:
Clicking on "Mount" will mount your EV3 home folder onto whatever windows drive letter you specified (V: in my case). If it doesn't mount the first time reboot both the EV3 and your computer.
IDLE3
Technically, if we want to match the Chromebook / Linux setup we also need the IDLE3 text editor and Python3. That can be downloaded here. After installation you should be able to type "idle" into Cortana and have the text editor come up.