Questions tagged [winexe]

winexe remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux.

winexe remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux.

46 questions
1
vote
1 answer

Is it possible to show a remote connected console?

I'm connected from a Linux machine to a Windows machine through winexe. I log onto the Windows machine with a user on that machine. I can run cmd.exe or powershell scripts. Now my problem: If I'm on the desktop of the machine, connect remotly to it…
KayelGee
  • 15
  • 3
1
vote
0 answers

Installing mongoose server on windows from linux using winexe

I want to start mongoose http server as service on the windows machine from the linux host. For executing command on windows machine remotely from the linux machine, winexe tool is there. Admin share being enabled on the windows side, we can run…
ajay_t
  • 2,347
  • 7
  • 37
  • 62
1
vote
1 answer

windows service code in c ,where to write service logic code?

the title is quite general but my doubt is specific. I have doubt regarding where to write the service logic code (in service control handler or in ServiceMain),as in whatever the functionality the service would perform . Is it in ServiceMain ? I…
Akshay Patil
  • 954
  • 1
  • 12
  • 28
0
votes
0 answers

WineBottler returning error message every time i try an open .exe file on Mac

I'm trying to open a plugin for SNAP (to process Sentinel-3 imagery) on my Mac - the plugin downloads as an .exe file which means I need to open it using WineBottler. Every time I try and open the file however, I get this error…
0
votes
1 answer

Winexe command gives returns irrelevant info and doesn't execute

Hey guys I am trying to use winexe and execute interactive gui programs from my linux machine to my windows and this syntax is just giving me the same thing like I write winexe --help Why is that so? I read that on this post: How to activate…
0
votes
0 answers

Variable as argument to winexe command in execl function is not working

I want to execute winexe command through execl function call in a C program. It works if i hard code credentials and machine name in execl call as follows execl("winexe","winexe","-U","Domain/Username%Password","//hostname","ipconfig",NULL) But if…
Kang
  • 11
  • 5
0
votes
0 answers

wine is not working. Unhandled loader error: 8

i am trying to run a program through wine but it giving me a error fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state…
user4861249
0
votes
1 answer

Activating programs on Windows using winexe

I am using Windows 10. I am trying to run run a .bat file which will trigger VLC to listen to a multicast stream. The below is what I am trying to execute from a linux machine ( which I intend to use on a python script) winexe -U admin%kiranc -W…
0
votes
0 answers

Powershell Wrapping using Winexe / Linux

This is the powershell command which works fine under windows powershell cli. Get-ChildItem -Path c:\backup -Recurse | Where-Object {$_.length -gt 1GB} | Sort-Object -Property Length | Format-Table Name,@{name='Size…
Syed Jahanzaib
  • 333
  • 6
  • 18
0
votes
0 answers

winexe execute command on windows with pipe and quotes

1- dsquery user -disabled | dsget user -display -email -dept -title 2- dsquery computer -limit 1000 | sort 3- dsquery user "dc=YOURDOMAINNAME" -inactive 2 | dsget user -display -email -dept -title' Using WINEXE on Linux, I am trying to execute…
Syed Jahanzaib
  • 333
  • 6
  • 18
0
votes
1 answer

Winexe installation in Linux

I am trying to compile and build winexe. I have downloaded the samba source and ran the following command to compile the winexe. ./waf configure --samba-dir=../../samba --samba-inc-dirs=../../samba/ --samba-lib-dirs=../../samba/ I am getting the…
Ram
  • 1
  • 2
0
votes
1 answer

Multiple Quotes in one syntax using Python

Im using raspberry pi and i want to control another windows machine by sending command using winexe. i can use the command directly from the terminal. However if i use python to send the command, the command seems invalid. i can run this command at…
0
votes
0 answers

winexe can not exit if launched from lua

I running my program in lua and the winexe function is launched by lua, the problem is the winexe will start correctly but does not exit. I had used file:flush(),file:close() and os.exit(), they all not working.Blow is my code: local command =…
JG.Wang
  • 1
  • 1
0
votes
2 answers

Why does winexe error out when executing this .bat script?

I've done some searching and found references to a neat little tool called winexe (which is great, since psexec is exactly what I was looking to emulate), but it's not QUITE working the way I'd like... What I'm trying to do is automate my memory…
Arvandor
  • 181
  • 1
  • 5
  • 15
0
votes
1 answer

Samba client error: nt_status_request_not_accepted

The programs which use the samba connection underneath sometimes throw the error nt_status_request_not_accepted after logon. There are threads about this error on the Inernet since 2005, but there is no solution or hint yet. What could be the cause…
gukoff
  • 2,112
  • 3
  • 18
  • 30