Questions tagged as 'windows'

0
answers

Anaconda Python Installation - PyCharm Projects

I use Windows 10 and recently I realized that my files and projects developed through the PyCharm IDE, as well as the installation of the Anaconda package, are located in a folder in the directory that contains spaces (C: \ Users \ Thiago Panini...
asked by 08.05.2018 / 16:00
0
answers

How to change the process name of a program in C \ C ++ (Windows Lib)

I am creating a utility program for windows but I can not change the name that appears in the task manager, I have already tried SetConsoleTitle("atwconnect"); but changed only the window name but not the process name of the task manager....
asked by 03.05.2018 / 08:51
1
answer

Combobox.SelectedIndex does not return the item in Windows Forms

I have a program in windows forms and I need to select the item in a combo box so that the user can edit the registry, however, it receives the value, finds the index but does not return the selected screen. follow the code: private void Preen...
asked by 27.04.2018 / 22:05
1
answer

error in using installed packages via npm with -g

I installed npm install typescript -g and npm install @angular/cli -g and I'm not accessing tsc and ng . 'ng' não é reconhecido como um comando interno ou externo, um programa operável ou um arquivo em lotes. 'tsc'...
asked by 24.04.2018 / 00:29
0
answers

Always start MongoDB

Whenever I'm going to use MongoDB in a local development environment, I have to open the terminal and type: mongod So you can use MongoDB services. Given that my operating system is Windows10 (60 bits), how do I always start this process...
asked by 27.04.2018 / 23:00
1
answer

Apache2.2 starts but https does not work on windows

I looked at several examples on the web and followed this one Everything went well without any error in creating the certificate, I looked at the configuration files and everything is as recommended, apache starts normally and without error...
asked by 20.04.2018 / 16:19
0
answers

Is it possible to run a Windows executable stored in memory?

I have an executable that is not a .NET Framework assembly stored in byte[] , and I want to run it without creating a dedicated file for security reasons. The reason for not wanting to create a temporary file, storing the bytes and th...
asked by 26.04.2018 / 00:56
1
answer

How to put space before the SET / P variable in Batch? [closed]

I want to set the variable in the middle of the screen, but I can not put it! |____não_funciona____|set /p variável=um |____funciona____|%variável% Thanks in advance!     
asked by 25.04.2018 / 23:36
0
answers

Check inactive users in AD using pyad module

Good afternoon, I'm doing a search, in essence it's a program to check users in AD that are inactive and disable them (Windows server 2016), but I'm starting with Python and I discovered this library called pyad. What I wanted is a light for me...
asked by 16.04.2018 / 20:51
0
answers

QML bug full screen on Windows and white screen when deploy Android

Good morning everyone! There is a problem in the current version of Qt where full screen QML applications cause flashes and screen crashes when interacting with Windows interfaces, I solved this situation leaving the application not mobile, m...
asked by 18.04.2018 / 15:46