Questions tagged as 'windows'

1
answer

Store user logged in .bat variable

I have to create a bat to automate the installation of the company's standard programs, but one in particular is giving me a headache. The installer of one of the programs, by default, creates the path C: \ app \ client \\ product \ 12.1.0 \...
asked by 18.04.2017 / 16:02
1
answer

Windows 10 Technical Preview with Hyper-V

Good morning, I have created apps for Android using Android Studio but I plan to use Xamarin. Because I currently use Win8.1 Single Language, the Hyper-V feature is not available in Windows. You can tell if Windows 10 has Hyper-V, because if...
asked by 31.05.2015 / 16:57
2
answers

Problems using Phonegap

I'm trying to use Phonegap for the first time, but I'm having problems. I already had NodeJS installed, I was able to install Phonegap with npm install phonegap with no problems. Then, as suggests , I created an app with phonegap c...
asked by 27.08.2014 / 20:54
1
answer

How to list folder files on the network

   Context:   Sometimes I need to collect information from folders on the network,   where it has several subfolders and files.       Need:   I need to gather this information faster, so I thought of   put a .bat in the SentTo folder in...
asked by 20.01.2016 / 18:05
1
answer

Can not use tskill in C #

The tskill command when used via C # (Visual Studio) returns this error:    'tskill' not recognized as an internal or external command, operable program or batch file However the same command when running via the command prompt works wi...
asked by 05.10.2018 / 15:47
1
answer

WinForms application stops working if the computer goes into hibernation

I have an application in winforms , which stays on the company server, then I pull the shortcut to the work area and the employee runs normally. The problem began to happen, when we switched some computers (Desktop) to notebook computer...
asked by 18.05.2018 / 20:33
1
answer

Publish applications to stores that differ in detail

I see some applications that are very similar I'll say even identical with a different brand or a small detail. I'll give you an example: Globosat has multi-channel apps, but it's all the same app with different content, at least for the most...
asked by 28.08.2018 / 13:45
1
answer

How to access a list of another class in C #

I'm trying to access the ContactList of the Contact class in the ContactList class to view. The problem is that although the list is populated in Contact, it is empty in the Contact List. public class Contato { string N...
asked by 31.10.2015 / 14:20
2
answers

Error in the Python-docx module in Windows

I'm using the following code: from docx import Document d = Document(open("arquivo.docx")) This code works on Ubuntu but does not work on windows. In windows I have the return in the terminal:    Traceback (most recent call last):    ...
asked by 02.02.2015 / 13:59
1
answer

How to kill a specific user process on Windows Server?

I have a C # application that ultimately needs to kill a user process that ran, but as I am on a Terminal Server (Windows Server) and there are multiple logged in users, when I put the command to kill the process Process[] processo = Process.G...
asked by 11.08.2015 / 18:59