Questions tagged as 'windows'

1
answer

My software is being blocked by Windows Smartscreen

I'm developing software, and by testing the executable on another computer gave me this message from Windows Smartscreen. I do not know what it's all about, I've already researched it and found nothing that would help. What is it about...
asked by 15.06.2016 / 21:24
1
answer

How to use GitHub in Windows XP?

I'm starting in the versioning world with GitHub. I made this decision because there are two workstations that I intend to use to program. One is Windows 7 and the other is Windows XP. The problem is that I can not install the GitHub client on W...
asked by 06.08.2014 / 19:00
1
answer

Working with git in graphical mode on windows

I have git running on an internal network. I want to allow one of the stations to work on this server. I already generated the key in this station and added it to the server where it has git. I have already created the repository on the server a...
asked by 08.08.2014 / 17:02
2
answers

How to read a value from a registry key

I'm trying to get a value from the registry key but the value returns empty, does anyone have any other way to get the registry key value? Follow the code in VB.NET Private Sub ObterNomeDeRede() Dim ValorRegistro = My.Computer.Registry.Ge...
asked by 08.03.2018 / 03:19
1
answer

Develop application compatible with Windows 10 and Windows 8

I'm working on an application that uses Windows Forms to develop its alpha version. Soon, we will start developing a more stable version of this system, and it was then that support platforms became the focus of our discussions. We have the d...
asked by 14.02.2017 / 14:23
1
answer

How to pass response from one command as argument to another command?

In linux I do something to get the response of one command and pass as argument to another: ./program 'ruby -e"puts 'Oh' * 3"' In case what is between the accents ( ruby -e"puts 'Oh' * 3" ) will be executed and the return will be pass...
asked by 04.01.2017 / 16:06
1
answer

How to disable Java automatic updating?

How to disable Java 7 64-bit upgrade? I entered the Java control panel and the update tab does not appear. Note: I can not update my version.     
asked by 28.11.2014 / 12:38
1
answer

Windows Local Development Environment Migration for Mac

I would like to migrate to the Mac, but I have some concerns about the local development environment. The question is regarding Apache, MySQL (and other BD's), PHP and Node.js. The questions are: Installing and configuring: Is it cumbe...
asked by 22.04.2014 / 13:59
1
answer

Is it possible to include the .NET requirement to run a stand-alone application?

The title can be confusing, but the goal is to make an application written with .NET run without the .NET Framework. In practice this is almost impossible because the application depends on the .NET libraries to run, but in my theory, merge the...
asked by 19.09.2018 / 05:57
1
answer

Use .NET Framework DLL in .NET Core

Can a .NET C # DLL compiled in .NET 4.6 be imported into a .NET Core program on Linux?     
asked by 17.12.2018 / 19:42