Questions tagged as 'windows'

0
answers

TLS version in NFe 4.0 urls

I'm implementing the NFe 4.0 webservices and would like to ask a question about what defines the security protocol that is used in communication. The behavior of the connection is different for some machines and is causing problems. Both machine...
asked by 12.04.2018 / 15:03
0
answers

How to install websocket-client python through windows 10?

I'm trying to install ws client through windows and I'm not getting it, I did this in cmd >python -m pip install websocket-client and got the following result:    Requirement already satisfied: websocket-client in   c: \ py...
asked by 11.04.2018 / 21:40
0
answers

How to execute a powershell function by calling the .ps1 file?

How well with you? I request an aid created a function that makes backups of virtual machines this function receives two parameters the name of the server and the name of the VM. I need to call function by executing the .ps1 file, I have alre...
asked by 12.04.2018 / 17:07
0
answers

Pass Login \ Password \ Enter to an external application. C # with Windows Forms

I used the last code in Program write in another textbox To enter the login / password in the third-party program. I did so: Process processo = Process.Start(@"C:\Program Files (x86)\ZKTeco\ZKAccess3.5\Access.exe"); IntPtr h = proces...
asked by 11.09.2018 / 15:05
0
answers

Certify an executable file so that Windows does not shut it down? [duplicate]

I converted a bat into an executable (.exe), but windows defender does not recognize it and gives as a false positive > Trojan ! Question: Is it possible to certify the executable? Thanks in advance!     
asked by 05.04.2018 / 01:40
0
answers

Socket Error in Windows Server

Good afternoon. Well, I'm a supplier of virtual servers and files from an old game (MuOnline), what happens is this. These files made available by me are programmed in c ++, however these files are currently presenting a socket-related pro...
asked by 19.03.2018 / 18:59
0
answers

How do I know if there is a scheduled shutdown in windows?

How can I tell if windows has any command shutdown scheduled? There is the event that tells me when someone activates the command (msdn.microsoft.com/en-us/library/microsoft.win32.systemevents.sessionending.aspx), but my program does not...
asked by 20.03.2018 / 01:25
1
answer

Batch with parameters in SqlPlus

Hello, I need to create a batch file that drops the user from the database, recreate and import the database with an existing backup. I have already created a routine that gives a drop in user and recreates with the permissions defined, th...
asked by 13.03.2018 / 21:51
1
answer

python: Wait for keyboard event with minimized script?

I wonder if there is a way to detect events on the keyboard with my minimized script. I have tried several methods like msvcrt.getch() , input("") and others but they only work with the focus in the script window. The program...
asked by 15.03.2018 / 14:57
0
answers

PJSIP compilation error for windows

I'm trying to generate a PJSIP DLL file to use in my java application. Following the walkthrough of this link: link The library compiles with this config_site.h: #define PJ_EXPORT_SPECIFIER __declspec(dllexport) #define PJ_IMPORT_SPECIFI...
asked by 26.02.2018 / 13:39