RemCom
RemCom copied to clipboard
Remote Command Executor: A OSS replacement for PsExec and RunAs - or Telnet without having to install a server. Take your pick :)
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warnings: [V519](https://www.viva64.com/en/w/v519/) The 'dwSize' variable is assigned values twice successively. Perhaps...
Hello, I would like to compile your project in Visual Studio Professional 2013. When I build the project, I have these followings errors: ``` Error 30 error MSB6006: "CL.exe" exited...
When I just try to run cmd.exe like this: RemCom.exe \localhost /user:xxx\yyy /pwd:zzz cmd.exe I get the error: Remote Command Executor Copyright 2006 The WiseGuyz [ http://talhatariq.wordpress.com ] Author: Talha...
When the target is a 64 bits system there are some problems when sending and executing a file. For instance with a command like this: remcom \192.168.1.200 /user:midomain\miuser /pwd:mipwd /c...
Previously I could not get remcom to build is VS2010, and also work between 32 and 64 bit machines, both these issues are resolved in my fork.
Currently, there is a problem with remcom service. If you run the service and then something happens where you are unable to remove the service, for example: a reboot, the...
I noticed that while running remcom. the service is installed as it should but it is installed with service permissions which prevents many things because of the "Restrictive" permissions that...
For the un-modified RemCom, this is not an issue, as the RemComSvc service stops and uninstalls itself when the last client disconnects. However, if someone were to modify the source...
on windows, because python always assumes that you are using a bufferd command window, it will not start in interactive mode and rely on the cmd window to flush the...
A flag like /quiet or /S /Q should be there to make remcom silent, so that remote command out put can be received correctly.