Questions tagged as 'windows'

1
answer

Troubleshoot Docker for Windows

I am not able to start Docker on Windows, I have already re-done the installation process but the error reported is the same. Sincevirtualizationisactiveonmyworkstation. Followthebasicconfigurationofmyworkstation: I'd like information o...
asked by 07.07.2017 / 21:15
1
answer

How to compile C / C ++ for Linux / Mac OS on a Windows?

The title says it all. I have code that can be compiled on the two (three?) Platforms and I wish to do it straight from Windows just using GCC (MinGW, in that case). Is this possible in relation to cross-compiling ? How would you do it in my ca...
asked by 01.02.2015 / 18:53
0
answers

Inno-Setup: Uninstall without administrator permission [closed]

Using Inno Setup , I need to be uninstalled by a standard user when a program is installed on the machine by an administrator user. The PrivilegesRequired parameter is like lowest , but the problem remains. I tried some machines here (...
asked by 15.10.2015 / 19:51
2
answers

How to lock an executable file and prevent it from opening in Windows?

I would like to create a private program where I can block programs from running in Windows, I know Windows itself provides something basic about this, but I wanted to create my program, someone give me a code hint that blocks any executable fil...
asked by 13.12.2015 / 18:16
2
answers

C: Change color of letters (multiple colors on one screen)

For example, I want to start on the same screen: printf(".___. .___. .___.\n"); printf("._1_. ._2_. ._3_.\n"); printf("Digite 0 p/ sair ou outro número p/ continuar: "); But I want the letters of each printf to have different col...
asked by 12.06.2015 / 06:32
3
answers

Application logon failure in IIS when trying to connect with SQLServer

When I run an application of type site in visual studio, the connections to the database work normally. But when trying to run IIS 7 to perform some tests, I get the following message:    Unable to open the "XXX" database requested by logon...
asked by 30.06.2017 / 14:41
2
answers

How to get a list of processes running windows in python?

I would like to know how to get the processes running from windows and store them in a list in python. from os import system system('tasklist') I know that the code above shows the processes, but I would like to have them put in a list even...
asked by 05.01.2017 / 17:38
1
answer

Change Windows registry key values

Is it possible to build an application that searches for a key in the Windows registry with an exact name and when it finds its value changed by a user-defined value? If possible what is the best language to implement this? VB.NET?!     
asked by 20.05.2014 / 12:42
2
answers

How to download from the command prompt?

I've seen several videos, but I do not want to download that one from Wget . Is there no other way?     
asked by 20.08.2015 / 18:02
3
answers

Know when the computer was turned On / Off / Stopped

I wanted to know when the computer was turned on, turned off, or stopped. If I turned on my computer, from today's date, then I want to know the time and date it was connected. On shutting down the same thing, if I shut down the computer "normal...
asked by 24.07.2018 / 13:57