Questions tagged as 'windows'

0
answers

SNMP Client from Windows [closed]

It turns out that I need to use an SNMP client on Windows to communicate with a switch and give it a simple command: such as suspending a port to remove the network connection from a specific node. The pc from which I want to install the SNMP...
asked by 06.09.2016 / 12:13
0
answers

I have problems installing weather on windows 10.1 last update

Console execution: Microsoft Windows [Versión 10.0.14393] (c) 2016 Microsoft Corporation. Todos los derechos reservados. C:\Users\jagal>meteor -v module.js:474 throw err; ^ Error: Cannot find module 'C:\Users\jagal\AppData\Roaming...
asked by 09.11.2016 / 19:31
1
answer

How to get the path of a file with the Windows Explorer in java?

My problem is that when using the Java File Chooser I can not preview the photos I want to upload to the database and it is very important because I manage many. So I want to be able to use the windows explorer to do this because in it you can p...
asked by 26.11.2016 / 18:27
0
answers

Intel Emulator Accelerator Certificate Issues in Windows 10

Good guys, first of all say that I am new to this website and a fan of it. I commented, I have acquired a new computer: processor i7 6700k and motherboard Asus H170, a beast. Well it turns out that when installing the operating system again a...
asked by 06.08.2016 / 22:54
1
answer

RegSetValueEx: create a DWORD value with the data type BYTE

On the official Microsoft documentation the function RegSetValueEx of the Windows API is defined as follows: LONG WINAPI RegSetValueEx( _In_ HKEY hKey, _In_opt_ LPCTSTR lpValueName, _Reserved_ DWOR...
asked by 19.05.2016 / 19:30
0
answers

Dilemma with a very particular system. FAX

I have a dilemma that I can not resolve and I would greatly appreciate who could give me a hand. We are putting together a system for a client, and it turns out that it is a system for a very particular business model. The fact is that the cl...
asked by 10.09.2016 / 20:47
3
answers

last record entity C # windows form

Hello I hope you can help me I'm trying to get how many records my sql table has I have the following public int ultimoRegistro() { var LastRecord = (from c in db.Alumnos orderby c.IDAlumno descending...
asked by 09.11.2018 / 23:39
1
answer

When I run the "help" command in Git Bash I get the error "cmd: command not found"

When I write: git config --help Git Bash gives me the error: /usr/bin/start: line 8: com: command not found     
asked by 16.02.2018 / 21:09
1
answer

error with the datetimepicker when moving to another [closed] PC

When I move to another computer my datetimepicker program in a short date format comes out as '20 / 09/2017 'but on my computer it goes out as '20 / 09/17' and the programming is in this format so when I put to look for or make a query does not...
asked by 20.09.2017 / 12:23
2
answers

Run two commands on the console (windows)

I want to execute two commands from the console / windows terminal in a single line (or instruction;) In linux it would be something like cd directory && ls and would execute these commands one after the other, how can I get th...
asked by 09.06.2017 / 20:32