0
1
Basically want something that I can use in demos to access a CMD instance of a remote machine in a browser, i.e. a webserver providing some windows CMD like interface over the web.
Security is not really important (would actually use it with no security configured as it's for temporary usage on a local LAN and quick easy access is most important aspect).
Basically something like one of the following, but for Windows:
Note: It looks like you can do this for powershell (link), but still can't seem to find one for a plain Windows cmd interface.
what wrong with the powershell option? – Keltari – 2015-08-19T01:08:39.900
nothing's really wrong with it other than my familiarity with it. I don't really use powershell and neither does anyone else at my workplace that might also want to use it for a demo in the board room. I'll probably end up using powershell though if I can't find something. – prayingpantis – 2015-08-19T13:01:08.553
1You can turn a PowerShell console to run CMD by typing
cmd
. – paradroid – 2015-08-19T16:21:33.923