Questions tagged as 'windows'

0
answers

Sequence of request body exhausted in ios safari

I am working on a system developed in asp , which has the authentication of
asked by 10.05.2016 / 19:52
1
answer

Git from command line in windows 7 can not create folder 'could not create /home/username/.ssh'

In a new installation of git, when the keys are set and everything using tortoise git the repositories are cloned correctly. also the pull and push command works without problems. However, when you open a command line to do that, when you run...
asked by 08.08.2017 / 20:58
1
answer

Problem when printing message in debug - Windows

I'm doing an assembly programming practice, about the Windows debug tool for 32 bits. The proposed exercise is as follows:    Beginning at the 012F Memory position design an algorithm that   show on the screen the following flow of chara...
asked by 01.04.2017 / 17:04
2
answers

Generate EXE for Windows different Architectures

How to compile a Python desktop application for Windows with PyInstaller? The problem is the difference of architectures, I'm using PyInstaller to generate an EXE from the x64 architecture when executing it in x86 it tells me that there is an...
asked by 30.03.2016 / 21:03
1
answer

Modify network route table

As long as I am connected to my VPN, I only need to go through the VPN to a range of fixed IPs ( 192.168.0.x ) and access the rest of the IPs outside the VPN. I have a static IP assigned ( 190.12.113.236 ) This is the current r...
asked by 11.12.2015 / 15:16
2
answers

delete exe files and exclude one

I'm creating a bat to remove all .exe files from my desktop and downloads folder (which sometimes accumulate from so many downloads) ... call:delfiles "*.exe" exit :: funcion delfiles @echo off pause goto:eof :delfiles set delfiles=%1 attr...
asked by 27.10.2016 / 16:03
3
answers

Error: Your JAVA_HOME is invalid: C: \ Program Files \ Java \ jdk1.8.0_73

I have an error trying to compile my apk using the command ionic build android The error I think was generated when java sent the update today and stayed as half installed, the error is this: Error: Failed to run "java -version",...
asked by 28.07.2016 / 05:27
1
answer

Windows 10: Unable to unlink corporate account - delete from registry

I'm using Windows 10, more exactly the latest insider for business version. In the configuration of my account I had my corporate account associated with it: And everything went great until trying to connect to the VPN I started to g...
asked by 18.01.2016 / 22:51
1
answer

How to make my program appear in the list of Windows programs?

I have a question, how can I make my program done in Java, come out in the list of programs installed in Windows? Any class that allows me to do this?     
asked by 18.10.2016 / 21:47
1
answer

Windows API - Read / Write from the Serial port

I'm trying to send an AT command to a 3G module whose response is going to be OK. I want to capture that OK in a buffer for its subsequent treaty. For this I did the following: 1- Abri the port according to: hSerial = CreateFile("\\.\COM1",...
asked by 22.02.2018 / 16:42