Skip to main content

All Questions

Tagged with
1 vote
0 answers
515 views

Tab Autocomplete does not work in windows CMD when remoting into machine using WINRS - WINRM

When inside a basic windows cmd prompt doing something like cd <TAB> will start auto-completion; However, when I connect to a remote machine using winrs the <TAB> key simply inserts a tab ...
Cynapse's user avatar
  • 150
2 votes
1 answer
1k views

How to configure WinRM on Windows Container to accept connections from winrs from the host

I am beginning user of Windows Containers, and am novice at Windows management, so I've been digging at this for a couple days with only not-quite-there success. My dockerfile; FROM mcr.microsoft.com/...
CAB's user avatar
  • 485
0 votes
0 answers
290 views

How to remotely run an application in Windows

I'm trying to run an application using WinRS: winrs -r:172.19.159.50 -u:my-user -p:my-pass "C:/Program Files/folder/myapp.exe" But I get this error: Unhandled Exception: Process is terminated due ...
Natiya's user avatar
  • 259